Help Please!

Started by MF435, March 02, 2016, 05:54:08 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MF435

Thank you I will update to u-232 :)

swizzles

Hello MF435

It would be better if you post the code/css as it would be a lot easier to see if there are errors.

PS. tbdev code is really way out of date. If you want to start on anything start on u-232 v1 which is the updated and more secure version of tbdev. The whole of u-232 has been developed from tbdev by one of the original coders (Mindless and co)

MF435

Hello guys,
I am working on a small project using TBDev09 I just have a few problems maybe you could help me out with? I will try my best to learn from my mistakes so here we go.

I am developing a pure css drop down menu and once I added this line of code:

".(isset($CURUSER) && $CURUSER['class'] >= UC_MODERATOR ? "<li><a href='admin.php'>{$lang['gl_admin']}</a></li>":"")."

my index and a few other pages become outta place were as some stayed in place here is a few screenshots
https://gyazo.com/2bb07429b918e77d4946ee4273a3dbeb
https://gyazo.com/aa54ffdcb1b3e850971c2b19b754b7c9
https://gyazo.com/0078347a98a1d69018e404cf38368fdd
https://gyazo.com/d1cb817bb38eff9a7ee2fa103f7c56e1

I hope someone can help me out, thanks.

MF435