Forum: vBulletin 4.x Add-ons
26 May 2013, 22:17
|
Replies: 62
Views: 18,822
I uploaded a new version that fixes a bug that...
I uploaded a new version that fixes a bug that was causing CMS and some other pages to load blank, or show errors.
To update, just upload the contents of the UPLOAD folder to your forum root and...
|
Forum: vBulletin 4.x Add-ons
04 Feb 2012, 22:20
|
Replies: 62
Views: 18,822
|
Forum: vBulletin 4.x Add-ons
01 Feb 2012, 22:33
|
Replies: 62
Views: 18,822
Not sure which "default settings or suggested...
Not sure which "default settings or suggested settings" your referring to, but here's basics of how to tweak xcache.
Actually there isn't really much to it.
Have a read here at what the different...
|
Forum: vBulletin 4.x Add-ons
01 Feb 2012, 22:25
|
Replies: 62
Views: 18,822
|
Forum: vBulletin 4.x Add-ons
01 Feb 2012, 22:23
|
Replies: 62
Views: 18,822
|
Forum: vBulletin 4.x Add-ons
31 Jan 2012, 01:14
|
Replies: 62
Views: 18,822
|
Forum: vBulletin 4.x Add-ons
31 Jan 2012, 00:10
|
Replies: 62
Views: 18,822
|
Forum: vBulletin 4.x Add-ons
30 Jan 2012, 23:49
|
Replies: 62
Views: 18,822
XCache for vBulletin Caching
This mod will replace the default vB_Cache_Db class (database cache) used in vBulletin with an xCache implementation of it.
vBulletin has promised to implement this option themselves, but I'm sick...
|
Forum: vBulletin 4.x Add-ons
15 Aug 2010, 14:28
|
Replies: 95
Views: 17,472
|
Forum: vBulletin 4.x Add-ons
07 Aug 2010, 13:25
|
Replies: 387
Views: 53,512
This bug is affecting me too.
One plugin for...
This bug is affecting me too.
One plugin for this ("clear cache") is setting the vbcmsforumid to the id of the current forum, so that check you quoted thinks that this is the cms forum and that the...
|
Forum: vB4 Programming Discussions
01 Aug 2010, 14:44
|
Replies: 2
Views: 760
|
Forum: vBulletin.org Site Feedback
13 Jun 2010, 01:03
|
Replies: 2
Views: 696
vb4 styles description says alpha/beta
The forum description for vb4 styles forum says this:
"vBulletin 4.0 Alpha/Beta Styles (including ACP Styles)."
I think it needs an update.
Also there is no admincp style forum like there is...
|
Forum: vB4 Programming Discussions
06 Jun 2010, 21:47
|
Replies: 4
Views: 966
|
Forum: vB4 Programming Discussions
06 Jun 2010, 21:44
|
Replies: 2
Views: 454
You're doing it backwards.
Your child templates...
You're doing it backwards.
Your child templates need to be rendered first, then registered to the container template, then that gets registered to the next container template, etc.
Also, you do not...
|
Forum: vB4 Programming Discussions
09 Jan 2010, 14:52
|
Replies: 0
Views: 472
SQL COUNT(condition)?
Hi,
I have two queries:
SELECT COUNT(*) AS comments
FROM ng_comment
WHERE ng_comment.collectionid = 47
SELECT COUNT(*) AS comments2
FROM ng_comment
|
Forum: vBulletin 4.x Styles
18 Dec 2009, 20:58
|
Replies: 11
Views: 7,294
|
Forum: vBulletin 3.6 Add-ons
18 Dec 2009, 01:02
|
Replies: 31
Views: 10,501
|
Forum: vB4 Programming Discussions
14 Dec 2009, 01:00
|
Replies: 0
Views: 587
Add two padding stylevars together
I want to do "{vb:math {vb:stylevar padding} + {vb:stylevar blockrow_padding}}" but I am getting "510520px" as the result (:eek: wide page).
What am I doing wrong?
|
Forum: vB4 Programming Discussions
12 Dec 2009, 17:35
|
Replies: 4
Views: 4,516
|
Forum: vBulletin 4 Articles
17 Nov 2009, 22:45
|
Replies: 310
Views: 102,048
|
Forum: vBulletin 3.8 Add-ons
27 Jun 2009, 22:08
|
Replies: 1,279
Views: 298,546
|
Forum: vBulletin 3.8 Add-ons
27 Jun 2009, 22:04
|
Replies: 1,279
Views: 298,546
I found that the problem was that I don't have...
I found that the problem was that I don't have permission to use the flush function.
An easy way to fix this I found was to write my own flush function.
If anyone wants it here it is.
Line 359...
|
Forum: vBulletin 3.8 Add-ons
27 Jun 2009, 13:35
|
Replies: 1,279
Views: 298,546
|
Forum: vBulletin 3.8 Add-ons
31 Jan 2009, 12:56
|
Replies: 2,395
Views: 843,013
To remove it disable the "Post Thank You Hack"...
To remove it disable the "Post Thank You Hack" plugin on the "global_setup_complete" hook.
To move it you may need to edit your google search box plugin/template edit. Chances are it's a template...
|
Forum: vBulletin 3.8 Add-ons
18 Jan 2009, 12:13
|
Replies: 2,395
Views: 843,013
|