|
Hello, I'm current migrating a Xoops site to Joomla and FB. So far everything is going great. The DB migration has taken a bit of work but pretty much everything is now migrated now. Anyway, part of the migration is editing the "Default Grey" template to work more inline with our "look".
Well, I am having a hell of a time finding where a line of code is written. I've attached a image showing what & where I'm talking about. Essentially, it's a Profile graphic & link. I've found the icon as that was easy to track down via Firefox's 'Firebug' plugin. I was hoping by changing 'profile.gif' to 'profile.gif_bak' it would the just have the text "Profile". Well that's not the case. Once I changed the name of the icon I was then presented with this text, "Click here to see the profile of this user". So I then went on a witch hunt for the line of code.
After two days, going through every .php file in the default folder and even the subfolders i cannot fine this line of code anywhere. Here's the call from the message.php:
[code:1]
if ($msg_profile) {
echo $msg_profile;
}
[/code:1]
So then I dug further and really never turned up anything. As you can see and the example below, somewhere this is written:
[code:1]
a href="http://polebox.com/joomla/index.php?option=com_fireboard&Itemid=26&func=fbprofile&task=showprf&userid=520"> [/code:1]
I just can locate the above. Someone please save my sanity. Thanks in advance...
(sorry for attached image resolution but due to 50kb limit I had to reduce quality)
|