Announcement
Collapse
No announcement yet.
Search Result
Collapse
273 results in 0.2518 seconds.
Keywords
Members
Tags
-
Out of curiosity, is there a practical limit on the total size of attachments you would consider moving (back) into the database?
-
my vBulletin.css still contains
.pagination dd a.selected {
background: {vb:stylevar pagination_current_background};
color: {vb:stylevar pagination_current_color};
...Last edited by boatdesign; Sun 18 Apr '10, 11:49pm.
Leave a comment:
-
Changes were automatically merged into this template -admin cp warning clairificaiton
Just ran the upgrade from 4.02pl4 to 4.03 and must say it was very smooth.
One minor point of clarification I found confusing though:
In the admin control panel home it warns:...
-
I'm not a gambler, but historically the small point releases haven't caused problems or "reinventions of the wheel" for me going back to the 2.x series, but then again, 4 is a new ballgame...
Leave a comment:
-
I could be wrong but I don't think the point releases should be breaking anything.
Leave a comment:
-
Correct you are Lynne.
<vb:if condition="in_array($thread[forumid],array(26,29,56,25,27))">
seems to work a charm in search_threadbit
Thank You!
...Last edited by boatdesign; Thu 11 Mar '10, 10:05pm.
Leave a comment:
-
Any pointers on how to apply the vb:if condition based on forumids to the search_threadbit template would be greatly appreciated.
Leave a comment:
-
Frustratingly, the section I'm working on does contain the formid already, but I can't seem to figure out how to access it to use it as the conditional.
Code:<vb:if condition="in_array($foruminfo[forumid],array(26,29,56,25,27))">
Leave a comment:
-
From this I see I must need to register the variable with the template, right? http://www.vbulletin.com/forum/showt...id-in-template
However, I'm not quite...
Leave a comment:
-
OK, in the search_threadbit template, I tried using:
Code:<vb:if condition="in_array($foruminfo[forumid], array(26,29,56,25,27))"> Code for these Forums <vb:else />
Leave a comment:
Leave a comment: