Forum: vBulletin 4.x Add-ons
09 Oct 2017, 19:50
|
Replies: 369
Views: 153,593
|
Forum: vBulletin 3.8 Add-ons
28 May 2016, 15:26
|
Replies: 26
Views: 8,443
|
Forum: vBulletin 4.x Add-ons
14 Apr 2016, 21:10
|
Replies: 369
Views: 153,593
|
Forum: vBulletin 4.x Add-ons
08 Jan 2016, 16:51
|
Replies: 369
Views: 153,593
|
Forum: vB4 Programming Discussions
22 Dec 2015, 22:58
|
Replies: 12
Views: 709
I think you want the function vbdate(), in...
I think you want the function vbdate(), in includes/functions.php. It takes a format string like the php function date(), so you could do something like pass it the string 'j,n' then explode it.
|
Forum: vBulletin 3.8 Add-ons
01 Nov 2015, 18:06
|
Replies: 26
Views: 8,443
|
Forum: vBulletin 3.8 Add-ons
30 Oct 2015, 21:32
|
Replies: 26
Views: 8,443
|
Forum: vBulletin 3.8 Add-ons
30 Oct 2015, 19:11
|
Replies: 56
Views: 44,148
Sorry for the delay in replying. vbulletin...
Sorry for the delay in replying. vbulletin doesn't have human verification for login by default. I have another mod that adds it for vb4, but I never did get around to making one for vb3. In the vb4...
|
Forum: vB3 Programming Discussions
19 Oct 2015, 17:26
|
Replies: 1
Views: 693
|
Forum: vB4 General Discussions
19 Oct 2015, 17:23
|
Replies: 5
Views: 660
|
Forum: vB4 General Discussions
09 Oct 2015, 14:03
|
Replies: 1
Views: 268
This thread might help:...
This thread might help: https://www.vbulletin.org/forum/showthread.php?t=292162. It's about displaying in both formats (until the post is 5 weeks old or more), but if you only wanted one format then...
|
Forum: vBulletin 4.x Add-ons
08 Oct 2015, 22:13
|
Replies: 369
Views: 153,593
|
Forum: vB4 General Discussions
23 Sep 2015, 20:59
|
Replies: 6
Views: 524
Maybe you want [^.], like
RewriteRule...
Maybe you want [^.], like
RewriteRule /tags/([^.]+)\.html /tags.php?tag=$1 [L,R=301]
ETA: Hmm...or in case tags can show up elsewhere in the path, maybe both . and /, like
RewriteRule...
|
Forum: vBulletin 4.x Add-ons
17 Sep 2015, 23:30
|
Replies: 369
Views: 153,593
Sorry for the delay, I was away for part of the...
Sorry for the delay, I was away for part of the week. Anyway, are you still having that problem? If so it means the file is not in the right place, or else maybe the owner or permissions is not the...
|
Forum: vB4 Programming Discussions
11 Sep 2015, 14:18
|
Replies: 10
Views: 996
|
Forum: vB3 Programming Discussions
11 Sep 2015, 14:16
|
Replies: 5
Views: 833
I suspect that it's a character encoding issue,...
I suspect that it's a character encoding issue, but I don't know much about handling that kind of thing. I did find this page: https://dev.mysql.com/doc/refman/5.0/en/charset-literal.html, so maybe...
|
Forum: vB4 Programming Discussions
11 Sep 2015, 14:04
|
Replies: 10
Views: 996
You would need to include the vbulletin...
You would need to include the vbulletin global.php in your custom script for that to work. The vbulletin scripts do this:
require_once('./global.php');
Your custom script would need to be in the...
|
Forum: vB4 General Discussions
10 Sep 2015, 23:43
|
Replies: 2
Views: 527
|
Forum: vBulletin 4.x Add-ons
02 Sep 2015, 09:27
|
Replies: 369
Views: 153,593
|
Forum: vBulletin 4.x Add-ons
02 Sep 2015, 09:26
|
Replies: 369
Views: 153,593
Sorry for the very late reply, but I have seen...
Sorry for the very late reply, but I have seen mention on the recaptcha google forum about problems with IE, but I haven't checked it out myself. I think the widget is still in development, so...
|
Forum: vBulletin 4.x Add-ons
21 Aug 2015, 22:29
|
Replies: 44
Views: 10,011
|
Forum: vBulletin 4.x Add-ons
20 Aug 2015, 03:33
|
Replies: 5
Views: 2,982
|
Forum: vBulletin 4.x Add-ons
20 Aug 2015, 00:47
|
Replies: 5
Views: 2,982
lol, if this were installed here I would hardly...
lol, if this were installed here I would hardly ever post. I really never thought about it but I guess I do this all the time. But I also expect it to be done to me if someone else can help or sees...
|
Forum: vB4 Programming Discussions
20 Aug 2015, 00:38
|
Replies: 1
Views: 689
|
Forum: vB4 Programming Discussions
20 Aug 2015, 00:36
|
Replies: 2
Views: 485
|