Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Going mad hunting down an line of code...HELP! (1 viewing) (1) Guest
TOPIC: Going mad hunting down an line of code...HELP!
#22583
Going mad hunting down an line of code...HELP! 1 Year, 3 Months ago  
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)
actuel (User)
Junior Boarder
Posts: 21
graphgraph
User Offline Click here to see the profile of this user
Elektron-Users
Logged Logged
 
Last Edit: 2007/09/14 05:45 By actuel. Reason: code tags didn\'t work
 
 
#22585
Re:Going mad hunting down an line of code...HELP! 1 Year, 3 Months ago  
Here's the img:
actuel (User)
Junior Boarder
Posts: 21
graphgraph
User Offline Click here to see the profile of this user
Elektron-Users
Logged Logged
 
 
Go to top