Welcome, Guest. Please Login or Register.
August 27, 2025, 08:19:23 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  English User Help  |  English Help  |  SSI How To... « previous next »
Pages: [1] Reply Ignore Print
Author Topic: SSI How To...  (Read 493 times)
Kootch
Noobie
*
Posts: 23


The DaliLama?!?!

WWW
SSI How To...
« on: March 23, 2002, 01:00:39 AM »
Reply with quote

When looking at:
http://www.dodge-diesel.org/
I find a really nicely laid out right column of the page that has the recent topics spaced, centered, and some of it in BOLD.

When I use the ssi includes to list recent topics on my test index page, it is all clumped together and looks lousy:
http://www.penaltybox.com/home/index2.php

How do you make it look pretty like Dodge-diesel doesÉ

Thanks!
Logged

Kootch
Noobie
*
Posts: 23


The DaliLama?!?!

WWW
Re:SSI How To...
« Reply #1 on: March 23, 2002, 01:05:54 AM »
Reply with quote

Another example is:
http://www.urjb.com/index.php
where only the topic is listed on the front page Recent Topics list (top left - Latest headlines).

How are they manipulated like that to be differentÉ
Logged

mediman
Support Team
YaBB God
*****
Posts: 2858


WWW
Re:SSI How To...
« Reply #2 on: March 23, 2002, 01:11:17 AM »
Reply with quote

you don´t know if is really the SSI.php or wrote they an own skript!

i wrote my own skript because my testboards is on lycos and there are problems with include and require

http://mitglied.lycos.de/therealmediman/lycos.php or
http://mitglied.lycos.de/therealmediman/test3.php

mediman
« Last Edit: March 23, 2002, 01:16:22 AM by mediman » Logged

mainComm Dev Team
Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:SSI How To...
« Reply #3 on: March 23, 2002, 01:13:16 AM »
Reply with quote

Dodge Diesel is using SSI.php :)  Rick, I have sent you some code changes.
Logged

jthorpe
Sr. Member
****
Posts: 331


WWW
Re:SSI How To...
« Reply #4 on: March 23, 2002, 02:11:28 AM »
Reply with quote

Yep.  I'm using SSI.php.  I just made some changes to it to get the format I wanted.  Here is the first part so you know my settings.

function recentTopics (){

        ob_end_clean();

        global $settings,$scripturl,$txt,$censored,$recentsender,$db_prefix, $post, $dummy;

        $showlatestcount = 15;

        $showBoard = 1; // set to 1 to show the board the topic belongs to
        $showPoster = 1; // set to 1 to show the poster
        $showTime = 0;  // set to 1 to show the time of the post


Then, here is the part that actually makes it look different:

                       $thepost .="<b><a href=\"$scripturl?board=$row[ID_BOARD];action=display;threadid=$row[ID_TOPIC];start=$row[numReplies]\">$row2[subject]</a></b><BR>$dummy1<BR><b>$dummy2</b>$dummy3<br><BR>\n";

Good luck with it. :)
Logged
Kootch
Noobie
*
Posts: 23


The DaliLama?!?!

WWW
Re:SSI How To...
« Reply #5 on: March 23, 2002, 02:26:03 AM »
Reply with quote

Quote from: Jeff Lewis on March 23, 2002, 01:13:16 AMDodge Diesel is using SSI.php :)  Rick, I have sent you some code changes.

Jeff, you're an officer and a gentleman!
Logged

Kootch
Noobie
*
Posts: 23


The DaliLama?!?!

WWW
Re:SSI How To...
« Reply #6 on: March 23, 2002, 02:28:46 AM »
Reply with quote

Quote from: jthorpe on March 23, 2002, 02:11:28 AMYep.  I'm using SSI.php.  I just made some changes to it to get the format I wanted.  Here is the first part so you know my settings.


Many thanks jthorpe!  I really appreciate the help.  As you can tell, I really like the look and feel of what you put together on your site.

Now if I can only get the really, really good guy that initially installed my board to make those changes for me...  (grin)

Cheers!

Rick Couchman,
A YaBBse Believer!
http://forums.penaltybox.com
Logged

Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:SSI How To...
« Reply #7 on: March 23, 2002, 02:29:29 AM »
Reply with quote

Heh, send me the SSI.php file, I'll make the changes and send them over ;)
Logged

Jeff Lewis
Global Moderator
YaBB God
*****
Posts: 10149


I'm a llama!

WWW
Re:SSI How To...
« Reply #8 on: March 23, 2002, 02:34:42 AM »
Reply with quote

I just used one here, altered it, and it should be in your inbox by now ;)
Logged

Kootch
Noobie
*
Posts: 23


The DaliLama?!?!

WWW
Re:SSI How To...
« Reply #9 on: March 23, 2002, 02:40:26 AM »
Reply with quote

Thanks Jeff!

I emailed you back...
Logged

Nemesis
What's an Admin?
Global Moderator
YaBB God
*****
Posts: 2199


WWW
Re:SSI How To...
« Reply #10 on: March 23, 2002, 04:07:58 AM »
Reply with quote

I can also send you mine if you want, I hacked mine also.

Check it out at http://www.gamerzalliance.com

Notice I made the post numbers, and was able to change the whosonline function to post diffrent membergroups in certain color. When 1.3.0 is release I probably post mine as a hack for users who want to use it. I am working on pulling the yabb cookie info a little better on the main page. So when you hit the site it automatical shows you without you hitting the msg board first.

Good things are happening.  ;)
Logged


Want to say thanks?
*************************************
DONATE or check out my WishList
*********************************
The Engineer
Sr. Member
****
Posts: 313


I'm the Dude, man!

ICQ - 156273462 WWW
Re:SSI How To...
« Reply #11 on: March 23, 2002, 04:14:30 AM »
Reply with quote

Quote from: Kootch on March 23, 2002, 01:05:54 AMAnother example is:
http://www.urjb.com/index.php
where only the topic is listed on the front page Recent Topics list (top left - Latest headlines).

How are they manipulated like that to be differentÉ

Just so you know, I'm not using SSI.php, never could get it to work, I modified Welcomeinc.php to suit my needs

* The Engineer .
Logged

Who is the more foolish.. The fool or the fool who follows it...
Help cure Cancer, Join the YaBB SE UD Team !
jthorpe
Sr. Member
****
Posts: 331


WWW
Re:SSI How To...
« Reply #12 on: March 23, 2002, 05:27:21 PM »
Reply with quote

Quote from: Kootch on March 23, 2002, 02:28:46 AM
Quote from: jthorpe on March 23, 2002, 02:11:28 AMYep.  I'm using SSI.php.  I just made some changes to it to get the format I wanted.  Here is the first part so you know my settings.


Jack

Many thanks jthorpe!  I really appreciate the help.  As you can tell, I really like the look and feel of what you put together on your site.

Now if I can only get the really, really good guy that initially installed my board to make those changes for me...  (grin)

Cheers!

Rick Couchman,
A YaBBse Believer!
http://forums.penaltybox.com


You're welcome Kootch.  Glad I could help.  Thanks for the compliments.  The only thing I worry about now is upgrading to the next version.  It's going to be a pain because all of my mods will be broken and I wasn't smart enough the first time around to document them all.  

Oh well, I'll just have to go with the flow on the next upgrade :(
« Last Edit: March 23, 2002, 05:28:48 PM by jthorpe » Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  SSI How To... « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.031 seconds with 17 queries.