Hi, everyone
Hi, all. I’m an Australian, but living in Germany, and a long-time fan of vBulletin software, interested in coding but no good at it. Thanks for this site!
As someone else said, the smilies are definitely different! Unique, even!
Hi, all. I’m an Australian, but living in Germany, and a long-time fan of vBulletin software, interested in coding but no good at it. Thanks for this site!
As someone else said, the smilies are definitely different! Unique, even!
Just a demo of how you have to do if you want to log more of the edits made by on users by admins and users (by default it log the username, usergroups, email change…) This is a product file only, and it’s a 2 second change in that same product file if you want…
ok, it’s good to have multi-language interface, all softwares do that… but multi-language content?! if we select a good translator, like… pfft.. bablefish?!… why wouldn’t it be possible to have translated content on the fly when needed ?! tho the few users visiting other language sites, it would be flexible to use these translation systems…
When visiting forumdisplay’s page, we will see the tags cloud related to that forum… only tags related to this forum and its sub-forums will be shown. This is a basic feature, simple…
as i was not the one coding it, i did not check the XSS thingy… there was two exploits that i found yesterday evening, and i was not really happy with these, so i dropped the entire engine instead of having a vulnerability that would compromise the dB… the file is easily detectable and i…
Member’s Age in Postbit & Getinfo Profile – by Dr. Erwin Loh I requested this a while back. Since no one has released a hack like this, I worked out how to do it. NOTE: This hack automatically shows the age of the person calculated from the birthday entered (it’s not a separate input). If…
hello, I’m trying to add this in plug both for header and footer.What I’m trying to do is incorporate the wordpress skin with vb.It worked on my local server but going live its not working example for header ob_start(); include(‘../path/to/wp-load.php’); include(‘../blog/wp-content/themes/sandbox/header.php’); $wp_header = ob_get_contents(); ob_end_clean(); then in header template at very top i would add…