Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Chat Doesn't Appear
#1
I'm not sure if this is the right place, but whenever I use an imported theme, "Chat" doesn't appear at the top of the page, even though I have PJIRC Chat activated. Can anyone help?

What i mean is that Members, Search, Faqs, and everything other than Chat appears. I need to know how to place it there, or whatever I need to do to see it. Smile
Reply
#2
you need to modify templates to add a menu link and image for chat
[Image: dmannw5.gif]
Reply
#3
and how exactly do I do that?
Reply
#4
in templates hit expand on theme in wich you wish to add chat button, find header template and find this in it:
Code:
<a href="$settings[bburl]/search.php"><img src="$theme[imgdir]/toplinks/search.png" border="0" alt="$lang->toplinks_search" />$lang->toplinks_search</a>

                    <a href="$settings[bburl]/memberlist.php"><img src="$theme[imgdir]/toplinks/memberlist.png" border="0" alt="$lang->toplinks_memberlist" />$lang->toplinks_memberlist</a>

                    <a href="$settings[bburl]/calendar.php"><img src="$theme[imgdir]/toplinks/calendar.png" border="0" alt="$lang->toplinks_calendar" />$lang->toplinks_calendar</a>

                    <a href="$settings[bburl]/misc.php?action=help"><img src="$theme[imgdir]/toplinks/help.png" border="0" alt="$lang->toplinks_help" />$lang->toplinks_help</a>

add this where you want, above, below, or after one of this codes:
Code:
<a href="URL TO YOUR CHAT"><img src="LINK TO CHAT SMALL BUTTON" alt="Chat" />Chat</a>

and edit the text with needed

Edited by Justin S. to fix code
[Image: dmannw5.gif]
Reply
#5
How do i get a chat?
Reply
#6
well, find out, there are some cool free chat roms, like free java chat...
[Image: dmannw5.gif]
Reply
#7
D-Man Wrote:well, find out, there are some cool free chat roms, like free java chat...
once you go the code what do you do with it?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)