Can’t download attachments
What is the post count we must reach in order for that đź
What is the post count we must reach in order for that đź
Did you see that page: vBulletin.org Forum – View Profile: nexialys … looks like i was occupied on monday the 11th… I released all that was possibly releasable from the Freebies, and it’s not finished. but i also found that i « forgot » a lot of very useful hacks in the Workshop… forgot to release them…
the question is on the table… so you can tap on… rofl more coders are joining to talk about the site, so why not join and build a real group?
Not really sure if OK to ask here, since this question isn’t exactly related to this website. In short, I’m lost why one code is, and an almost similar code isn’t working. Working: [php]$search = addslashes(‘‘); $replace = addslashes(‘ test’); $vbulletin->templatecache = str_replace($search, $replace.$search, $vbulletin->templatecache);[/php] Not working: [php]$search = addslashes(‘‘); $replace = $vbulletin->templatecache; $vbulletin->templatecache =…
i’d like to be able to do the same as in a portal page, listing the latest X topics of a specific forum, and display them on top of the forumhome or in forumdisplay, that would look like a news feed (title and link) i’ll code it, as it’s not complicated. each time someone post…
Not really sure what kind of task it would be to develop, but it sure would come handy. Especially at the vBulletin Options, Forums & Moderators and Usergroups settings.
Restrict Admin CP vBulletin Options – by Erwin (Only allow other Admins to ban emails or IP addresses) As you know, the vBulletin Options section of your Admin CP is very important. From there, you can close or open your forums, change the forum name, and basically control the site. You really do not want…