Announcement
Collapse
No announcement yet.
User Profile
Collapse
-
Reply Count/Last Post Not Updating on New Post
Hey,
I just deployed vB on a new site, and while most everything seems to be working fine, I am seeing one issue that I had not before. When people reply to a thread, it is not always updating...
-
Ah, of course right after I posted that, I finally figured it out. I had searched showthread.php for the phrase "currentPost" but had not looked in includes\functions_showthread.php. I figured...
Leave a comment:
-
My default SHOWTHREAD template has only this:
Code:<body onload="$onload">
Leave a comment:
-
Messed up a template...
In the process of customizing vB3 templates, I must have messed something up. Users are getting the a Javascript error (null object) when they go into showthread, on the onload handler.
...
-
In case anybody's ever searching on this, the above fix worked. I ran a second query:
mysql> alter table post modify attachmentid int unsigned default 0;
Query OK, 1456273 rows...
Leave a comment:
-
It is 2.3.2 with a few security patches applied to it; not all that old. It did begin life as a v2.x RC release, though.I will update the post table and see if that helps.
Leave a comment:
-
Beyond 65535 attachments...
The other day I began receiving error messages such as:
mysql error: Duplicate entry '65535' for key 1
The attachmentid field in the attachment table:
| attachmentid | smallint(5)...
-
Two sites, two forums, one instance of the database
This is going to be a "can this be done in theory?" post.
I have two separate domains with two separate websites, both hosted on the same server, and I'd like to share a forum...
-
Here's something else of note. I just dumped the serialized contents of forumcache and found that each forum array has a moderator link hard-coded into it. For example:
Code:s:10:"moderators";s:112:"<a
Last edited by futureal; Sun 13 Feb '05, 12:34pm.
Leave a comment:
-
Alright, tried that. I am pretty confident that this isn't of my doing now.
I double-checked that I had no modified PHP files.
I double-checked that no templates were modified in the...
Leave a comment:
-
That's correct, no modified files.
Is there an easy way to rebuild the entire datastore just to make sure I didn't muck anything up?
Leave a comment:
-
Thanks for the response. I just created a new style with no parent, and have the same issue. This did bring out some more info, though.
The first set of moderators have the link to:
...
Leave a comment:
-
Moderator Display Problem
I am not sure if this is a bug or something I am doing wrong, so I am posting it here (I've found that it is usually the latter).
I just upgraded a vB 2.3.4 installation to 3.0.6 on a local...
-
Changing $show['spacer'] condition
I notice that throughout the template code there is the conditional statement:
Code:<if condition="$show['spacer']"> $spacer_open </if>
-
Well, this morning it worked, even doing all tables at once. Here's the result:
-rw-r--r-- 1 root root 5565882652 Jan 22 12:31 all_tables.sql
Now that's a monster!...
Leave a comment:
-
That was going to be my next attempt. I'll give it a shot this morning to see if I can get anywhere.
Leave a comment:
-
Handling Large Attachment Table
I am working on upgrading a rather large vBulletin 2.x installation to vBulletin 3.0.6. My process is going to look something like:
1. Do a mysqldump to back things up
2. Download...
No activity results to display
Show More
Leave a comment: