Recent content by Chi Bearhawks

  1. C

    XF 1.2 Database error?

    No, I have not yet. I'll contact them shortly. Is there anything worth mentioning specifically, rather than "Hey, something's up. Fix it."?
  2. C

    XF 1.2 Database error?

    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...
  3. C

    XF 1.2 Database error?

    I have none at all.
  4. C

    XF 1.2 Database error?

    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...
  5. C

    [8WR] XenCarta (Wiki) PRO [Paid]

    Does this version have a way to categorize pages?
  6. C

    XF 1.2 Custom Forum Icons

    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...
  7. C

    XF 1.2 Custom Forum Icons

    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...
  8. C

    XF 1.2 Custom Forum Icons

    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...
  9. C

    XF 1.2 Custom Forum Icons

    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...
  10. C

    XF 1.2 Custom Forum Icons

    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.
  11. C

    XF 1.2 Custom Forum Icons

    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...
  12. C

    [8WR] XenCarta (Wiki) PRO [Paid]

    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.
  13. C

    custom forum node icons ? sprites?

    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...
  14. C

    XF 1.2 Question about post count addition for specific forums

    Am I able to update their counts by running something?
  15. C

    XF 1.2 Question about post count addition for specific forums

    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...
Back
Top Bottom