Forum: vB5 General Discussions
17 Jan 2019, 04:52
|
Replies: 2
Views: 191
|
Forum: vBulletin.org Site Feedback
16 Jan 2019, 05:28
|
Replies: 2
Views: 820
Your front page is not HTML...
Your front page is rendering the HTML entities and not HTML.
Screen shot:
https://vbulletin.org/forum/attachment.php?attachmentid=157333&stc=1&d=1547620061
|
Forum: vB5 General Discussions
16 Jan 2019, 05:24
|
Replies: 2
Views: 191
Userfield trims leading zeros
Re-posting this here as the support at vbulletin.com is non-existent. I posted Oct 2018, still not response.
Initial post:
Follow up today:
|
Forum: vB5 General Discussions
24 May 2018, 07:02
|
Replies: 2
Views: 201
|
Forum: vB5 General Discussions
23 May 2018, 23:59
|
Replies: 2
Views: 201
Skip showing in New Posts
Greetings!
I have a "archive" channel that gets a few posts a month (from the admins only).
Is there a simple way to prevent these posts from displaying in the "New Posts" -- "New Topic" --...
|
Forum: vB5 General Discussions
15 Jul 2017, 23:02
|
Replies: 2
Views: 412
Yep. That is what I thought.
But, the forum...
Yep. That is what I thought.
But, the forum I just took over sets them to a custom group.
I was hoping the "default" group was a setting and not hard coded.
--------------- Added 1500161243...
|
Forum: vB5 General Discussions
15 Jul 2017, 10:02
|
Replies: 2
Views: 412
Expired Subscriptions
Greetings,
Where is the setting that controls what user group a member is assigned to if their paid subscription is expired?
When the Paid Subscription task runs.
In the Subscription Manager...
|
Forum: vB4 General Discussions
05 May 2014, 01:35
|
Replies: 0
Views: 234
Selectable sort order for new posts
In VB3, I setup a quick drop list of links to allow members to sort the new post listing. This built-in functionallity seems to have been removed from VB4.
Example VB3: (this works)...
|
Forum: vBulletin 3.8 Add-ons
27 Oct 2013, 01:59
|
Replies: 51
Views: 9,974
|
Forum: vBulletin 3.8 Add-ons
27 Oct 2013, 01:13
|
Replies: 51
Views: 9,974
|
Forum: vBulletin 3.8 Add-ons
27 Oct 2013, 00:41
|
Replies: 51
Views: 9,974
|
Forum: vBulletin 3.8 Add-ons
18 Sep 2013, 00:37
|
Replies: 51
Views: 9,974
|
Forum: vBulletin 3.8 Add-ons
18 Sep 2013, 00:18
|
Replies: 51
Views: 9,974
Alrighty then!
Found a good solution....
Alrighty then!
Found a good solution. Version 3 does not use recursion at all. I also added an extra check to make sure the class file (class_verifyquotes.php) exists. So if the file gets deleted...
|
Forum: vBulletin 3.8 Add-ons
17 Sep 2013, 21:01
|
Replies: 51
Views: 9,974
[/QUOTE]
Yep. I found the same problem while...
[/QUOTE]
Yep. I found the same problem while testing. I will be working on a fix today.
The issue is that due to the recursion, it runs out of memory when crunching through large posts. I...
|
Forum: vBulletin 3.8 Add-ons
16 Sep 2013, 23:42
|
Replies: 51
Views: 9,974
|
Forum: Forum and Server Management
01 Aug 2013, 19:48
|
Replies: 33
Views: 10,181
|
Forum: Forum and Server Management
31 Jul 2013, 23:53
|
Replies: 33
Views: 10,181
v 3.8
I will be upgrading to v4 (or maybe 5)...
v 3.8
I will be upgrading to v4 (or maybe 5) soon. After I convince the membership. And setup a cloud server (possibly with a separate MySQL server). Then I will use the InnoDB tables.
--RayJ
|
Forum: Forum and Server Management
31 Jul 2013, 21:39
|
Replies: 33
Views: 10,181
Yes. Thanks!
I forgot to mention I was...
Yes. Thanks!
I forgot to mention I was talking about MyISAM tables.
When I first looking into changing to Innodb, it required a prohibitive about of RAM (as far as cost goes). I think that has...
|
Forum: Forum and Server Management
31 Jul 2013, 20:42
|
Replies: 33
Views: 10,181
|
Forum: Forum and Server Management
16 Nov 2012, 23:15
|
Replies: 33
Views: 10,181
|
Forum: vBulletin 3.8 Add-ons
05 Dec 2011, 04:09
|
Replies: 51
Views: 9,974
|
Forum: vBulletin 3.8 Add-ons
05 Dec 2011, 03:05
|
Replies: 51
Views: 9,974
|
Forum: vBulletin 3.8 Add-ons
05 Dec 2011, 01:22
|
Replies: 51
Views: 9,974
|
Forum: vBulletin 3.8 Add-ons
05 Dec 2011, 01:08
|
Replies: 51
Views: 9,974
Excellent. The next thing to check is the...
Excellent. The next thing to check is the /includes/class_verifyquotes.php file. Specifically the Parse function. It should look like this:
public function Parse($text) {
$text =...
|
Forum: vBulletin 3.8 Add-ons
05 Dec 2011, 00:11
|
Replies: 51
Views: 9,974
I have looked over the code and tested various...
I have looked over the code and tested various amounts of data. I posted over 16000 characters in QUOTED text, with and without proper QUOTE tags. Everything worked as expected.
Could you do me a...
|