![]() |
| |||||||
| IPB Skinning Help Need help customizing the looks of your forum? Post here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Member | After I Intall Logo for my forum , I don't know What I did wrong The Icon for Login ( out ) register disapear Now I can't log in CP admin so what can I do now ? DV |
| | |
| | #2 (permalink) | |
| Elite Forumer ![]() | Quote:
If yes then your forum is IPB and you need to post in the correct section in the future to get help. For the problem you posted about I think this post can help you. Log in to your Admin CP here Last edited by Wild Cat; 07-23-2008 at 06:59 PM. | |
![]() [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. | ||
| | |
| | #3 (permalink) | |
| Member | Quote:
DV | |
| | |
| | #4 (permalink) |
| Elite Forumer ![]() | I see that you have other links (help, members list, site home...) all over the place too, you have actually installed the banner the wrong way.......... I had a look at your source code and see where you went wrong, If you want to have it correct go to your AdminCP -> Skins & Templates -> HTML templates -> Manage HTML -> Global HTML elements (skin_global.php) -> Board Header (logo, links, etc) (function BoardHeader) -> click on Edit single and replace all your code with this one: Code: <script language='JavaScript' type="text/javascript">
<!--
function buddy_pop() { window.open('index.{ibf.vars.php_ext}?act=buddy&s={ibf.session_id}','BrowserBuddy','width=250,height=500,resizable=yes,scrollbars=yes'); }
function chat_pop(cw,ch) { window.open('index.{ibf.vars.php_ext}?s={ibf.session_id}&act=chat&pop=1','Chat','width='+cw+',height='+ch+',resizable=yes,scrollbars=yes'); }
function multi_page_jump( url_bit, total_posts, per_page )
{
pages = 1; cur_st = parseInt("{$ibforums->input['st']}"); cur_page = 1;
if ( total_posts % per_page == 0 ) { pages = total_posts / per_page; }
else { pages = Math.ceil( total_posts / per_page ); }
msg = "{ibf.lang.tpl_q1}" + " " + pages;
if ( cur_st > 0 ) { cur_page = cur_st / per_page; cur_page = cur_page -1; }
show_page = 1;
if ( cur_page < pages ) { show_page = cur_page + 1; }
if ( cur_page >= pages ) { show_page = cur_page - 1; }
else { show_page = cur_page + 1; }
userPage = prompt( msg, show_page );
if ( userPage > 0 ) {
if ( userPage < 1 ) { userPage = 1; }
if ( userPage > pages ) { userPage = pages; }
if ( userPage == 1 ) { start = 0; }
else { start = (userPage - 1) * per_page; }
window.location = url_bit + "&st=" + start;
}
}
//-->
</script>
<!--IBF.BANNER-->
<div id='logostrip'>
<a href='{ibf.script_url}' title='Board Home'><img src='http://i286.photobucket.com/albums/ll81/au_tuong/RUNGTRAMHHH.gif' border="0" width='100%' /></a>
</div>
<!-- IE6/Win TABLE FIX -->
<table width="100%" cellspacing="6" id="submenu">
<tr>
<td><a href='{ibf.vars.home_url}'>{ibf.vars.home_name}</a><!--IBF.RULES--></td>
<td align="right">
<img src="{ibf.vars.img_url}/atb_help.gif" border="0" alt="" /> <a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a>
<img src="{ibf.vars.img_url}/atb_search.gif" border="0" alt="" /> <a href='{ibf.script_url}act=Search&f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a>
<img src="{ibf.vars.img_url}/atb_members.gif" border="0" alt="" /> <a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a>
<img src="{ibf.vars.img_url}/atb_calendar.gif" border="0" alt="" /> <a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a>
<!--IBF.CHATLINK-->
<!--IBF.TSLLINK-->
</td>
</tr>
</table>
<% MEMBER BAR %>
<br />
Last edited by Wild Cat; 07-23-2008 at 09:23 PM. |
![]() [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 |
| Having problems with setting up my banner. Where do i put my banner in the templates? | Ellerkerm2 | IPB General Support | 7 | 05-24-2006 10:45 AM |
| Failed on instaling new skin. | monky91 | General Chat Area | 19 | 04-11-2006 04:00 AM |
| instaling phpbb | Miss Carter | General Chat Area | 13 | 12-28-2005 03:27 PM |
| Banner Problems? | FluffyWolf2 | phpBB2 skinning Help | 5 | 05-08-2005 11:57 PM |
| Help Instaling Yabb Gold | Homer Simpson | General Chat Area | 17 | 12-08-2004 07:44 AM |