Let me correct that: On my server, I have 0 errors.
If I go into my database via phpmyadmin and look in the error log table for xenforo, I see the last few errors logged are "Mysqli statement execute error : Prepared statement needs to be re-prepared", but all the timestamps are very odd. They...
My site went offline a couple hours ago. The page is just pure text "An unexpected database error occurred. Please try again later."
Checking the source, I get a comment as well:
An unexpected database error occurred. Please try again later.
<!-- Mysqli statement execute error : Prepared...
FIXED IT!
The custom skin is one that I created entirely myself, based on the default xenForo skin.
By the process of elimination (from commenting out different parts of the css), I determined that it's this bit of code that I am using for a piece of an article layout, that I added for a...
Well, I tried adding a forum and subforum icon to a forum in my default, vanilla xenForo skin, and it works fine in all browsers, so it looks like it's a customization to the template/css that I've done with my custom skin that's interfering. I'll take a look through it and see if I can figure...
I used your code for both subforums and regular forums, and I have the same issue: Works fine in Chrome, but displays the default icons in FF and IE. Other users are confirming this. Hmmm, this doesn't make sense...
Here's how I have each forum icon:
.node.node_28 .forumNodeInfo .nodeIcon, .node.node_28 .categoryForumNodeInfo .nodeIcon {
background-image: url("../theme/images/forum/28.jpg");
background-position: 0px 0px;}
.node.node_28 .forumNodeInfo.unread .nodeIcon, .node.node_28...
I actually tried that one, but it only works for Chrome. If I go to FF or IE, the default icons are still there, even if I clear out everything in the browser. I also discovered that none of my subforum icons appear in those browsers either, which I had done quite some time ago.
So I want to add custom forum icons for each specific forum. The problem is, every css option that's bene posted here has no effect in FF and IE. I can accomplish this goal by putting a direct image tag into the template itself that will load over the original forum icon (luckily, I'm using...
ACP Panel > Appearance > Search Phrases
Under "Text Contains" type just "wiki" (without the quotes)
Click the option that is just "Wiki" and edit it to whatever you want it to appear as in the navigation.
I know it's a year later, but for whoever sees this: If you want to have the same icon for both read AND unread on a forum, you can save half the code, by entering this instead:
.node.node_7 .forumNodeInfo .nodeIcon, .node.node_7 div .nodeIcon {
background-image...
So if all my forums have added to a user's post count, and I take one and decide to not have it count anymore, what happens to previous and future totals?
If a user made 20 posts in that forum, do they automatically go down 20, do they go down 20 when a certain cron is ran, or do they always...