Forum: vBulletin 4.x Add-ons
21 Aug 2014, 18:15
|
Replies: 112
Views: 167,327
|
Forum: vB4 General Discussions
18 Aug 2014, 21:05
|
Replies: 6
Views: 411
|
Forum: vB4 General Discussions
18 Aug 2014, 20:33
|
Replies: 6
Views: 411
|
Forum: vB4 General Discussions
18 Aug 2014, 20:14
|
Replies: 6
Views: 411
|
Forum: vB4 General Discussions
18 Aug 2014, 19:22
|
Replies: 6
Views: 411
How Post Count is Calculated
I have a question about how post counts are determined. I have one member who has 5042 posts, according to the database using this query:
SELECT count(*)
FROM post
WHERE username = 'xxx'
But...
|
Forum: Style and Graphics Requests (Unpaid)
16 May 2014, 17:25
|
Replies: 4
Views: 1,260
|
Forum: Style and Graphics Requests (Unpaid)
15 May 2014, 05:12
|
Replies: 4
Views: 1,260
|
Forum: vB4 Programming Discussions
15 Feb 2014, 17:15
|
Replies: 2
Views: 358
|
Forum: vB4 Programming Discussions
14 Feb 2014, 23:57
|
Replies: 2
Views: 358
Checking VB Password Outside the Forum
I have another area of my website that requires a login and sometimes members use a different password for this login than the one they use in the forum. This is probably frustrating for them as...
|
Forum: Style and Graphics Requests (Unpaid)
04 Feb 2014, 21:05
|
Replies: 4
Views: 1,260
Website Template
Has anyone made a website template using VB's default template? In other words, I may want the rest of my site to match the VB forum look and feel and wondered if it's out there?
Thanks
|
Forum: vBulletin 4.x Add-ons
18 Oct 2013, 00:34
|
Replies: 1,381
Views: 462,752
|
Forum: vBulletin 4.x Add-ons
17 Oct 2013, 23:29
|
Replies: 1,381
Views: 462,752
Nice looking forum. As a test, I would try to...
Nice looking forum. As a test, I would try to put the stats at the top of the page instead of the bottom and see if the format issue persists. If not, you know it might be another hack/ mod, and...
|
Forum: vBulletin 4.x Add-ons
17 Oct 2013, 18:55
|
Replies: 1,381
Views: 462,752
|
Forum: vBulletin 4.x Add-ons
17 Oct 2013, 16:37
|
Replies: 1,381
Views: 462,752
I have had this loaded for years and it works...
I have had this loaded for years and it works great. However, I have one members who says he can't get past the "loading" issue.
I made sure it wasn't the "not complete" URL issue that some have...
|
Forum: vBulletin 4.x Add-ons
02 Sep 2013, 05:07
|
Replies: 447
Views: 74,443
|
Forum: vBulletin 4.x Add-ons
01 Sep 2013, 04:00
|
Replies: 447
Views: 74,443
|
Forum: vBulletin 4.x Add-ons
31 Aug 2013, 01:33
|
Replies: 447
Views: 74,443
|
Forum: vBulletin 4.x Add-ons
24 Jul 2013, 20:26
|
Replies: 112
Views: 167,327
|
Forum: vBulletin 3.8 Add-ons
30 May 2013, 15:45
|
Replies: 469
Views: 157,130
|
Forum: vBulletin 3.8 Add-ons
08 Mar 2013, 17:32
|
Replies: 80
Views: 20,549
Our forum is having a lot of issues with email...
Our forum is having a lot of issues with email notifications being blocked by various large email providers (gmail, AOL, bellsouth.net, etc.) If I understand, is that was this mod does - help avoid...
|
Forum: vBulletin 4.x Add-ons
23 Feb 2013, 04:43
|
Replies: 74
Views: 21,277
|
Forum: vB3 General Discussions
08 Dec 2012, 21:11
|
Replies: 9
Views: 2,690
If anyone is interested, I found this on removing...
If anyone is interested, I found this on removing from sets. Seems to work...
UPDATE user
SET membergroupids=
TRIM(BOTH ',' FROM REPLACE(CONCAT(',', membergroupids, ','), CONCAT(',', 'value',...
|
Forum: vB3 General Discussions
07 Dec 2012, 17:27
|
Replies: 9
Views: 2,690
|
Forum: vB3 General Discussions
06 Dec 2012, 21:42
|
Replies: 9
Views: 2,690
|
Forum: vB3 General Discussions
06 Dec 2012, 19:11
|
Replies: 9
Views: 2,690
|