uCoz forum with sub-boards
|
|
Kness
Posts: 108
Message # 16 |
10:52 PM
2011-03-18
Well, you're suppose to create a section to hold the sub boards right after I did everything the sections were still visible, they didn't go away and did there part as the sub forum ?
My Projects:
|
Animorph
Posts: 2856
Message # 17 |
11:52 PM
2011-03-18
Kness, you cannot hide whole sections only board in the sections
To busy building a passive income online ;)
|
Kness
Posts: 108
Message # 18 |
1:51 AM
2011-03-22
Then what's the use of it then? can somebody show me how it's suppose to look when this script is done?
My Projects:
|
Message # 19 |
1:55 AM
2011-03-22
On my website's forum http://indexforums.ucoz.com/forum you can notice for an example under computer and computer hardware there are two sub forums "CPUs and overclocking" and there is "Video Cards and Monitors"
|
Kness
Posts: 108
Message # 20 |
1:59 AM
2011-03-22
IndexForums, Thanks so much! Now I get it!
My Projects:
|
dinukap4
Posts: 46
Message # 21 |
5:46 PM
2011-04-23
Quote (Aloyasha) but the other board the one you used for the link is still visible? Yeah how can i hide that ?? Added (2011-04-23, 11:46 Am) --------------------------------------------- Bump!
|
Animorph
Posts: 2856
Message # 22 |
8:25 PM
2011-04-23
dinukap4, if you follow the instructions then the boards you want to hide will disappear automaticly. But type the names correctly , and provide your website name so i can check
To busy building a passive income online ;)
|
dinukap4
Posts: 46
Message # 23 |
4:30 AM
2011-04-24
my web site is www.slrcnetwork.comAdded (2011-04-23, 10:30 PM) --------------------------------------------- the name is Testing
|
Animorph
Posts: 2856
Message # 24 |
9:29 AM
2011-04-24
dinukap4, if you want to hide the board go to CP ---> Design ---> Design management (templates) ---> Forum ---> General appearance of forum pages ---> After $BODY$ Find: Code <script type="text/javascript"> link=document.getElementsByTagName('a'); hideForums=new Array('RC Categories','RC Planes & Helicopters'); for(k=0;k<hideForums.length;k++){ for(i=0;i<link.length;i++){ if(link[i].className=='forum' && link[i].innerHTML==hideForums[k]){ link[i].parentNode.parentNode.style.display='none'; } } } </script> Replace by: Code <script type="text/javascript"> link=document.getElementsByTagName('a'); hideForums=new Array('RC Categories','RC Planes & Helicopters','Testing'); for(k=0;k<hideForums.length;k++){ for(i=0;i<link.length;i++){ if(link[i].className=='forum' && link[i].innerHTML==hideForums[k]){ link[i].parentNode.parentNode.style.display='none'; } } } </script>
To busy building a passive income online ;)
|
dinukap4
Posts: 46
Message # 25 |
4:36 PM
2011-04-25
Thanks man! +rep Added (2011-04-25, 10:36 Am) --------------------------------------------- Hey no as iknw how to create a sub forum i want to do some thing like this-
Post edited by dinukap4 - Monday, 2011-04-25, 4:38 PM
|
Message # 26 |
4:52 PM
2011-04-25
dinukap4, this may not possible with uCoz. And even if it is, it will require lots of custom coding and we do not provide help with that. For help with custom coding use the following thread - http://forum.ucoz.com/forum/25-13186-1.
Kind regards, Elliott. "The best uCoz" critic since 2007. Qualified website, branding, print & user interface designer. I'm on Behance and Twitter.
|
dinukap4
Posts: 46
Message # 27 |
5:07 PM
2011-04-25
Thanks man i posted it there
|
shadychiri
Posts: 62
Message # 28 |
6:35 PM
2011-05-18
it works. Bravo
|
DJ8773
Posts: 2
Message # 29 |
11:49 PM
2011-05-21
I know Animorph said it was impossible to hide sections. But whats the className for sections?
|