Previous Thread
Next Thread
Print Thread
Rate Thread
#226452 10/17/2002 9:26 PM
Joined: Feb 2002
Posts: 1,759
Addict
Addict
Offline
Joined: Feb 2002
Posts: 1,759
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.

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.

In showthreaded.php find:
code:
$Username$MainUserStatus
</td>
</tr>
<tr>
<td class="small">
<b>$Title</b>



And replace with:
code:
<b>$Username$MainUserStatus</b>
</td>
</tr>
<tr>
<td class="small">
$Title



In showflat.php find:
code:
{$postrow[$i]['Username']}{$postrow[$i]['UserStatus']}
</td>
</tr>
<tr>
<td class="small">
<b>{$postrow[$i]['Title']}</b>



And replace with:
code:
<b>{$postrow[$i]['Username']}{$postrow[$i]['UserStatus']}</b>
</td>
</tr>
<tr>
<td class="small">
{$postrow[$i]['Title']}



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

Here is an example, you can compare it to what it looks like normally by looking to the left
[]http://www.michiganjeepers.com/photopost/data/3004/2hack.gif[/]

Sponsored Links
Entire Thread
Subject Posted By Posted
Some cosmetic enhancements msula 10/18/2002 4:26 AM
Re: Some cosmetic enhancements AllenAyres 10/18/2002 7:34 AM
Re: Some cosmetic enhancements Rick 10/22/2002 7:34 PM
Re: Some cosmetic enhancements msula 10/23/2002 3:24 AM
Re: Some cosmetic enhancements JoshPet 10/23/2002 4:37 AM
Re: Some cosmetic enhancements msula 10/23/2002 5:38 AM

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)