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
Re:How to remove the "Profile Box" compl (1 viewing) (1) Guest
TOPIC: Re:How to remove the "Profile Box" compl
#30208
How to remove the "Profile Box" completely? 1 Year, 2 Months ago  
Was curious on how to remove the profile box from displaying on my forum, since I use CommBuilder to handle all my user registration, so don't want to create confusion for new visitors coming from a search engine link...

Can anyone help with this? I have looked around, but not sure where to find the correct place to edit, since mush of the design aspect of FB is quite fragmented...
domsmooth (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#30213
Re:How to remove the "Profile Box" compl 1 Year, 2 Months ago  
There's this code in fireboard.php @ line 470

[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]

Possibly commenting them out might work. Don't listen to me though, I'm not a programmer.
grumblemarc (User)
Platinum Boarder
Posts: 3559
graph
User Offline Click here to see the profile of this user
Gender: Male
Logged Logged
 
Last Edit: 2007/11/05 23:26 By grumblemarc.
 
 
#48651
Re:How to remove the "Profile Box" compl 9 Months ago  
No it would not help

instead do one thing, in template's Fblayout.php , comment out these lines

/* if ($my_id != 0)
{
$header .= ' <li ';
if (strtolower($func) == 'myprofile' ){ $header .= ' class="fireboard_item_active" '; }
$header .=' ><a href="';
$header .= $fbConfig['cb_profile'] ? sefRelToAbs('index.php?option=com_comprofiler&amp;Itemid=' . $cbitemid . '&amp;task=userDetails' : sefRelToAbs(JB_LIVEURLREL . '&amp;func=myprofile&amp;do=show';
$header .= '" ><span>';
$header .= $fbIcons['profile'] ? '<img src="' . JB_URLICONSPATH . '' . $fbIcons['profile'] . '" border="0" alt="' . _GEN_MYPROFILE . '" title="' . _GEN_MYPROFILE . '"/>' : _GEN_MYPROFILE;
$header .= '</span></a></li>';
}*/
pbengani (User)
Fresh Boarder
Posts: 8
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#48652
Re:How to remove the "Profile Box" compl 9 Months ago  
Love the Smileys in the codes.
nanaya (User)
Senior Boarder
Posts: 215
graphgraph
User Offline Click here to see the profile of this user
Gender: Female This Is Kawaii Location: Aloha Land
Logged Logged
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
 
#51814
Re:How to remove the "Profile Box" completely? 7 Months ago  
hmmm,
I tried your way pbengani, and it didn't work for me.

I followed what grumblemarc posted and it worked fine.

anyway, thanks!
romas (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Location: Oahu / Shenyang
Logged Logged
 
 
 
Go to top