Page 1 of 1
don't even know what to call these things I want to remove!

Posted:
Fri Apr 02, 2010 12:07 am
Author: d.vanheeckeren
I have a temporary site for testing integramod up and if you follow the link below you'll see two boxes above the forum names....I can't find them to remove them in acp-general-qbar or in block management in acp-IM Portal-portal config or blocks management.
http://atheists.dontexist.org:82/index.phpAny help to move or remove these unidentified, unsightly little critters would be greatly appreciated.
Re: don't even know what to call these things I want to remo

Posted:
Fri Apr 02, 2010 11:05 am
Author: Helter
try this for index_body.tpl
[code]<BEGIN><table><tr><td>{BANNER_18_IMG}</td></tr></table><br><END> <table><tr><td><table> <tr> <td> </td> <td><span>{SITENAME}</span></td> <td> </td> </tr> </table><table> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td><table> <tr> <td><span> <BEGIN> {L_WELCOME_REG} {U_WELCOME_REG}<br> <END> <BEGIN> {L_WELCOME_GUEST} {U_WELCOME_GUEST}<br> <END> <BEGIN> {LAST_VISIT_DATE}<br> <END> {CURRENT_TIME}<br></span><span><a>{L_INDEX}</a></span></td></tr></table> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> </table> </td> <td> </td> <td><table> <tr> <td> </td> <td> </td> <td> </td> </tr> </table><table> <tr> <td> </td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> <table> <tr> <td> <BEGIN> <a>{L_SEARCH_NEW}</a><br><a>{L_SEARCH_SELF}</a><br> <END> <a>{L_SEARCH_UNANSWERED}</a><br><a>{L_MARK_FORUMS_READ}</a> </td></td></tr></table> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> </table> </td></tr></table><br>{BOARD_ANNOUNCES}<br><table> <tr> <td><img></td> <td><img><span><center><a>{L_INDEX}</a>{NAV_CAT_DESC}<br></center></td> <td><img></td> </tr> </table><table> <tr> <td><img></td> <td><img></td> <td><img></td> </tr> <tr> <td><img></td> <td> {BOARD_INDEX} </td> <td><img></td> </tr> <tr> <td><img></td> <td><img></td> <td><img></td> </tr></table><br> <br> <table> <tr> <td><img></td> <td><img></td> <td><img></td> </tr> </table><table> <tr> <td><img></td> <td><img></td> <td><img></td> </tr> <tr> <td><img></td> <td><table> <tr> <td><img></td> <td><span>{L_NEW_POSTS}</span></td> <td> </td> <td><img></td> <td><span>{L_NO_NEW_POSTS}</span></td> <td> </td> <td><img></td> <td><span>{L_FORUM_LOCKED}</span></td> </tr></table></td> <td><img></td> </tr> <tr> <td><img></td> <td><img></td> <td><img></td> </tr></table><br><BEGIN><form><table> <tr> <td><img></td> <td><img></td> <td><img></td> </tr> </table><table> <tr> <td><img></td> <td><img></td> <td><img></td> </tr> <tr> <td><img></td> <td><table><tr><td><table><tr><td>{L_LOGIN_LOGOUT}</td></tr><tr><td><table><tr> <td>{L_USERNAME}]
Re: don't even know what to call these things I want to remo

Posted:
Fri Apr 02, 2010 11:32 am
Author: d.vanheeckeren
So I guess this means I'll have to edit all the installed themes, right? Bummer. I was hoping I could find a checkbox or Active radio button. Oh well, just more work. *L*
[Edit] come to think of it, can't I just comment out those blocks instead of changing code? I prefer to leave original code intact even if it's not being used...easier to revert later that way...
Re: don't even know what to call these things I want to remo

Posted:
Fri Apr 02, 2010 1:53 pm
Author: Helter
You can comment out the whole code but you loose the links like view new posts etc... you could add those links to the nav block though
[ Post made via Mobile Device ]
Re: don't even know what to call these things I want to remo

Posted:
Fri Apr 02, 2010 3:19 pm
Author: d.vanheeckeren
hmm..well it seems only a couple of the themes have those links in separate boxes, the rest have them with the forum descriptions....so I think what I'll do is move the links into the big block of descriptions on the ones that have them separate.