11
djsckizo
Re: IPB Mod help please?
  • 2003/12/3 11:02

  • djsckizo

  • Just can't stay away

  • Posts: 401

  • Since: 2003/5/9 8


Before you do this, make sure that you have chmod'd these folders in the ipboard folder to 777:

archive_in
archive_out
cache
lang
Skin
style_images
uploads

Those are the folders that Invision Board says to chmod when doing a normal installation of the software, so I assume it is the same for the mod as well. Also, make sure that you chmod the skin folder S1 (it is inside the Skin folder) and all of the files inside of it.


To change the Header, you need to go to the InvisionBoard admin panel, go down to Skins & Templates and choose Manage Skin Sets. You should be using the one called "Invision Power Board". Click HTML (right below the skin title). Use the Quicklinks drop down menu and go to Edit Board Header. The Board header (logo links ect) is what you need to change. This is what I have in mine:


Quote:
<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'>
<% MEMBER BAR %>
<br />
</div>


That will make it look the way the top of mine looks. Hope this helps.

12
Anonymous
Re: IPB Mod help please?
  • 2003/12/3 18:58

  • Anonymous

  • Posts: 0

  • Since:


Got it!

Thanks much!

Max

13
m0nty
Re: IPB Mod help please?
  • 2003/12/8 0:55

  • m0nty

  • XOOPS is my life!

  • Posts: 3337

  • Since: 2003/10/24


i was wonderin if any1 knows how to sort the left column out when usin ipb?

it seems to change the text and stuff in the left column to the forum style instead of the XOOPS theme style..

also if i remove all the blocks from the left column and don't make them visible on the ipboard.. then the left column still appears but is completely blank..

any ideas how to get rid of the left column so the forum shows full screen?

to see what i'm sayin go here >http://www.clubithard.com/main/modules/ipboard/

i can't get the left column to dis-appear at all..

Login

Who's Online

226 user(s) are online (130 user(s) are browsing Support Forums)


Members: 0


Guests: 226


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits