Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB General Support

IPB General Support Post your questions here, no bug reports.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 06-12-2008, 01:09 AM   #1 (permalink)
Member
 
bvnforum's Avatar
 
Join Date: Apr 2007

Posts: 20
Rep Power: 0 bvnforum is on a distinguished road
fTrader: (0)
fBuck$: 186.0
Bank: 0.0
Total fBuck$: 186.0

My Forumer
My Country:
Exclamation how to disable "forum led by..."??

hi
i want to disable the "forum led by ..." thing. It is showing wrong stuff nowadays...
plz tell me how to do this...
its kind of Urgent.
thanx
bvnforum is offline  
Old 06-12-2008, 01:10 AM   #2 (permalink)
Elite Forumer
 
rsrikanth05's Avatar
 
Join Date: Dec 2005

Location: Planet Earth
Posts: 10,644
Blog Entries: 7
Rep Power: 13 rsrikanth05 will become famous soon enough
fTrader: (58)
fBuck$: 24,066.2
Bank: 250,469.4
Total fBuck$: 274,535.5

My Forumer
My Country:
Send a message via ICQ to rsrikanth05 Send a message via AIM to rsrikanth05 Send a message via MSN to rsrikanth05 Send a message via Yahoo to rsrikanth05 Send a message via Skype™ to rsrikanth05
Default Re: how to disable "forum led by..."??

You can disable it by removing all moderators.

Last edited by Pandemix; 06-12-2008 at 01:57 PM. Reason: Just took out your last line, it was misleading (see my post below)

rsrikanth05 is offline  
Old 06-12-2008, 09:18 AM   #3 (permalink)
Learned Forumer
 
Edwin's Avatar
 
Join Date: Sep 2005

Location: Europe/UK/England/
Posts: 7,677
Blog Entries: 4
Rep Power: 12 Edwin has a spectacular aura aboutEdwin has a spectacular aura about
fTrader: (37)
fBuck$: 822.4
Bank: 137,484.7
Total fBuck$: 138,307.1

My Forumer
My Country:
Default Re: how to disable "forum led by..."??

Moved to IPB Support

Edwin is offline  
Old 06-12-2008, 01:56 PM   #4 (permalink)
Senior Forumer
 
Pandemix's Avatar
 
Join Date: Feb 2006

Location: En Jay
Posts: 1,804
Blog Entries: 1
Rep Power: 5 Pandemix will become famous soon enoughPandemix will become famous soon enough
fTrader: (15)
fBuck$: 8,416.9
Bank: 0.3
Total fBuck$: 8,417.2

My Forumer
My Country:
Default Re: how to disable "forum led by..."??

Go to HTML Templates - Board Index Sections - Board Index Forum Row

Paste to bottom:

Code:
<script type='text/javascript'>
e = document.getElementsByTagName('SPAN')
for (n = 0; n < e.length; n++) {
if (e[n].className == 'desc') {
as = e[n].getElementsByTagName('A')
for (i = 0; i < as.length; i++) {
a = as[i].previousSibling
if (a &&
    a.nodeName == '#text' &&
    a.nodeValue.match(/Forum Led by:/) &&
    a.previousSibling &&
    a.previousSibling.nodeName == 'BR') {
p = a.parentNode
for (a = a.previousSibling; a.nextSibling;) p.removeChild(a.nextSibling)
p.removeChild(a)
break
}}}}
</script>

Pandemix is offline  
Old 06-13-2008, 12:09 AM   #5 (permalink)
Member
 
bvnforum's Avatar
 
Join Date: Apr 2007

Posts: 20
Rep Power: 0 bvnforum is on a distinguished road
fTrader: (0)
fBuck$: 186.0
Bank: 0.0
Total fBuck$: 186.0

My Forumer
My Country:
Default Re: how to disable "forum led by..."??

thanx a lot man
bvnforum is offline  
Old 06-13-2008, 12:36 AM   #6 (permalink)
Elite Forumer
 
Wild Cat's Avatar
 
Join Date: May 2007

Location: UK
Posts: 6,607
Rep Power: 9 Wild Cat has a spectacular aura aboutWild Cat has a spectacular aura about
fTrader: (3)
fBuck$: 3,765.0
Bank: 130,000.2
Total fBuck$: 133,765.2

My Forumer
My Country:
Default Re: how to disable "forum led by..."??

Support Resolved!

If you have any further questions, feel free to create a new thread.


Thanks for choosing Forumer!

[No Name Forums][RCX forums][Forum Promotion][IHWC forums]

USEFUL TIP: If your support request gets resolved, click on THREAD TOOLS > MARK THIS THREAD AS SOLVED. This will mark the thread RESOLVED and will close the thread. (please use this tip!)

Please do not PM/e-mail me for support unless I ask you to.
Do a search and if you don't find your answer create a thread with your question and I will be happy to help. I can not be replying the same answer over and over in an e-mail/PM. Thanks.
Wild Cat is online now  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to disable members rights from "sticky"ing threads M055Y phpBB2 General Questions 4 10-22-2007 11:23 AM
10.forumer.com Is it possible to add "forum shout box" "recent post" TheBangBrosClan phpBB2 General Questions 4 08-04-2007 09:16 PM
How to disable "File Attachment"? sonyx2u IPB General Support 2 04-07-2006 12:27 AM
how can i add " edit text tools" "" important"" mega IPB General Support 3 10-29-2005 06:50 AM
[resolved]*X's By "help","search","members", And "calendar" DKWICK IPB Skinning Help 9 06-28-2004 12:58 AM