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
Top Bar navigation - Layout (1 viewing) (1) Guest
TOPIC: Top Bar navigation - Layout
#7270
Top Bar navigation - Layout 1 Year, 7 Months ago  
Hi! I'm trying to find where I can delete the top bar navigation with Avatar and user menu (Show Latest Posts | My Profile | Set My Avatar | Logout ) as I already have these in my main template of the site. Can someone give me a hint? cheers
Maxima (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#8996
Re:Top Bar navigation - Layout 1 Year, 7 Months ago  
hint: components -> com_fireboard -> template -> yourTemplate -> header.html
orthanc (User)
Moderator
Posts: 504
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 117461144 Gender: Male VSM 99 Nord Dresden Location: Dresden | Germany
Logged Logged
 
 
#9001
Re:Top Bar navigation - Layout 1 Year, 7 Months ago  
wrong
ChrisB123 (User)
Junior Boarder
Posts: 29
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#9007
Re:Top Bar navigation - Layout 1 Year, 7 Months ago  
Ok, misunderstood. Thought he meant the menu in the headerline.

To disable the profile-box with avatar after a user login, go to:
components -> com_fireboard -> fireboard.php

search for:
[code:1]
//BEGIN: PROFILEBOX
if (file_exists(JB_ABSTMPLTPATH . '/plugin/profilebox/profilebox.php'))
{
include (JB_ABSTMPLTPATH . '/plugin/profilebox/profilebox.php');
}
else
{
include (JB_ABSPATH . '/template/default/plugin/profilebox/profilebox.php');
}
//FINISH: PROFILEBOX
[/code:1]

and replace with:
[code:1]
//BEGIN: PROFILEBOX
// if (file_exists(JB_ABSTMPLTPATH . '/plugin/profilebox/profilebox.php'))
// {
// include (JB_ABSTMPLTPATH . '/plugin/profilebox/profilebox.php');
// }
// else
// {
// include (JB_ABSPATH . '/template/default/plugin/profilebox/profilebox.php');
// }
//FINISH: PROFILEBOX
[/code:1]
orthanc (User)
Moderator
Posts: 504
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 117461144 Gender: Male VSM 99 Nord Dresden Location: Dresden | Germany
Logged Logged
 
 
#9010
Re:Top Bar navigation - Layout 1 Year, 7 Months ago  
THAT'S GREAT!!!!!
Thank you so much!!!)))))))
Maxima (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top