Forum: vBulletin 3.8 Add-ons
26 Nov 2015, 23:55
|
Replies: 191
Views: 44,315
|
Forum: vB3 Programming Discussions
16 May 2011, 14:34
|
Replies: 4
Views: 780
Thanks Disasterpiece :)
I've while waiting...
Thanks Disasterpiece :)
I've while waiting for a reply been searching about.
Being that cookies can be manipulated (regardless of what I originally set them to) I want to make sure I'm not open...
|
Forum: vB3 Programming Discussions
16 May 2011, 14:01
|
Replies: 4
Views: 780
Sanitizing cookies?
Does vB have a built in function/class to sanitize cookies before storing to database?
Example:
$userdata->set('userVar', $_COOKIE[COOKIE_PREFIX . 'userVar']);
Or does $userdata->set do that?
|
Forum: vB3 Programming Discussions
11 Apr 2010, 16:11
|
Replies: 0
Views: 461
Default guest timezone 'by country'
I currently have my forum set to US Central Time but want to change this for UK guests.
I have an IP lookup that puts the guests country code into $countryCode.
What hook and variable would I...
|
Forum: Modification Requests/Questions (Unpaid)
15 Nov 2009, 14:23
|
Replies: 0
Views: 584
I think this mod aready exists somewhere...
...but cant find it (or know what it is called).
This mod puts your last journal entry (title) as a clickable link on your posts.
If anyone can help that would be great :)
|
Forum: vB3 Programming Discussions
13 Nov 2009, 17:48
|
Replies: 3
Views: 749
|
Forum: vB3 Programming Discussions
12 Nov 2009, 14:19
|
Replies: 3
Views: 749
|
Forum: vB3 Programming Discussions
01 Nov 2009, 15:34
|
Replies: 8
Views: 1,232
Default Prefix for Reported Posts
I'm guessing the hook is easy enough to find (as there are only a few in report.php), but does anyone know the line of code to add a default prefix to the threads created in the designated forum?
...
|
Forum: vB3 Programming Discussions
26 Aug 2009, 15:05
|
Replies: 1
Views: 481
|
Forum: vB3 Programming Discussions
25 Aug 2009, 19:24
|
Replies: 0
Views: 406
postbit_display_start - showsignature
Hi there,
In postbit_display_start if I want to turn a signature off I can use:
$this->post['showsignature'] = false;
What is the equivalent for turning off the avatar?
Thanks :)
|
Forum: vBulletin 3.8 Add-ons
24 Jun 2009, 17:58
|
Replies: 143
Views: 41,119
|
Forum: Modification Graveyard
13 Jan 2009, 14:09
|
Replies: 84
Views: 27,674
|
Forum: Modification Graveyard
13 Jan 2009, 14:09
|
Replies: 34
Views: 8,640
|
Forum: Modification Graveyard
24 Dec 2008, 13:50
|
Replies: 84
Views: 27,674
|
Forum: Modification Graveyard
23 Dec 2008, 21:08
|
Replies: 84
Views: 27,674
|
Forum: Modification Graveyard
23 Dec 2008, 20:48
|
Replies: 84
Views: 27,674
Be careful that version is totally a work in...
Be careful that version is totally a work in progress. Not sure what installing over the top of the previous version will do (could be why it is blank). I'll install 3.8 on my dev site and make sure...
|
Forum: Modification Graveyard
23 Dec 2008, 20:32
|
Replies: 84
Views: 27,674
|
Forum: Modification Graveyard
23 Dec 2008, 19:38
|
Replies: 84
Views: 27,674
|
Forum: Modification Graveyard
23 Dec 2008, 19:14
|
Replies: 12
Views: 2,747
|
Forum: Modification Graveyard
23 Dec 2008, 18:47
|
Replies: 12
Views: 2,747
|
Forum: Modification Graveyard
23 Dec 2008, 18:31
|
Replies: 12
Views: 2,747
Hi all,
Really sorry for not being about....
Hi all,
Really sorry for not being about. I've had shed loads of work that's got in the way of personal projects (this was written for my forum and only an after thought to release publicly).
I...
|
Forum: vB3 Programming Discussions
01 Oct 2008, 13:37
|
Replies: 4
Views: 1,072
|
Forum: vB3 Programming Discussions
30 Sep 2008, 19:53
|
Replies: 4
Views: 1,072
Hi Danny :)
Basically I want to save ...
Hi Danny :)
Basically I want to save
$_COOKIE[COOKIE_PREFIX . 'user_referrer'] (Holding members first visit $_SERVER['HTTP_REFERER'])
using the register_addmember_process hook
But as a...
|
Forum: vB3 Programming Discussions
30 Sep 2008, 19:29
|
Replies: 4
Views: 1,072
$userdata->set
Just want to check something.
Variables used with $userdata->set , are these cleansed by vbulletin or do you have to clean the variable before saving to the users profile?
EG:...
|
Forum: Modification Graveyard
12 Sep 2008, 19:18
|
Replies: 344
Views: 69,529
|