|
|
Joined: Jun 2001
Posts: 3,273
That 70's Guy
|
That 70's Guy
Joined: Jun 2001
Posts: 3,273 |
Just in case you have a practical joker or two that like to place extremely long words into their locations to distort your showflat/showthreaded layouts you can do the following: In your showflat/showthreaded php scripts find this: <br /> if ($Location) {<br /> $postrow[$i]['Location'] = "{$ubbt_lang['USER_LOC']} $Location";<br /> }<br /> to this: <br /> if ($Location) {<br /> if (strlen($Location) > 30) {<br /> $TitleText = $Location;<br /> $Location = substr($Location,0,30);<br /> $Location = "<span title=\"$TitleText\">$Location... </span>";<br /> }<br /> $postrow[$i]['Location'] = "{$ubbt_lang['USER_LOC']} $Location";<br /> }<br /> Current working example: https://ubbdev.com/threads/php/...ew=collapsed&sb=5&o=&fpart=1(mouse over the location display to see the full text)
|
|
|
|
Joined: Jun 2001
Posts: 43
User
|
User
Joined: Jun 2001
Posts: 43 |
In showthreaded.php if ($Location) {<br /> if (strlen($Location) > 30) {<br /> $TitleText = $Location;<br /> $Location = substr($Location,0,30);<br /> $Location = "<span title=\"$TitleText\">$Location... </span>";<br /> }<br />>>fixed>>> $Location = "{$ubbt_lang['USER_LOC']} $Location";<br /> }<br />
|
|
|
|
Joined: Jun 2001
Posts: 3,273
That 70's Guy
|
That 70's Guy
Joined: Jun 2001
Posts: 3,273 |
Thanks 
|
|
|
|
Joined: Feb 2001
Posts: 2,268
Junior Member
|
Junior Member
Joined: Feb 2001
Posts: 2,268 |
This one should be in a future release of Threads... Well done! 
|
|
|
|
Joined: Jan 2001
Posts: 374
Enthusiast
|
Enthusiast
Joined: Jan 2001
Posts: 374 |
Thank you. Yes this should be in the standard version.
|
|
|
|
Joined: Jun 2001
Posts: 176
Member
|
Member
Joined: Jun 2001
Posts: 176 |
this works in 6.3 
|
|
|
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.
|
|
Posts: 254
Joined: January 2000
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|