MyBB Central

Full Version: Linkme only for quest
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
In http://www.forumix.pl i have got linkme kod ( footer, to SEO ).
It is code: $linki .
How can I modify this to show only for guest who have got number 1 in phpmyadmin ?
if(!$mybb->user['uid']) {

YOUR CODE FOR GUESTS

}
It doesn't work.

I can see:

if(!Array['uid']) {
linkme
}
if(!Array['1']) {test}

I can see it..... HELP !
Reference URL's