php forum
php mysql forum
php mysql smarty
 
Topic Options
#226452 - 10/17/02 09:26 PM Some cosmetic enhancements
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
I Have noticed on many forums that when viewing a thread the user's name is bold and everything else isn't. But for threads, the name is not bold and the title is. <br /><br />Depending on your color scheme it almost looks like the title is more important and has caused some confusion on my forums, so if you want to change it so that the name is bold and the title is not, here is the easy fix.<br /><br />In showthreaded.php find:<br /><pre><font class="small">code:</font><hr>$Username$MainUserStatus<br /></td><br /></tr><br /><tr><br /><td class="small"><br /><b>$Title</b><br /></pre><hr><br /><br />And replace with:<br /><pre><font class="small">code:</font><hr><b>$Username$MainUserStatus</b><br /></td><br /></tr><br /><tr><br /><td class="small"><br />$Title<br /></pre><hr><br /><br />In showflat.php find:<br /><pre><font class="small">code:</font><hr>{$postrow[$i]['Username']}{$postrow[$i]['UserStatus']}<br /></td><br /></tr><br /><tr><br /><td class="small"><br /><b>{$postrow[$i]['Title']}</b><br /></pre><hr><br /><br />And replace with:<br /><pre><font class="small">code:</font><hr><b>{$postrow[$i]['Username']}{$postrow[$i]['UserStatus']}</b><br /></td><br /></tr><br /><tr><br /><td class="small"><br />{$postrow[$i]['Title']}<br /></pre><hr><br /><br />I know this is just a real trivial and easy to do thing, but I figure a lot of people may not have thought about it before, but IMO I like it a bit more this way <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Here is an example, you can compare it to what it looks like normally by looking to the left<br />[]http://www.michiganjeepers.com/photopost/data/3004/2hack.gif[/]

Top
#226453 - 10/18/02 12:34 AM Re: Some cosmetic enhancements [Re: palmen]
AllenAyres Administrator Offline
I type Like navaho

Registered: 03/10/00
Posts: 25448
Loc: Texas
cool, yes, that makes sense <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
- Allen wavey
- What Drives You?

Top
#226454 - 10/22/02 12:34 PM Re: Some cosmetic enhancements [Re: palmen]
Rick Offline
Guru

Registered: 05/11/99
Posts: 8372
Loc: Olympia, WA
Good point. Consider this changed for the next release.
_________________________
StogieSmokers.com

Top
#226455 - 10/22/02 08:24 PM Re: Some cosmetic enhancements [Re: Sally]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
Excellent, thanks! <br /><br />Can't believe I actually had a valid suggestion to become a real feature <img src="/forum/images/graemlins/laugh.gif" alt="" />

Top
#226456 - 10/22/02 09:37 PM Re: Some cosmetic enhancements [Re: palmen]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Good goin' Jeremy. <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#226457 - 10/22/02 10:38 PM Re: Some cosmetic enhancements [Re: palmen]
msula Offline
Addict

Registered: 02/18/02
Posts: 1969
Loc: Lansing, Michigan
Thanks, I made a few more important items bold, as I think some of the links should stand out more than they currently do. For example, in ubbthreads.tmpl find:<br /><br /><pre><font class="small">code:</font><hr>{$forum[$c][$f]['Title']}</pre><hr><br />and change that to:<br /><pre><font class="small">code:</font><hr><b>{$forum[$c][$f]['Title']}</b></pre><hr><br /><br />You can see a working example of that here: www.michiganjeepers.com/forums/ubbthreads.php<br /><br />And also the subject link in postlist.php. So look in postlist.tmpl for:<br /><br /><pre><font class="small">code:</font><hr>{$postrow[$i]['Subject']}</pre><hr><br />and change that to:<br /><pre><font class="small">code:</font><hr><b>{$postrow[$i]['Subject']}</b></pre><hr><br /><br />This may not suit everyone, but most forums I've seen have these bold, and IMO are easier to see as important items <img src="/forum/images/graemlins/smile.gif" alt="" />

Top


Who's Online
0 registered (), 25 Guests and 15 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Latest Posts
Forum 'Trader Ratings'.
by blaaskaak
11/20/08 08:27 AM
Problems reading a lot of old posts here
by Ruben Rocha
11/18/08 04:33 PM
PhotoPost BB Code Popup
by Iann128
11/15/08 01:24 PM
Customization needed
by Gizmo
11/12/08 12:28 PM
Team UBBDev Rides Again!
by AllenAyres
11/11/08 02:16 PM
Active Topics.
by AllenAyres
11/11/08 02:13 PM
Looking for a simple upload script
by AllenAyres
11/11/08 02:12 PM
New Mods
Forum 'Trader Ratings'.
by McLemore
11/19/08 02:14 PM
[7.4] Keep log of custom title changes
by blaaskaak
10/27/08 07:51 AM
User Authentication Class
by
01/19/07 02:59 PM
Multiple Identity Detector
by
12/30/06 06:39 PM
PhotoPost BB Code Popup
by
11/06/06 05:43 PM
Newest Members
nick1, Begbie, cenk, MATTO, DougMMcts
13362 Registered Users
Top Posters
AllenAyres 25448
JoshPet 11330
Rick 8372
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438

 

 

 
fusionbb message board php hacks