Quote:
Originally Posted by Lynne
Not really. I don't know anything about the code for that mod. You may want to ask the developer if there is a THIS_SCRIPT set on that page that you can use in the condition. Then you could do something like:
PHP Code:
if (THIS_SCRIPT == 'whatever_for_chat_mod' AND $_GET['do'] == 'view_chatbox')
So, something like that may work.
|
Lynne...
Thank you for the reply...
Yes, there is a THIS_SCRIPT set on the page:
Code:
define('THIS_SCRIPT', 'mgc_cb_evo');
So...what I'd like to do is setup a tab (labeled "Chat"), with no sub-menu links...so that when a user clicks the "Chat" tab, they are directed to the chat, itself.
Can you provide me with the code, or the modifications from your code...in order for me to complete this? I don't want to remove any lines of code from what you have given us...and leave myself hanging. I do understand coding...a little, but don't want to leave myself in a bind.
Thanks, in advance...