MyBB Community Forums

Full Version: Ugrade and template got messed up?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
At my teen forum (flegh.com) I was updating my forum from 1.2.6 to 1.2.7, and it messed up the template.
when a user logs on it still shows the login box on the top and there are to "0"s that mysteriously popped up.
anyone know of a fix?

Also I have graphics and mod forums I set up and gave the correct permissions, but they aren't showing. this was happening before the update.

Thanks in advance for any help.
Well, the first thing I noticed is that neither your domain nor your cookie paths are set! So you need to go into ACP and fix that! It might fix some of your problems!

As far as the zeroes? Well, I found this in your source code:

<if condition=Array['uid']> 0 <then>

Don't know what template that's from, but it's causing the problem.
It looks like you need to reapply the conditional mod or fix your code.
so the </if> tags don't work anymore?

@tiki

exactly where and how do I do that?
GMROCKS Wrote:so the </if> tags don't work anymore?

@tiki

exactly where and how do I do that?

I'm not sure. It would be were you installed the conditional mod the first time?
It came from the mybb source.

it was implemented in 1.2.6

it doesn't seem to be in 1.2.7
No it wasn't. We have never had the conditional mod within our source. Smile
Wow thats weird, I never installed it.

Can someone point me to a download?
Well, what mods have you installed?

edit: by the way, what's in your header template?
It came with my template, Im comparing function files and seeing the differences to try to find where the mod's class is called.


I've only used plugins so far.
Pages: 1 2