sub forums not clickable ?
5 posters
Page 1 of 2
Page 1 of 2 • 1, 2
sub forums not clickable ?
Hi folks,
For some strange reason some of my sub forums have suddenly
become unavailable and you can't even click on them. Can't say
ive been into those sections for awhile, it was one of my moderators
that told me today.
I have a main section called "local rideouts" and I then have sub forums
for various parts of the country.
Also my "Announcement & Sticky" have ended up at the bottom of that
section, when they should be at the top.
Everything else on my forum is ok, but this is the only section where I have
sub forums.
Any ideas please ?......oh and ive tried a re-sync, but that didn't do anything.
---------------------------------------------------------------------
The only thing ive done in the last month or so are these...
phpBB3 - phpbb2 & phpbb3 : Display post numbers
or maybe this and ive not noticed a problem before.
Removing a double catagory name and space below it.
Edited:- It MUST be something ive done in the past and its just not been reported until
now. Ive just created a sub forum elsewhere and it was the same as the problem im having
above, unclickable.
For some strange reason some of my sub forums have suddenly
become unavailable and you can't even click on them. Can't say
ive been into those sections for awhile, it was one of my moderators
that told me today.
I have a main section called "local rideouts" and I then have sub forums
for various parts of the country.
Also my "Announcement & Sticky" have ended up at the bottom of that
section, when they should be at the top.
Everything else on my forum is ok, but this is the only section where I have
sub forums.
Any ideas please ?......oh and ive tried a re-sync, but that didn't do anything.
---------------------------------------------------------------------
The only thing ive done in the last month or so are these...
phpBB3 - phpbb2 & phpbb3 : Display post numbers
or maybe this and ive not noticed a problem before.
Removing a double catagory name and space below it.
Edited:- It MUST be something ive done in the past and its just not been reported until
now. Ive just created a sub forum elsewhere and it was the same as the problem im having
above, unclickable.
Re: sub forums not clickable ?
On phpBB 3 forums, the sub-forums do appear above the topics (normal, stickies, etc.).
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: sub forums not clickable ?
Oh ok, im sure they were at the top before, but im still at a loss as to my
other and main problem.
other and main problem.
Re: sub forums not clickable ?
Is this the section you are referring to: Rideouts and Events? If you are, I can click the sub-forums fine. Is the member having the issue using a mobile device?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: sub forums not clickable ?
Its in that section, but its the "local area meets & rideouts" that has the sub
forums which are not clickable. Ive just made that section and the "scotland"
sub section available to guests.
Its not just the member who reported it, I can't click on the sub forums either.
And if I create a new sub forum that has the same problem, even if its not
in that section.
Here is my CSS.
forums which are not clickable. Ive just made that section and the "scotland"
sub section available to guests.
Its not just the member who reported it, I can't click on the sub forums either.
And if I create a new sub forum that has the same problem, even if its not
in that section.
Here is my CSS.
- Code:
#search{
display:none;
}
blockquote {
border: 1px solid #000000;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow : 0 0 9px #000000;
-webkit-box-shadow : 0 0 9px #000000;
}
.postNumberContainer { text-align:right;
font-size:16px;
}
.user_status {
vertical-align:top;
border-spacing:0;
display:inline;
}
#is_on.user_status { color:#C7BD00 }
#is_off.user_status { color:red }
.post #is_on.user_status { display:none }
.post.online #is_off.user_status{ display:none }
.post.online #is_on.user_status { display:inline }
dd.dterm a {
font-size: 12px;
}
ul.linklist:nth-of-type(1) li a {
font-size: 12px;
}
.forabg a.forumtitle{display:none!important;}
.forabg dd.dterm div {
margin: -20px 0px 0px 22px!important;
}
form[action^="/search"] .forabg dd.dterm div {
margin:0 !important;
}
.fa_bar {
color: #797979;
font-family: Ubuntu;
font-size: 14px;
margin-right: 4px;
vertical-align: middle;
font-style:normal;
}
/*UCP Widget*/
/*Design by RdC*/
.ucpbase{
padding:10px;
}
.ucptitle{
font-size:14px;
font-weight:bold;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
}
.ucpoption{
font-size:10px;
transition:0.5s;
}
.ucpoption:hover{
margin-left:10px;
}
.post { border-bottom : 4px solid #000;}
#left, #right {
display:none;
}
#content-container div#content{
margin-right: 0px;
}
#content-container div#right {
margin-right: -5px;
}
.sceditor-button-color { display:none !important; }
#plus_menu {
background: #000!important;
}
.user-basic-info a img {
background:#FFF;
height:100px;
width:100px;
border-radius:100px;
box-shadow:0 2px 3px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.1);
padding:3px;
}
.mini_ava img, .lastpost-avatar img {
background:#FFF;
border-radius:100px;
box-shadow:0 2px 3px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.1);
-moz-box-shadow:0 2px 3px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.1);
padding:3px;
}
.fa_avatar img {
width:25px;
height:25px;
margin-right:5px;
margin-bottom:-6px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
}
/* Warning buttons */
.mod_mess, .adm_mess {
margin: 5px auto;
width: 90%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.mod_mess a.postlink, .adm_mess a.postlink {
color: #FFF !important;
text-decoration: underline !important;
}
/* Administrator bb-Code - message block */
.adm_mess {
background: #e54858;
background: -moz-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e54858), color-stop(100%, #f5b57a));
background: -webkit-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -o-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: -ms-linear-gradient(left, #e54858 0%, #f5b57a 100%);
background: linear-gradient(left, #e54858 0%, #f5b57a 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e54858", endColorstr="#f5b57a", GradientType=1);
-webkit-box-shadow: 4px 4px 0px 0px #352727;
-moz-box-shadow: 4px 4px 0px 0px #352727;
box-shadow: 4px 4px 0px 0px #352727;
}
/* Administrator bb-Code - title */
.adm_mess .titl {
font-size: 15px;
font-weight: bold;
padding: 5px;
border-bottom: 1px dashed #B60505;
}
/* Administrator BB-Code - text presentation */
.adm_mess .titl + div {
display: block;
margin-left: 10px;
padding: 25px 5px 25px 80px;
background: transparent url(http://i68.servimg.com/u/f68/14/27/90/52/gnome-10.png) no-repeat left center;
}
/* Moderator BB-Code - message block */
.mod_mess {
background: #5c93f5;
background: -moz-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5c93f5), color-stop(100%, #afcfda));
background: -webkit-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -o-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: -ms-linear-gradient(left, #5c93f5 0%, #afcfda 100%);
background: linear-gradient(left, #5c93f5 0%, #afcfda 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5c93f5", endColorstr="#afcfda", GradientType=1);
-webkit-box-shadow: 4px 4px 0px 0px #352727;
-moz-box-shadow: 4px 4px 0px 0px #352727;
box-shadow: 4px 4px 0px 0px #352727;
}
/* Moderator BB-Code - title */
.mod_mess .titl {
font-size: 15px;
font-weight: bold;
padding: 5px;
border-bottom: 1px dashed #0D4DD3;
}
/* Moderator BB-Code - text presentation */
.mod_mess .titl + div {
display: block;
margin-left: 10px;
padding: 25px 5px 25px 80px;
background: transparent url(http://i68.servimg.com/u/f68/14/27/90/52/gnome610.png) no-repeat left center;
}
#fa_thanks_message img { vertical-align:middle }
#fa_thanks_message {
color:#280;
font-size:14px;
font-weight:bold;
text-align:center;
border:1px solid #BDB;
border-radius:6px;
padding:6px;
margin:10px;
width:30%;
margin-left:440px;
}
#fa_chat_container {
background:#FFF;
border:1px solid #556682;
border-radius:3px;
position:fixed;
right:3px;
z-index:999;
overflow:hidden;
min-width:500px;
min-height:250px;
transition:300ms;
}
#fa_chat {
border:none;
width:100%;
height:100%;
}
#fa_chat_button {
color:#FFF;
line-height:30px;
margin-left:10px;
padding:0 5px;
cursor:pointer;
}
#fa_chat_button.fa_chat_active {
color:#333;
background:#FFF;
}
ul#privmsgs-menu li {
font-size: 0px;
}
.search-box {
position:absolute;
top:545px;
right:0px;
left:1010px;
}
input[type="text"], textarea.inputbox, input[type="text"]:hover, textarea.inputbox:hover, input[type="text"]:focus, textarea.inputbox:focus {
border-color: white!important;
}
#search_menu {
background: #000!important;
}
fieldset dl:hover dt label {
color: #ffffff !important;
}
.postprofile {
text-align: center;
width: 20%;
font-size: 10;
}
.postbody {
width:79%;
font-size:11px
}
.postprofile, .postprofile dt { position:relative; }
/* margin above avatar for rank and name */
.postprofile dl dt img {
margin-top:80px;
/* negate margin from fallback */
margin-bottom:-28px;
}
/* fallback for users without avatars */
.postprofile dt+dd+dd+dd { margin-top:20px; }
/* username */
.postprofile dl dt br + strong {
position:absolute;
top:0px;
right:0px;
left:0px;
}
/* rank */
.postprofile dl dt + dd {
position:absolute;
top:20px;
right:0px;
left:0px;
}
html#sceditor_smilies body {
background-image: none;
background-color: #ffffff;
}
body {
background-repeat: repeat-x;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #adadad;
background-color: #1c272e;
background-image: url('http://hosted.3rdfleet.com/storp/forums/Themes/Krilliunsmf2/images/theme/backdrop.png');
background-attachment: scroll;
font-size: 10px;
height: auto;
padding: 10px 0px;
}
#wrap {
background-repeat: repeat-x;
background-image: url('http://i68.servimg.com/u/f68/14/27/90/52/gradie10.png');
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
-moz-box-shadow : 0 0 9px #000000;
-webkit-box-shadow : 0 0 9px #000000;
background-color: #12191d;
width: 95%;
padding-right:10px
}
.inputbox {
background-color: #1a242a;
border: 1px solid #BCBCBC;
color: #ffffff;
padding: 2px;
cursor: text;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#text_editor_controls a.button2,#text_editor_controls input.button2,#text_editor_controls button.button2{
background-image: url(http://2img.net/i/fa/prosilver/bg_button.gif);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 3px;}
.inputbox:hover {
background-color: #1a242a;
border: 1px solid #BCBCBC;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
border-color: #111010;
-moz-box-shadow : 0 0 9px #000000;
-webkit-box-shadow : 0 0 9px #000000;
}
input.button1, input.button2, button.button2 {
font-size: 1em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
fieldset dl {
padding: 4px 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
fieldset.fields1 dt {
width: 10em;
border-right-width: 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
fieldset.submit-buttons {
text-align: center;
vertical-align: middle;
margin: 5px 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
dl.codebox {
padding: 3px;
background-color: #FFFFFF;
border: 1px solid #C9D2D8;
font-size: 1em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
border: 1px solid #101010;
}
.forabg {
background-color: #1a242a;
margin-bottom: 4px;
clear: both;
border: 2px solid #;
padding: 0px 5px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
border: 1px solid #101010;
background-image: url('http://i60.servimg.com/u/f60/14/70/09/25/gradie27.png');
-o-transition: background-color 0.2s linear;
-moz-box-shadow : 0 0 9px #000000;
-webkit-box-shadow : 0 0 9px #000000;
}
.forumbg {
background-color: #1a242a;
background-image: url('http://i60.servimg.com/u/f60/14/70/09/25/gradie27.png');
-moz-box-shadow : 0 0 9px #000000;
-webkit-box-shadow : 0 0 9px #000000;
-o-transition: background-color 0.2s linear;
border: 2px solid #;
padding: 0px 5px;
margin-bottom: 4px;
clear: both;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
border: 1px solid #101010;
}
.panel {
margin-bottom: 4px;
padding: 0px 10px;
background-image: url('http://i60.servimg.com/u/f60/14/70/09/25/gradie27.png');
border: 1px solid #101010;
background-repeat: repeat-x;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
background-color: #1a242a;
border: 1px solid #696868;
-moz-box-shadow : 0 0 9px #000000;
-webkit-box-shadow : 0 0 9px #000000;
}
.post {
padding: 0 10px;
margin-bottom: 4px;
background-repeat: no-repeat;
background-position: 100% 0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
background-color: #1a242a;
-moz-box-shadow : 0 0 9px #000000;
-webkit-box-shadow : 0 0 9px #000000;
}
.postprofile {
color: #ffffff;
margin: 5px 0 0px 0;
min-height: 80px;
border-right-style: solid;
border-right-width: 1px;
border-color: #4D4D4D;
width: 19%;
float: left;
display: inline;
position: relative;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#cp-main {
float: left;
width: 98%;
margin-left: 20px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#cp-main .panel {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#cp-main table.table1 {
margin-bottom: 1em;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#ucp-main table.table1 {
padding: 2px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#tabs {
line-height: normal;
margin: 20px 0 -1px 7px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
/*min-width: 570px;
*/
}
#smiley-box {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
ul.profile-icons {
margin-top: 10px;
list-style: none;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
#message-box textarea {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
.module {
background-image: url('http://i60.servimg.com/u/f60/14/70/09/25/gradie27.png');
border: 1px solid #101010;
background-repeat: repeat-x;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
background-color: #1a242a;
-moz-box-shadow : 0 0 9px #000000;
-webkit-box-shadow : 0 0 9px #000000;
}
.signature {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
border-color: #111010;
}
body.chatbox {
background-image: url('http://i60.servimg.com/u/f60/14/70/09/25/body-r10.png');
}
/* Login Popup---------------------------------------------------*/
#login_popup {
background-color: #1a242a;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
background-image: url('http://i60.servimg.com/u/f60/14/70/09/25/gradie27.png') ;
border: 1px solid #101010;
-moz-box-shadow : 0 0 9px #000000;
-webkit-box-shadow : 0 0 9px #000000;
background-repeat: repeat-x;
}
Re: sub forums not clickable ?
If you have these on or modified, turn then off and see if the issue disappears:
JavaScript Management - turn it off.
Modified Templates - force the default templates.
JavaScript Management - turn it off.
Modified Templates - force the default templates.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: sub forums not clickable ?
Disabled Javascript - no change
forced default templates - no change
Forced the basic CSS and that worked, but of course it messes up
the forum. Thankfully I have a test forum which I copy everything
over to that ive changed or modified on my live forum.
So when I forced the basic CSS I could click on the sub forums and
create new ones that were also ok.
forced default templates - no change
Forced the basic CSS and that worked, but of course it messes up
the forum. Thankfully I have a test forum which I copy everything
over to that ive changed or modified on my live forum.
So when I forced the basic CSS I could click on the sub forums and
create new ones that were also ok.
Last edited by rocket2300 on May 3rd 2016, 10:50 pm; edited 2 times in total
Re: sub forums not clickable ?
Ok. We need to figure out what in the CSS stylesheet is causing this issue.
Do you have this and what is added to it:
Do you have this and what is added to it:
|
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: sub forums not clickable ?
Yes looks that way, ive just tested my live forum with the forced basic CSS without disabling
anything else and it was ok, so its definitely something in my CSS.
anything else and it was ok, so its definitely something in my CSS.
Re: sub forums not clickable ?
SLGray wrote:Ok. We need to figure out what in the CSS stylesheet is causing this issue.
Do you have this and what is added to it:
- Code:
ul.topiclist
No thats not in it.
Re: sub forums not clickable ?
Please post your CSS styesheet using the code tags.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: sub forums not clickable ?
SLGray wrote:Please post your CSS styesheet using the code tags.
I already have, its in one my messages above
Re: sub forums not clickable ?
Please send a test account via PM.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: sub forums not clickable ?
Genesis wrote:Please send a test account via PM.
no need to as the section in question is open to guests.
I think we have already established that the problem is in my CSS.
http://www.suzuki-intruder.org/f52-local-area-meets-rideouts
Re: sub forums not clickable ?
okay i think i see this before.
the problem comes from your Post count code to fix it just go to the bottom of your CSS fimes and then find
Optimize your CSS Turn that to NO and then save.
That should fix the problem
the problem comes from your Post count code to fix it just go to the bottom of your CSS fimes and then find
Optimize your CSS Turn that to NO and then save.
That should fix the problem
Re: sub forums not clickable ?
APE wrote:okay i think i see this before.
the problem comes from your Post count code to fix it just go to the bottom of your CSS fimes and then find
Optimize your CSS Turn that to NO and then save.
That should fix the problem
Thanks Ape, but its already set to NO.
Re: sub forums not clickable ?
Hmm well I can't see any thing else wrong in your CSS files you posted I will have a looks again when I get home tonight
Re: sub forums not clickable ?
APE wrote:Hmm well I can't see any thing else wrong in your CSS files you posted I will have a looks again when I get home tonight
ok thanks, when I forced the basic CSS all was ok, so presumed that there was a
problem in it ?.
Re: sub forums not clickable ?
I cant say for defo but i think its got something to do with this
Removing a double catagory name and space below it.
it looks to me that its removing the link try removing it just for a bit and see if the click link works again.
if not maybe @Ange Tuteur could help on this
Removing a double catagory name and space below it.
it looks to me that its removing the link try removing it just for a bit and see if the click link works again.
if not maybe @Ange Tuteur could help on this
Re: sub forums not clickable ?
APE wrote:I cant say for defo but i think its got something to do with this
Removing a double catagory name and space below it.
it looks to me that its removing the link try removing it just for a bit and see if the click link works again.
if not maybe @Ange Tuteur could help on this
If I remove this......
- Code:
.forabg a.forumtitle{display:none!important;}
.forabg dd.dterm div {
margin: -20px 0px 0px 22px!important;
}
it works, but it may mess up my other bits, ive not tried it on my live forum, but I will
do shortly and report back.
Re: sub forums not clickable ?
Everything looks ok, BUT im now left with 2 forum titles as arrowed in the picture,
which is why that snippet of code was there that @Ange Tuteur gave me.
which is why that snippet of code was there that @Ange Tuteur gave me.
Re: sub forums not clickable ?
I'm not even sure why it gives you 2 of the same name i have the phpbb3 forum and i name the
category some thing other then the name of the forum.
like we have here on the support forum i really don't see what is going on on your forum.
but now we know that code is the thing that is messing up the links we can work around that some more.
would you like me to reopen that other thread for you?
category some thing other then the name of the forum.
like we have here on the support forum i really don't see what is going on on your forum.
but now we know that code is the thing that is messing up the links we can work around that some more.
would you like me to reopen that other thread for you?
Re: sub forums not clickable ?
Im not sure Ape, obviously they are linked to the same problem, so do you think
its worth opening up the old thread ?.
I think we may need @Ange Tuteur help with this anyway ?.
its worth opening up the old thread ?.
I think we may need @Ange Tuteur help with this anyway ?.
Re: sub forums not clickable ?
I think it would make it more easy to close this thread and reopen the other one linking this topic so they can see what we have been doing to fix the problem
but its upto you if you would like to do that or not.
but its upto you if you would like to do that or not.
Re: sub forums not clickable ?
Ok, the topic https://help.forumotion.com/t145860-removing-a-double-catagory-name-and-space-below-it has been re opened @rocket2300 . Feel free to post whatever you need to in order to begin getting support for this issue.
@Ape I hope you dont mind that I re opened it, I figured since I was on and I saw this thread, that I should re open it now so the user can begin getting support on the issue as fast as they can. I dont know if this thread should be locked or not, but I will leave this to you, you lock it if you think that is best.
-Brandon
@Ape I hope you dont mind that I re opened it, I figured since I was on and I saw this thread, that I should re open it now so the user can begin getting support on the issue as fast as they can. I dont know if this thread should be locked or not, but I will leave this to you, you lock it if you think that is best.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: sub forums not clickable ?
Your welcome, anytime .
-Brandon
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: sub forums not clickable ?
Your welcome ape .
Should this topic be locked then since the other one is open again?
-Brandon
Should this topic be locked then since the other one is open again?
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Page 1 of 2 • 1, 2
Similar topics
» Clickable tabs
» How to make signature clickable?
» Clickable logo
» Clickable Links/title
» Code for Clickable Signature Banner
» How to make signature clickable?
» Clickable logo
» Clickable Links/title
» Code for Clickable Signature Banner
Page 1 of 2
Permissions in this forum:
You cannot reply to topics in this forum