Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: May 2000
Posts: 58
Member
Member
Offline
Joined: May 2000
Posts: 58
I run my forum at a 700 width, now, everytime someone with a long name posts, the forum names and discriptions get all cramped up, and the last post thingie is very wide. Where do I find this code so I can mod it a bit?
public_forum_page?

ow, and I see you guys have the same problem if you run it at 600x800 (i'm at school [Linked Image]).

thanks in advance, Atar.


He deserves death.
Deserves it! I daresay he does. Many that live deserve death. And some that die deserve life. Can you give it to them? Then do not be too eager to deal out death in judgement. For even the very wise cannot see all ends.
- Gandalf
Sponsored Links
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
what version are you running?


- Allen wavey
- What Drives You?
Joined: May 2000
Posts: 58
Member
Member
Offline
Joined: May 2000
Posts: 58
1.0.3


He deserves death.
Deserves it! I daresay he does. Many that live deserve death. And some that die deserve life. Can you give it to them? Then do not be too eager to deal out death in judgement. For even the very wise cannot see all ends.
- Gandalf
Joined: Nov 2001
Posts: 198
Member
Member
Offline
Joined: Nov 2001
Posts: 198
I assume you mean version 6.1.0.3
for info on what templates to mod for what, go to this very useful post

hope it helps


Just another boring 17-year-old
and yes, I like smilies/graemlins
Joined: Jun 2001
Posts: 10
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 10
maybe u can change the value
it's in ubb_forum_summary.cgi

find :
[code][/code]

Reduce the length value (25)


smile
Sponsored Links
Joined: Jan 2000
Posts: 5,073
Admin Emeritus
Admin Emeritus
Joined: Jan 2000
Posts: 5,073
There is more magic with $last_subject - there's a set of commented out lines that automagically insert a
when the subject is long as well... just uncomment the lines, bingo...


UBB.classic: Love it or hate it, it was mine.
Joined: May 2000
Posts: 58
Member
Member
Offline
Joined: May 2000
Posts: 58
hehe, cool thanks!

and, yes, I am running version 6.1.0.3


He deserves death.
Deserves it! I daresay he does. Many that live deserve death. And some that die deserve life. Can you give it to them? Then do not be too eager to deal out death in judgement. For even the very wise cannot see all ends.
- Gandalf
Joined: Mar 2002
Posts: 99
Member
Member
Offline
Joined: Mar 2002
Posts: 99
hmmm...when i follow the instructions above i get no changes...

here's what my code looked like before the change:
# if(length($last_subject) > 25) {
# $thisbr = "
";
# } else {
# $thisbr = "";
# }

here's what my code looked like after the change:
# if(length($last_subject) > 5) {
# $thisbr = "
";
# } else {
# $thisbr = "";
# }

nothing changed. i'm not sure what you meant about uncommenting because i don't know much about code period.

also, will this change the last post table width for the forums and the main page, because the main page width is what i'm concerned. thanks


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
AllenAyres
AllenAyres
Texas
Posts: 21,079
Joined: March 2000
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)