Forum: vBulletin.org Site Feedback
23 Feb 2021, 19:40
|
Replies: 34
Views: 33,543
|
Forum: vB4 Programming Discussions
12 Jan 2021, 14:10
|
Replies: 2
Views: 216
This may help -...
This may help - https://www.vbulletin.org/forum/showthread.php?t=306915
|
Forum: vB3 General Discussions
01 Dec 2020, 18:13
|
Replies: 5
Views: 271
|
Forum: vB3 General Discussions
01 Dec 2020, 07:39
|
Replies: 5
Views: 271
|
Forum: vB4 General Discussions
21 Nov 2020, 07:47
|
Replies: 2
Views: 849
|
Forum: vB4 Programming Discussions
30 Oct 2020, 07:35
|
Replies: 6
Views: 2,901
|
Forum: vB4 Programming Discussions
26 Oct 2020, 07:52
|
Replies: 6
Views: 2,901
|
Forum: vB4 Programming Discussions
25 Oct 2020, 07:14
|
Replies: 6
Views: 2,901
Did you speak to your host?
When I looked...
Did you speak to your host?
When I looked at your site last week openresty was the server that browser console tools say your site is being served from and I know you said you used Apache, so...
|
Forum: vB4 General Discussions
18 Oct 2020, 06:47
|
Replies: 9
Views: 3,247
Actually I've just looked at your site and I...
Actually I've just looked at your site and I don't thing that would have worked anyway as it looks like you are on an 4.2.2 and I don't think the proxy header stuff went in until 4.2.4.
Looking at...
|
Forum: vB4 General Discussions
16 Oct 2020, 05:53
|
Replies: 9
Views: 3,247
|
Forum: vB4 Programming Discussions
14 Oct 2020, 05:39
|
Replies: 4
Views: 2,795
I've never seent that before.
Is it...
I've never seent that before.
Is it happening on all your styles on your main site?
Have you tried the vb4 default skin?
Have you tried rebuilding styles? (admincp left column -> Maintenance...
|
Forum: vB4 General Discussions
13 Oct 2020, 18:27
|
Replies: 16
Views: 6,226
|
Forum: vB4 General Discussions
08 Oct 2020, 05:40
|
Replies: 2
Views: 2,391
It works fine on PHP5.6
The only plugin I...
It works fine on PHP5.6
The only plugin I had a problem with was Subscribed threads in notifications (https://www.vbulletin.org/forum/showthread.php?t=267329) as the database thread marking...
|
Forum: vB5 General Discussions
29 Sep 2020, 17:42
|
Replies: 27
Views: 7,293
I think you are trying to infer that xenforo...
I think you are trying to infer that xenforo stole the vb4 concept - that comment alone proves you haven't got a clue what you are talking about and I really shouldn't waste any more time debating...
|
Forum: vB5 General Discussions
27 Sep 2020, 20:36
|
Replies: 27
Views: 7,293
|
Forum: vB5 General Discussions
25 Sep 2020, 05:34
|
Replies: 27
Views: 7,293
|
Forum: vB4 General Discussions
21 Sep 2020, 05:03
|
Replies: 2
Views: 3,325
|
Forum: vBulletin Pre-Sales Questions
16 Sep 2020, 08:58
|
Replies: 5
Views: 707
|
Forum: vB4 General Discussions
15 Sep 2020, 05:39
|
Replies: 2
Views: 283
|
Forum: vBulletin Pre-Sales Questions
15 Sep 2020, 05:01
|
Replies: 5
Views: 707
|
Forum: vB4 General Discussions
14 Sep 2020, 18:31
|
Replies: 16
Views: 6,226
|
Forum: vB4 Programming Discussions
14 Sep 2020, 15:56
|
Replies: 10
Views: 1,159
|
Forum: vB4 Programming Discussions
14 Sep 2020, 11:36
|
Replies: 10
Views: 1,159
|
Forum: vB4 Programming Discussions
12 Sep 2020, 18:26
|
Replies: 10
Views: 1,159
|
Forum: vB4 Programming Discussions
12 Sep 2020, 06:36
|
Replies: 10
Views: 1,159
It looks like line 2673 in...
It looks like line 2673 in includes\class_bbcode.php
Change
return "<a href=\"$rightlink\" target=\"_blank\"" . ($is_external ? ' rel="nofollow"' : '') . ">$text</a>";
to
return "<a...
|