buttfungus
07-Mar-2003, 06:14 PM
Is it possible to move todays active topics to just above the logo or just below the logo? Thanks.... :rolleyes:
Can You Move "todays Active Topics" ? - NBS |
|
|
View Full Version : Can You Move "todays Active Topics" ? buttfungus 07-Mar-2003, 06:14 PM Is it possible to move todays active topics to just above the logo or just below the logo? Thanks.... :rolleyes: buttfungus 07-Mar-2003, 06:21 PM Or to display "View new posts" on the top of the main forum page? :rolleyes: buttfungus 07-Mar-2003, 06:26 PM Oops, I meant to display "todays active topics" by the "view new posts"..DOH! :o I'm sure glad it's Friday! xsivforce 07-Mar-2003, 07:08 PM Sure, go into your admin cp -->skins and templates --> manage html templates --> global elements --> Member Bar WITH Messenger Links and replace it with this. <table width='100%' cellpadding='0' cellspacing='0' border='0' align='center'> <tr> <td align='left' valign='middle'><b>{ibf.lang.logged_in_as} {ibf.member.name}</b> ( <a href='{ibf.script_url}&act=Login&CODE=03'>{ibf.lang.log_out}</a>$ad_link $mod_link )</td> <td align='right' valign='middle'> Ü <b><a href='{ibf.script_url}&act=UserCP&CODE=00' title='{ibf.lang.cp_tool_tip}'>{ibf.lang.your_cp}< /a></b> | <a href='{ibf.script_url}&act=Msg&CODE=01'>{$msg[TEXT]}</a> Ü | <a href='{ibf.script_url}&act=Search&CODE=getnew'>{ibf.lang.view_new_posts}</a> | <a href='{ibf.script_url}&act=Search&CODE=getactive'>{ibf.lang.sm_todays_posts}</a> | <a href='javascript:buddy_pop();' title='{ibf.lang.bb_tool_tip}'>{ibf.lang.l_qb}</a> </td> </tr> </table> Then, if you want to remove it from the bottom, go into board index sections --> Start Board Statistics Table look for this and remove it: <a href='{ibf.script_url}&act=Search&CODE=getactive'>{ibf.lang.sm_todays_posts}</a> | buttfungus 08-Mar-2003, 04:38 AM :D xsivforce Thanks again! Worked like a charm! |