isn’t it boring, no vb.com for a moment…
yeap, right now, it’s the 7th hour the site is down for upgrade…
that’s not good to see that the original place is taking more than 7 hours to update the default site structure…
yeap, right now, it’s the 7th hour the site is down for upgrade…
that’s not good to see that the original place is taking more than 7 hours to update the default site structure…
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 =…
The following message was sent to you via the vbEnhancer.com Contact Us form by Michael Biddle. I have an account from vbtech, and I cannot post anywhere here. Also, My PM inbox is full and I cannot read any of my messages, can this please be corrected. I am trying to send a PM to…
Poll as Statusicon This simple template modification will provide an alternative graphical representation of a poll if you have post icons disabled. If a thread is moved or locked, then the normal moved or locked thread icon will be displayed. View screenshots to give an example of this, it’s a mock-up of how it’d look…
ok, it’s simple to create a FAQ engine… vBulletin have a crappy one, and we all know it. at the difference of a Knowledge Base where members offer answers/solutions, a FAQ is basically built by moderators and admins. We do not need a specific forum structure for it, just different templates and 2 or 3…
vb 4 is now released, to bad Ray left.
instead of just reading the title of a thread to automatically create tags from it, which is an abheration, here is how it works logically: 1- thread title = X4 2- firstpost content = X2 3- replies = 0.5X take 1% of all words as a limit for X keywords for the thread. so if…