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 Offline

I type Like navaho

Registered: 03/10/00
Posts: 25580
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: 8373
Loc: Olympia, WA
Good point. Consider this changed for the next release.
_________________________
UBB.threads Developer

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



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