Last post listing on index page
Posted by Brian Moon
Re: Last post listing on index page September 04, 2004 05:10PM |
Registered: 18 years ago Posts: 60 |
Re: Last post listing on index page September 05, 2004 12:51PM |
Admin Registered: 20 years ago Posts: 9,240 |
Re: Last post listing on index page December 22, 2004 10:55AM |
Registered: 19 years ago Posts: 24 |
Great add-on, but I'm now trying to get it on the right just under de "last post date".
Whats best way to start doing that ?
Also maybe nice to ad a settings page so you can choose where it has to been placed.
I'm not so good at php that I can do that by myself I think.
Hope that I can fixed it with some help.
Whats best way to start doing that ?
Also maybe nice to ad a settings page so you can choose where it has to been placed.
I'm not so good at php that I can do that by myself I think.
Hope that I can fixed it with some help.
December 28, 2004 11:52PM |
Registered: 19 years ago Posts: 666 |
sammyfilez Wrote:
-------------------------------------------------------
> Great add-on, but I'm now trying to get it on the
> right just under de "last post date".
>
> Whats best way to start doing that ?
>
> Also maybe nice to ad a settings page so you can
> choose where it has to been placed.
>
> I'm not so good at php that I can do that by
> myself I think.
>
> Hope that I can fixed it with some help.
Edit lastforumpost.php in /mods/lastforumpost/
by changing the line of:
Or at least that's what I did. :)
-------------------------------------------
"Everything we see or seem, is but a dream within a dream." -Edgar Allan Poe
-------------------------------------------------------
> Great add-on, but I'm now trying to get it on the
> right just under de "last post date".
>
> Whats best way to start doing that ?
>
> Also maybe nice to ad a settings page so you can
> choose where it has to been placed.
>
> I'm not so good at php that I can do that by
> myself I think.
>
> Hope that I can fixed it with some help.
Edit lastforumpost.php in /mods/lastforumpost/
by changing the line of:
to:Quote
$forum["description"]="<div style='margin-bottom: 5px;'><strong>{$PHORUM['DATA']['LANG']['LastPost']}</strong>: <a href='$url'>$message[subject]</a> {$PHORUM['DATA']['LANG']['by']} $message[author]</div>".$forum["description"];
Quote
$forum["last_post"]="<a href='$url'>$message[subject]</a> {$PHORUM['DATA']['LANG']['by']} $message[author]<br />".$forum["last_post"];
Or at least that's what I did. :)
-------------------------------------------
"Everything we see or seem, is but a dream within a dream." -Edgar Allan Poe
Re: Last post listing on index page January 22, 2005 06:08AM |
Registered: 18 years ago Posts: 99 |
Re: Last post listing on index page January 22, 2005 06:18AM |
Registered: 18 years ago Posts: 99 |
Re: Last post listing on index page February 04, 2005 04:21PM |
Registered: 18 years ago Posts: 99 |
February 04, 2005 04:27PM |
Admin Registered: 22 years ago Posts: 4,495 |
There was nothing in Phorum 3 that could do this. If you had something, it was a add on script. you might check the modules/addon forum.
Brian - Cowboy Ninja Coder - Personal Blog - Twitter
Re: Last post listing on index page February 04, 2005 04:29PM |
Registered: 18 years ago Posts: 99 |
Re: Last post listing on index page May 02, 2005 07:47PM |
Registered: 18 years ago Posts: 33 |
Sorry, only registered users may post in this forum.