![]() |
| |||||||
| IPB General Support Post your questions here, no bug reports. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member | 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 |
| |
| | #2 (permalink) |
| Elite Forumer ![]() | 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) |
![]() | |
| |
| | #4 (permalink) |
| Senior Forumer ![]() | 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>
|
![]() | |
| |
| | #6 (permalink) |
| Elite Forumer ![]() | 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. | |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |