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
Menu "My Profile" Name Change (1 viewing) (1) Guest
TOPIC: Menu "My Profile" Name Change
#16953
Menu "My Profile" Name Change 1 Year, 5 Months ago  
Can anyone let me know where I would change the text for the menu in the header? I want to change "My Profile" to represent the site user's profile while letting the other profile point to the Fireboard profile. I already have the url redirection established.

So, I guess the key is, does anyone know where the text for the top header "menu" is located? I have searched through many folders and files, but have not found it. All help is greatly appreciated.
mbajames (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#16955
Re:Menu "My Profile" Name Change 1 Year, 5 Months ago  
In your language file.

administrator > components > com_fireboard > language > yourlanguage.php
palebluedot (Moderator)
FB Documentation Team
Template Documentation Project
Moderator
Posts: 622
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Minneapolis, MN US Birthdate: 1973-01-12
Logged Logged
 
 
 
#17007
Re:Menu "My Profile" Name Change 1 Year, 5 Months ago  
Thanks for the response. I may be still be a little asleep at the moment, so please bear with me. I looked in the file you stated and did not see where the text could be changed. Just for clarity, I was meaning the "My Profile" in the top menu bar where the Forum Name, the link to the main forum, "My Profile", "rules", "Show Latest Posts", "Help", and the search box are located.

If you wouldn't mind giving me a line number perhaps I am just overlooking it. Again, all help is appreciated and thank you.
mbajames (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#17011
Re:Menu "My Profile" Name Change 1 Year, 5 Months ago  
If you mean the button TEXT on the 'usermenu'?

This can be changed by going to:

Components >>> com_menus >>> Click the 'My Profile' (Component - Community Builder)

This is >>> Edit Menu Item :: Component
You can change that heading there.

*** Or you can just tack this onto your web site url:

administrator/index2.php?option=com_menus&menutype=usermenu

Hope this helps?
chippy (User)
Senior Boarder
Posts: 108
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
I don\'t care what you say! I ain\'t dropping no more tables until its fully fixed.
 
 
#17021
Re:Menu "My Profile" Name Change 1 Year, 5 Months ago  
I didn't see that under components in the administrator area (and there isn't a com_menus) in the components not in administrator. Like I said, it may just be me.

I am attaching a screenshot that will show exactly where and what I mean just in case I have been saying it wrong. Many thanks!
mbajames (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/08/05 17:52 By mbajames.
 
 
#17023
Re:Menu "My Profile" Name Change 1 Year, 5 Months ago  
Here is the screen capture. When I went back to edit, the option for image upload was gone.
mbajames (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#17028
Re:Menu "My Profile" Name Change 1 Year, 5 Months ago  
Palebluedot was right.

Login to your FTP and follow this path:

/public_html >>> administrator >>> components >>> com_fireboard >>> language

Open english.php

DEFINE('_PROFILEBOX_MYPROFILE', 'My Profile';

Please back you file up first before making any changes just in case ok.

Hope this helps?

Karma please
chippy (User)
Senior Boarder
Posts: 108
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2007/08/05 18:21 By chippy. Reason: Clarification
 
I don\'t care what you say! I ain\'t dropping no more tables until its fully fixed.
 
 
#17029
Re:Menu "My Profile" Name Change 1 Year, 5 Months ago  
That line allows me to change the lower "My Profile" but did not do it for the one in the top table menu bar....it was line 337 in the file. Thanks...that menu area just seems hard to find.
mbajames (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#17032
Re:Menu "My Profile" Name Change 1 Year, 5 Months ago  
Same file.

This is the line you need to alter.

DEFINE('_GEN_MYPROFILE', 'My Profile';

Hope this helps?
chippy (User)
Senior Boarder
Posts: 108
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
I don\'t care what you say! I ain\'t dropping no more tables until its fully fixed.
 
 
#17037
Re:Menu "My Profile" Name Change 1 Year, 5 Months ago  
That did it! Thanks for all the help. I would increase your KARMA much more if I could...I guess I have to wait about 4 more hours though.
mbajames (User)
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top