Forum: vBulletin.org Site Feedback
30 Nov 2014, 03:01
|
Replies: 5
Views: 1,025
Weird Error Page?
Hey Guys,
Every few pages I click, I see the following message:
https://www.vbulletin.org/forum/external/2014/11/1.png
After refresh the page loads, just not usually the first time. I've...
|
Forum: Modification Graveyard
11 Nov 2014, 02:48
|
Replies: 50
Views: 5,273
|
Forum: vB4 Programming Discussions
11 Jun 2014, 06:53
|
Replies: 3
Views: 593
|
Forum: Modification Requests/Questions (Unpaid)
23 Mar 2014, 04:59
|
Replies: 22
Views: 1,558
Um...
Create a usergroup, with the...
Um...
Create a usergroup, with the *limited* permissions you want, then:
User Infractions > Add New User Infraction Group
Set Points equal to the amount of points users get when they...
|
Forum: vB4 Programming Discussions
17 Jan 2014, 02:13
|
Replies: 3
Views: 593
|
Forum: vB4 Programming Discussions
16 Jan 2014, 11:59
|
Replies: 3
Views: 593
Search Posts By Usergroups
Hey Everyone,
I'm looking for a "Staff Post Tracker" or "Dev Tracker", but not one likethis mod (http://www.vbulletin.org/forum/showthread.php?t=227946).
I've been searching around for...
|
Forum: vB4 Programming Discussions
29 Dec 2013, 19:18
|
Replies: 3
Views: 440
|
Forum: vB4 Programming Discussions
29 Dec 2013, 03:19
|
Replies: 3
Views: 440
|
Forum: vB4 General Discussions
31 Oct 2013, 22:47
|
Replies: 1
Views: 378
|
Forum: vB4 Programming Discussions
11 Aug 2013, 01:32
|
Replies: 1
Views: 573
|
Forum: vBulletin Rank Sets
22 Jun 2013, 20:45
|
Replies: 3
Views: 11,852
|
Forum: vB4 General Discussions
29 Mar 2013, 04:37
|
Replies: 2
Views: 435
The easiest way to do this is to replace the...
The easiest way to do this is to replace the images in the images/statusicon folder. These are:
forum_new-48.png
forum_old-48.png
forum_new_lock-48.png
forum_old_lock-48.png
forum_link-48.png
...
|
Forum: vB4 General Discussions
29 Mar 2013, 04:34
|
Replies: 4
Views: 573
|
Forum: vBulletin.org Site Feedback
26 Mar 2013, 04:40
|
Replies: 6
Views: 1,939
|
Forum: vB3 General Discussions
25 Mar 2013, 18:03
|
Replies: 17
Views: 2,060
|
Forum: vB4 General Discussions
24 Mar 2013, 00:00
|
Replies: 2
Views: 877
I took off the final &perpage=20 and it worked...
I took off the final &perpage=20 and it worked fine. It looks like it was trying to list too many items at once and got confused.
http://friendzvalley.com/member.php?u=2&page=2&tab=thanks
^ this...
|
Forum: vB4 Design and Graphics Discussions
23 Mar 2013, 03:34
|
Replies: 3
Views: 501
|
Forum: vB4 General Discussions
22 Mar 2013, 21:50
|
Replies: 2
Views: 454
|
Forum: vB4 General Discussions
22 Mar 2013, 21:43
|
Replies: 1
Views: 394
You can create a custom user profile field for...
You can create a custom user profile field for registration that lists the countries and set the value to only allow users from that country. Other then that, I'm not sure how one would do this...
|
Forum: vBulletin.org Site Feedback
22 Mar 2013, 21:40
|
Replies: 35
Views: 6,635
|
Forum: vBulletin 4.x Styles
22 Mar 2013, 18:57
|
Replies: 61
Views: 63,663
|
Forum: vB4 General Discussions
22 Mar 2013, 17:12
|
Replies: 4
Views: 787
|
Forum: vB4 General Discussions
20 Mar 2013, 13:45
|
Replies: 7
Views: 616
I use the Spam-O-Matic...
I use the Spam-O-Matic (http://www.vbulletin.org/forum/showthread.php?t=248042) which is absolutely wonderful. Along with a Image capatcha and a few normal member questions and don't see many spam...
|
Forum: Modification Requests/Questions (Unpaid)
20 Mar 2013, 13:09
|
Replies: 1
Views: 598
|
Forum: vB5 Programming Discussions
20 Mar 2013, 11:48
|
Replies: 1
Views: 3,234
if ($vbulletin->GPC['year'] < 1970 OR (mktime(0,...
if ($vbulletin->GPC['year'] < 1970 OR (mktime(0, 0, 0, $vbulletin->GPC['month'], $vbulletin->GPC['day'], $vbulletin->GPC['year']) <= mktime(0, 0, 0, $current['month'], $current['day'],...
|