|
|
Joined: May 2000
Posts: 58
Member
|
Member
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 ). 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
|
|
|
|
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?
|
|
|
|
Joined: May 2000
Posts: 58
Member
|
Member
Joined: May 2000
Posts: 58 |
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
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
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)
|
|
|
|
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
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
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
|
|
|
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: 69
Joined: January 2001
|
|
Forums63
Topics37,575
Posts293,927
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|