vBulletin 4 Gold is Out
vb 4 is now released, to bad Ray left.
vb 4 is now released, to bad Ray left.
Ever got tired of all these threadlists without any thread in a closed forum? See, no possibility to post, and still, the empty list of threads… all this because if you are in a sub-forum that you do not want to transform into a category, you have to set the Open state to off… and…
« Add Contact » Button on Contacts Popup This simple template modification will provide a button to add a new user to your contact list on the contacts popup (an under-used feature of vBulletin!). View screenshot to give an example of this, it’s running on my forums. The button image is created by Oxygen Team, and is…
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 =…
Well I became an Acolyte to share my works with this community, and that’s exactly what I intend on doing.. These are 2 little custom modifications that I have running on my forums, and am currently documenting some installation instructions for.. Tidy Custom Profile Fields (Social & Gaming Networks) Edit Your Details – Member Info…
I’m almost complete with the base engine so I thought I would right a quick tutorial of how to make addons for it. First File Structure Files need to be named class_mtf_(addon name).php The (addon name) must be replaced by the id of the addon in the forum manager. Second the File Ok here is…
Ray Morgan, Today, 8:41pm wrote: Hello, Apologies for the delayed reply. Yes, Don and I would be interested in talking further with you about this, however, we simply are too buried with work leading up to the release of 4.0. If it’s okay with you, I would like to propose that we continue the discussion…