php forum
php mysql forum
php mysql smarty
 
Page 4 of 4 < 1 2 3 4
Topic Options
#36114 - 10/22/01 10:50 AM Re: *Last Username To Post* in forumdisplay.cgi
Vipermad Offline
Member

Registered: 10/11/00
Posts: 344
Loc: Newport, RI
Hi again neuro!! smile

Again, my 2 cents says to leave it as a navigation aid instead of a link to the profile. I'll go out on a limb and say that MOST users want to get to the most recent POST before they want to know WHO posted it. Once there, they can always get the profile of the poster.

Again, just my 2 cents...but IMVVVHO it is USELESS with a link to the poster's profile. smile

To answer your question, though, I'll have to revisit the docs and get back to you. smile
_________________________
Tony (Vipermad) Rickard
Viper Club UBB Admin

Top
#36115 - 10/22/01 09:20 PM Re: *Last Username To Post* in forumdisplay.cgi
neurospiral Offline
Junior Member

Registered: 06/20/01
Posts: 15
Thanks Vipermad, that's really a good point about leaving the links as navigational aids. Made me wonder "what the heck was I thinking?" to want to change it in the first place.

Unfortunately there was more than one problem with the way this modification worked on my board, and I decided that I would just remove it. I found that some usernames are rather long, and having to display them in the "last post" table threw off the other fields to the extent that in some forums the "last post" field was longer than the subject field. It just didn't look aesthetically pleasing to me.

Also, for some reason when you click on the username link, rather than take you to the user's final post in the thread it took you to the beginning of the thread. Not sure why. Anyway, I just figured the negatives outweighed the positives so I said adios to the hack.

Thanks again for all your repeated help and insight, Vipermad. You rule.

Top
#36116 - 10/23/01 02:53 AM Re: *Last Username To Post* in forumdisplay.cgi
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Yeah what you should do is if you don't want the long usernames just edit the Maximum charecters allowed in a username. The deafault is 25 so something like 15 won't hurt the tables tooo much.

Top
#36117 - 10/23/01 09:38 AM Re: *Last Username To Post* in forumdisplay.cgi
Vipermad Offline
Member

Registered: 10/11/00
Posts: 344
Loc: Newport, RI
Good idea there Lord...but once the board is up and has a bunch of users it might be too late. Good thing to possibly add into the archives for new 5.xx users (yes, I think there are MANY who prefer a 5.xx board over 6 smile ).

Neuro, you are correct. I have done extensive testing with max length usernames, and it IS something that can be annoying. What I did on one board was I modified the text, and the layout of the "last post by....." so it was much shorter and didn't affect the cell width as much.

If I was starting over, I would combine what I have already done, with Lord's idea, for a much happier place!! smile
_________________________
Tony (Vipermad) Rickard
Viper Club UBB Admin

Top
#36118 - 11/21/01 03:01 PM Re: *Last Username To Post* in forumdisplay.cgi
neurospiral Offline
Junior Member

Registered: 06/20/01
Posts: 15
I'm revisiting this hack and since I just can not get the link to the "last user to post" to go to that user's last post (it just goes to the top of the thread and you still have to scroll down to get to the last post), I'm once again considering having it link to the user's profile instead. It says in the hack database description:

Quote:
quote:


I don't see that option, can anyone shed some light on this? I suspect I may have to change something in:

if ($replies >= 1) {
$lastAuthName = qq(
Latest reply by: <a href="$lastpage#$threadinfo[3]">$lastName</a> );
} else {
$lastAuthName = "";
}

But I'm not sure exactly what.

The link to the instructions is here, if anyone is interested in looking into it for me:

http://www.ubbdev.com/hacks/latestreplybyinforumdisplay.txt

Thanks in advance. I'm sure that there will be some future users that will be interested in this option as well.

Top
#36119 - 11/23/01 04:18 AM Re: *Last Username To Post* in forumdisplay.cgi
MattUK Offline
Journeyman

Registered: 11/23/01
Posts: 137
Guys.. i really need this mod for my 5.47e version, but the link no longer works.. can anyone tell me how I can add author name to the summary of last posts to the forums??

thanks!

Top
#36120 - 11/23/01 04:32 AM Re: *Last Username To Post* in forumdisplay.cgi
MattUK Offline
Journeyman

Registered: 11/23/01
Posts: 137
Sorry guys! I just saw the last post, missed that before.. thanks! all sorted.

Top
#36121 - 11/26/01 06:40 PM Re: *Last Username To Post* in forumdisplay.cgi
neurospiral Offline
Junior Member

Registered: 06/20/01
Posts: 15
Quote:
quote:


Anyone know where this elusive option is?

Top
#36122 - 11/26/01 11:57 PM Re: *Last Username To Post* in forumdisplay.cgi
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Quote:
quote:


Download "Last post in Ultimate.cgi" from the v5 Database.

Top
#36123 - 11/30/01 10:10 AM Re: *Last Username To Post* in forumdisplay.cgi
Metallifukinca Offline
Member

Registered: 08/21/00
Posts: 620
Loc: Toronto, Ont
Quote:
quote:


Indeed dude...
I trying to collect all the 5.xx series hacks, so people don't keep on gettin broken links <img src="frown.gif" border="0" alt="" />

Top
#36124 - 11/30/01 07:29 PM Re: *Last Username To Post* in forumdisplay.cgi
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
Yeah. There are also alot of hacks missing from UBBDev's database. SpAwN's database (when it was up) had 140 V5 Hacks.

Top
#36125 - 12/01/01 04:19 PM Re: *Last Username To Post* in forumdisplay.cgi
Metallifukinca Offline
Member

Registered: 08/21/00
Posts: 620
Loc: Toronto, Ont
Is spawn's ever going back up ?
If not, can someone lemme know where I can get a hold of all the hacks..
I'll make a little site for 'em

Top
#36126 - 12/01/01 06:49 PM Re: *Last Username To Post* in forumdisplay.cgi
Lord Dexter Offline
Member

Registered: 05/25/01
Posts: 6503
Loc: Melbourne, Australia
It was up but it went down because Piratecove switched servers and he has to wait for SpAwN to move the files.

Top
#36127 - 12/02/01 11:08 AM Re: *Last Username To Post* in forumdisplay.cgi
Metallifukinca Offline
Member

Registered: 08/21/00
Posts: 620
Loc: Toronto, Ont
ohh..
Is he still around ?

Top
Page 4 of 4 < 1 2 3 4



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks