• Page 2 of 2
  • «
  • 1
  • 2
Forum moderator: bigblog  
uCoz Community » For Webmasters » Custom Solutions » uCoz forum with sub-boards (Tutorial)
uCoz forum with sub-boards
Kness
Posts: 108
Reputation: 3

Message # 16 | 10:52 PM
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
Reputation: 189

Message # 17 | 11:52 PM
Kness, you cannot hide whole sections only board in the sections
To busy building a passive income online ;)
Kness
Posts: 108
Reputation: 3

Message # 18 | 1:51 AM
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:
IndexForums
Posts: 23
Reputation: 0

Message # 19 | 1:55 AM
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
Reputation: 3

Message # 20 | 1:59 AM
IndexForums, Thanks so much! Now I get it!
My Projects:
dinukap4
Posts: 46
Reputation: 0

Message # 21 | 5:46 PM
Quote (Aloyasha)
but the other board the one you used for the link is still visible?

Yeah how can i hide that ?? angry

Added (2011-04-23, 11:46 Am)
---------------------------------------------
Bump!

Animorph
Posts: 2856
Reputation: 189

Message # 22 | 8:25 PM
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
Reputation: 0

Message # 23 | 4:30 AM
my web site is www.slrcnetwork.com

Added (2011-04-23, 10:30 PM)
---------------------------------------------
the name is Testing

Animorph
Posts: 2856
Reputation: 189

Message # 24 | 9:29 AM
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
Reputation: 0

Message # 25 | 4:36 PM
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-

Attachments: 9821995.jpg (347.1 Kb)
Post edited by dinukap4 - Monday, 2011-04-25, 4:38 PM
CodeResolution
Posts: 1570
Reputation: 58

Message # 26 | 4:52 PM
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
Reputation: 0

Message # 27 | 5:07 PM
Thanks man i posted it there smile
shadychiri
Posts: 62
Reputation: 2

Message # 28 | 6:35 PM
it works. Bravo yes
DJ8773
Posts: 2
Reputation: 0

Message # 29 | 11:49 PM
I know Animorph said it was impossible to hide sections. But whats the className for sections?
uCoz Community » For Webmasters » Custom Solutions » uCoz forum with sub-boards (Tutorial)
  • Page 2 of 2
  • «
  • 1
  • 2
Search: