Forum Hosting  

Go Back   Forum Hosting > IPB Support > IPB Skinning Help

IPB Skinning Help Need help customizing the looks of your forum? Post here.


Reply
 
LinkBack Thread Tools Display Modes
Old 07-23-2008, 06:44 PM   #1 (permalink)
Member
 
Dongvan's Avatar
 
Join Date: Jul 2008

Posts: 2
Rep Power: 0 Dongvan is infamous around these parts
fTrader: (0)
fBuck$: 36.0
Bank: 0.0
Total fBuck$: 36.0

My Forumer
My Country:
Default Banner instaling problems

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
Dongvan is offline   Reply With Quote
Old 07-23-2008, 06:50 PM   #2 (permalink)
Elite Forumer
 
Wild Cat's Avatar
 
Join Date: May 2007

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

My Forumer
My Country:
Default Re: Forum Problems

Quote:
Originally Posted by Dongvan View Post
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
Is this the forum in question?

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.
Wild Cat is online now   Reply With Quote
Old 07-23-2008, 08:23 PM   #3 (permalink)
Member
 
Dongvan's Avatar
 
Join Date: Jul 2008

Posts: 2
Rep Power: 0 Dongvan is infamous around these parts
fTrader: (0)
fBuck$: 36.0
Bank: 0.0
Total fBuck$: 36.0

My Forumer
My Country:
Default Re: Forum Problems

Quote:
Originally Posted by Wild Cat View Post
Is this the forum in question?

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
Thanks I did fix the problem
DV
Dongvan is offline   Reply With Quote
Old 07-23-2008, 09:14 PM   #4 (permalink)
Elite Forumer
 
Wild Cat's Avatar
 
Join Date: May 2007

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

My Forumer
My Country:
Default Re: Banner instaling problems

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="" />&nbsp;<a href='{ibf.script_url}act=Help'>{ibf.lang.tb_help}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_search.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Search&amp;f={$ibforums->input['f']}'>{ibf.lang.tb_search}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_members.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=Members'>{ibf.lang.tb_mlist}</a>
   &nbsp; &nbsp;&nbsp;<img src="{ibf.vars.img_url}/atb_calendar.gif" border="0" alt="" />&nbsp;<a href='{ibf.script_url}act=calendar'>{ibf.lang.tb_calendar}</a>
   <!--IBF.CHATLINK-->
   <!--IBF.TSLLINK-->
 </td>
</tr>
</table>
<% MEMBER BAR %>
<br />
Then click on Update templates.

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.
Wild Cat is online now   Reply With Quote
Reply


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
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