261
djsckizo
Re: InvisionBoard Module in its own page???
  • 2004/1/16 15:10

  • djsckizo

  • Just can't stay away

  • Posts: 401

  • Since: 2003/5/9 8


I deleted the actual column that holds the left blocks and moved the code for the left blocks into the right side. That way I had one big middle one and a right one (I'm planning on making a theme like this to put on XOOPS too by the way).

I also added some code with help from another xoopser to make it centered at around 800px. Thank StudioC for the following:

Quote:
-change your body tag
<body style="text-align:center;">

-fill in div tag after the body tag
<div style="width:800px;margin:0px auto;text-align:left;">

-close div tag before the </body> tag
</div>


After that I just set the blocks for the right and left to only be displayed on the front page, unless you aren't logged in. In that case, the login one stays on for all of the pages and it brings a couple others with it because I haven't shut them off yet. I still have some block rearranging to do in order to get it exactly right, but for the most part that is what I was going for. Glad you guys like it. :)

As for the Invision Board one, All I did was edit the header source code. I chopped out a bunch of unneeded stuff and got this as a result:

<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_jumpurl_bittotal_postsper_page )
{
pages 1cur_st parseInt("{$ibforums->input['st']}"); cur_page  1;
if ( 
total_posts per_page == ) { pages total_posts per_page; }
 else { 
pages Math.ceiltotal_posts per_page ); }
msg "{ibf.lang.tpl_q1}" " " pages;
if ( 
cur_st ) { cur_page cur_st per_pagecur_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 promptmsgshow_page );
if ( 
userPage 0  ) {
    if ( 
userPage )     {    userPage 1;  }
    if ( 
userPage pages ) { userPage pages; }
    if ( 
userPage == )    {     start 0;    }
    else { 
start = (userPage 1) * per_page; }
    
window.location url_bit "&st=" start;
}
}
//-->
</script>
 
<!--
IBF.BANNER-->
  <% 
MEMBER BAR %>
</
div>


If you copy that into your Invisionboard header, you should get the same results I have for the ib module's header. Make sure that you have the files chmoded correctly in that module though, otherwise it won't let you edit them. This should help you figure out which ones to chmod:http://www.invisionpower.com/documentation/showdoc.php?page=115



262
djsckizo
Re: XOOPS2 and registering with major search engines.
  • 2004/1/16 14:58

  • djsckizo

  • Just can't stay away

  • Posts: 401

  • Since: 2003/5/9 8


well apparently google is finding everything in my message board, which is the reason for the strange results...well, all of them except the asian email thing and fish boredom



263
djsckizo
Re: can't login xoops
  • 2004/1/16 5:17

  • djsckizo

  • Just can't stay away

  • Posts: 401

  • Since: 2003/5/9 8


and just when i look at my database to find out how to turn it on the long way around...because...i can't do anything the simple way lol



264
djsckizo
Re: Nobody can login in my site!
  • 2004/1/16 5:15

  • djsckizo

  • Just can't stay away

  • Posts: 401

  • Since: 2003/5/9 8


just out of curiosity who is your host?

i've had this happen to me before and i believe it was with 2.0.4 but i don't remember now...it was very annoying and i don't recall how it was that i finally fixed it



265
djsckizo
Re: InvisionBoard Module in its own page???
  • 2004/1/16 5:07

  • djsckizo

  • Just can't stay away

  • Posts: 401

  • Since: 2003/5/9 8


Check out my site with the forum on it. I wanted to be able to do the same thing but since I couldn't, I just shut off all of the blocks in the forum and edited the css and template file for the header in invision board. This was the result:

Normal front page:http://quintina.net

Forum part:http://forum.quintina.net

Same XOOPS site though, just with the blocks removed from that part of the site.

By the way, that is the revised version of the site theme that I just put up about a week or two ago. Before that I used to just use the theme at bbpixel. I like this version a bit better.



266
djsckizo
Re: XOOPS2 and registering with major search engines.
  • 2004/1/16 4:57

  • djsckizo

  • Just can't stay away

  • Posts: 401

  • Since: 2003/5/9 8


Funny I ran across this today...the same day I was looking at my AW stats...here are some of the odd keyphrases results I found for December:

-desktopscreen

-************ to my pictures (I edited that myself, in case any kids or muppets are watching)

-dec 2003 forum passwords porn

-relationship boredom

-advice on boredom

-how do i cure my boredom?

-boredom problems

-pick my nose

-2003 i need a cure email me


and my two favorites:

-asian females looking for relationship with email for free

-cure for fish boredom


Note: my site slogan is "A Cure for Boredom" so that is why boredom is found through out my list.



267
djsckizo
Re: Referral hack?
  • 2004/1/16 4:50

  • djsckizo

  • Just can't stay away

  • Posts: 401

  • Since: 2003/5/9 8


well this just saved me from making a post about it...if someone could make a module based version of this it would be great because it would be much easier to turn it on and off when you need it, and still be able to store the information in the database for later use



268
djsckizo
Re: How Good Is XCGallery !!!
  • 2004/1/16 4:44

  • djsckizo

  • Just can't stay away

  • Posts: 401

  • Since: 2003/5/9 8


coppermine is what I used to use to power my image host with Invision as the board of choice, and when I found them both ported over to XOOPS I went straight into setting up both modules and dumping the existing data into xoops...and it works great :)

Check it out. Quintina.net - Image Hosting and Forum



269
djsckizo
Re: Bunch-o-stuff
  • 2004/1/12 19:51

  • djsckizo

  • Just can't stay away

  • Posts: 401

  • Since: 2003/5/9 8


Another idea:

The ability to change theme layouts on the front page and further (mostly on the front page though). This way you could have more of a dynamic look to your site by allowing more than one template, and specify which types of pages you'd like to use which theme.

On another note, this thread has made me realize I need to stop thinking.



270
djsckizo
Re: Bunch-o-stuff
  • 2004/1/12 19:49

  • djsckizo

  • Just can't stay away

  • Posts: 401

  • Since: 2003/5/9 8


Quote:

BPJones wrote:
If you want to more or less define your own form(s), I'd recommend the Formulaire module.


I'll have to check that one out, thanks.




TopTop
« 1 ... 24 25 26 (27) 28 29 30 ... 36 »



Login

Who's Online

232 user(s) are online (163 user(s) are browsing Support Forums)


Members: 0


Guests: 232


more...

Donat-O-Meter

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

Latest GitHub Commits