Forum: vBulletin 4.x Add-ons
09 Oct 2014, 17:25
|
Replies: 3,493
Views: 24,395,568
I noticed that when using the Newbies manager...
I noticed that when using the Newbies manager feature, if a user that is no longer a newbie changes their email address, after the user confirms their new email address, the plugin will re-flag and...
|
Forum: vBulletin 4.x Add-ons
26 Aug 2014, 22:35
|
Replies: 147
Views: 49,536
|
Forum: vBulletin 4.x Add-ons
16 Sep 2013, 21:54
|
Replies: 1,238
Views: 272,941
|
Forum: vBulletin 4.x Add-ons
05 Sep 2013, 01:26
|
Replies: 1,238
Views: 272,941
- Edit - I did not notice others above have...
- Edit - I did not notice others above have reported this already.
I've been seeing a lot of N/A entries on profiles and after updating, it has revealed they're marked as Deleted Posts entries....
|
Forum: vB4 General Discussions
24 Aug 2013, 05:26
|
Replies: 1
Views: 403
This should work now, I looked around in the...
This should work now, I looked around in the templates a bit, and it looks like the content of the about me is kept in a vb:raw variable, so this css should be a better option.
#view-aboutme dt {...
|
Forum: vB4 Programming Discussions
06 Aug 2013, 00:41
|
Replies: 6
Views: 754
|
Forum: vB4 Programming Discussions
05 Aug 2013, 05:24
|
Replies: 6
Views: 754
|
Forum: vB4 Programming Discussions
03 Aug 2013, 21:29
|
Replies: 6
Views: 754
|
Forum: vB4 Programming Discussions
02 Aug 2013, 00:25
|
Replies: 6
Views: 754
Displaying forumstats in a sidebar block
Hello. I'm trying to move the Forum Statistics from What's Going On into a forum block. I read that it was possible to put the code in a template, and then just register the template in a PHP block....
|
Forum: vBulletin 4.x Add-ons
29 Jul 2013, 21:22
|
Replies: 430
Views: 129,562
|
Forum: Modification Graveyard
25 Jul 2013, 05:45
|
Replies: 1,063
Views: 165,339
|
Forum: Modification Graveyard
25 Jul 2013, 00:41
|
Replies: 1,063
Views: 165,339
|
Forum: vBulletin 4.x Add-ons
10 Jul 2013, 01:50
|
Replies: 2,844
Views: 459,495
|
Forum: vBulletin 4.x Add-ons
15 Apr 2013, 00:02
|
Replies: 147
Views: 49,536
I have a solution to the issue where the Next...
I have a solution to the issue where the Next Page, Prev Page, etc buttons are not working.
Open ars_report.php (the file you uploaded to your modCP directory). And go to line 119, or this...
|
Forum: vBulletin 4.x Add-ons
12 Mar 2013, 03:03
|
Replies: 29
Views: 9,549
|
Forum: vB4 Programming Discussions
04 Mar 2013, 07:24
|
Replies: 0
Views: 361
PHP variable for parent and child forums?
I'm writing a few plugins that disable certain vB settings for certain forums. Instead of needing to write something like:
if ($GLOBALS[forumid] == forumparent1 || $GLOBALS[forumid] == forumchild1...
|
Forum: vBulletin 4.x Add-ons
24 Feb 2013, 19:28
|
Replies: 96
Views: 21,382
|
Forum: vBulletin 4.x Template Modifications
15 Feb 2013, 20:42
|
Replies: 56
Views: 13,873
|
Forum: vB4 General Discussions
15 Feb 2013, 19:43
|
Replies: 6
Views: 549
|
Forum: vB4 Design and Graphics Discussions
15 Feb 2013, 03:27
|
Replies: 3
Views: 598
|
Forum: vB4 Design and Graphics Discussions
15 Feb 2013, 03:16
|
Replies: 12
Views: 1,087
|
Forum: vB4 General Discussions
15 Feb 2013, 03:08
|
Replies: 3
Views: 692
Chrome lags on my board as well, so for now I...
Chrome lags on my board as well, so for now I treat it as a Chrome specific performance issue. It probably will lag more on custom themes than the Default Style as they are usually more CSS heavy...
|
Forum: vB4 General Discussions
14 Feb 2013, 15:32
|
Replies: 1
Views: 331
|
Forum: vB4 General Discussions
14 Feb 2013, 15:09
|
Replies: 2
Views: 406
|
Forum: vB4 General Discussions
14 Feb 2013, 04:18
|
Replies: 0
Views: 247
.htaccess Rewrite URL Help
Hi. Can I rewrite urls that point to image files such as.
http://mywebsite.com/images/1.png
http://mywebsite.com/images/2.png
http://mywebsite.com/images/x.png
So that they will appear as:
...
|