Jump to content
MakeWebGames

Recommended Posts

Posted

Hey guys, I'm sure this is pathetically easy and I feel like a real ass posting the question but I've been trying to get a gang tag to show next to the username in the header for quite awhile and just can't seem to get it. This is what I've tried, maybe someone can help me out with where i'm going wrong here.

in header.php I added

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

right after

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

then, I went down to

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

and I added [{$tag}] right in front of $gn{$u}.

 

Is there any chance someone would be willing to help me out with where I'm going wrong here? I would greatly appreciate it!

Posted

Re: Gang Tag

I tried using

[{$tag->gangPREF}]

and when I did all I was left with was []

also tried it just as {$tag->gangPREF} and nothing showed up. Not really sure what happened.

  • 2 months later...
  • 3 months later...
Posted

I have changed my header.php quite a lot, but I was struggling with this as well.

What you have to do is:

Find:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Then under that add:

You're unable to view this code.

Viewing code within this forum requires registration, you can register here for free.

 

Then find where your username and ID is, and just add $tag where you want the gang tag to be!

Hope this helped.

  • 9 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...