The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Portal beeing streched
Looks like part of the portal is beeing streched and making the images out of line due to long hack names. Screenie
|
#2
|
||||
|
||||
yeah, but that's by design.
i suggest not to use such big hack names ^^ at least the streching is working correctly, as it didn't in the past |
#3
|
||||
|
||||
I guess my hack is the culprit ^^
|
#4
|
||||
|
||||
I think fetch_trimmed_title() could be of some use here?
|
#5
|
||||
|
||||
nope, just short enough titles
|
#6
|
||||
|
||||
Quote:
Code:
if (strlen($hack['title']) > 30) { $hack['title'] = substr($hack['title'], 0, 28) . '...'; } |
#7
|
||||
|
||||
Nah, I prefer
PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|