Forum: News and Announcements
16 Dec 2015, 02:23
|
Replies: 61
Views: 23,167
|
Forum: vBulletin 4.x Add-ons
10 Nov 2015, 23:59
|
Replies: 19
Views: 9,622
|
Forum: vB4 Programming Discussions
23 Oct 2015, 23:43
|
Replies: 0
Views: 451
Add CDN to external images in posts
I'm trying to include a CDN in all images embeded in posts.
For this purpose i have created a plugin with a simple preg_replace:
preg_replace("/<img...
|
Forum: vB4 Programming Discussions
16 Oct 2015, 15:16
|
Replies: 1
Views: 494
Convert timestamp to readeable format?
Hi,
I'm trying to get the last reply date of a thread for displaying it on the SHOWTHREAD template.
I have found that $thread[lastpost] display the last reply on a timestamp, ex: 1444930933
...
|
Forum: vB3 Programming Discussions
04 Oct 2015, 04:56
|
Replies: 1
Views: 1,030
|
Forum: vB3 General Discussions
30 Jun 2015, 20:37
|
Replies: 14
Views: 2,378
|
Forum: vBulletin 3.8 Add-ons
02 Mar 2013, 00:41
|
Replies: 96
Views: 30,948
|
Forum: vB3 Programming Discussions
18 Apr 2012, 18:19
|
Replies: 8
Views: 855
|
Forum: vB3 Programming Discussions
18 Apr 2012, 03:45
|
Replies: 8
Views: 855
Thanks, it works great!
I was also trying to...
Thanks, it works great!
I was also trying to put an if in the same plugin for check forumid i used if ($foruminfo['forumid'] == 4) and if ($threadinfo['forumid'] == 4) but it doesn't want to work....
|
Forum: vB3 Programming Discussions
18 Apr 2012, 03:10
|
Replies: 8
Views: 855
TIMENOW in Plugins
Hello,
I have the following code on hook threadfpdata_presave:
if($vbulletin->userinfo['joindate'] > TIMENOW - (86400 * 1))
{
$this->set('visible', 0);
}
However the if...
|
Forum: vB3 Programming Discussions
16 Feb 2012, 21:12
|
Replies: 1
Views: 591
Thread moderation
Hi
I'm using hook: postdata_presave to sent to thread awaiting moderation when certain criteria is matched.
For sent the post to moderation i use this and works fine: $this->set('visible', 0);...
|
Forum: vB3 General Discussions
27 Dec 2011, 18:35
|
Replies: 0
Views: 647
|
Forum: Forum and Server Management
03 Dec 2011, 19:14
|
Replies: 833
Views: 219,369
|
Forum: vBulletin 3.8 Add-ons
19 Aug 2011, 01:15
|
Replies: 22
Views: 4,442
Good catch.
One question, did you use this...
Good catch.
One question, did you use this mod directly with it's default install code?
ALTER TABLE " . TABLE_PREFIX . "post ADD reports INT(10) UNSIGNED NOT NULL DEFAULT '0'
Because i have...
|
Forum: vBulletin 4.x Add-ons
26 Jul 2011, 18:10
|
Replies: 47
Views: 12,188
|
Forum: Forum and Server Management
25 Jul 2011, 18:38
|
Replies: 833
Views: 219,369
|
Forum: Forum and Server Management
25 Jul 2011, 07:59
|
Replies: 833
Views: 219,369
|
Forum: vBulletin 3.8 Add-ons
08 Jul 2011, 15:54
|
Replies: 29
Views: 7,052
|
Forum: Modification Requests/Questions (Unpaid)
03 Mar 2011, 18:49
|
Replies: 17
Views: 2,301
|
Forum: vBulletin 4.x Add-ons
02 Sep 2010, 23:54
|
Replies: 231
Views: 61,956
|
Forum: vBulletin 3.8 Add-ons
27 Aug 2010, 06:35
|
Replies: 469
Views: 157,112
|
Forum: vB3 General Discussions
26 Jul 2010, 05:54
|
Replies: 1
Views: 530
|
Forum: vBulletin 3.6 Add-ons
26 Mar 2010, 04:19
|
Replies: 381
Views: 261,224
|
Forum: vBulletin 4.x Add-ons
25 Jan 2010, 03:37
|
Replies: 463
Views: 99,639
|
Forum: vBulletin 3.8 Add-ons
18 Jan 2010, 21:56
|
Replies: 442
Views: 99,129
|