Welcome to your new board!

17 years 11 months ago #13894 by bjraines
Replied by bjraines on topic Re:Welcome to your new board!
homebrew wrote:

You can go into your phpbb template and change the href's for the profile and memberlist link to point to CB.


can you help me do this?

Please Log in to join the conversation.

17 years 11 months ago #13908 by homebrew
Replied by homebrew on topic Re:Welcome to your new board!
Sure. This is how I did it.

I'm just using the default subSilver template. You need to find overall_header.tpl located in (forum)/template/subsilver folder. This is the file that controls the logo on top and all the links to the profile, login, memberlist, etc.

Basically, just replace the {U_PROFILE}, {U_MEMBERLIST}, etc. with your link.


Original:
[code:1]<a href="{U_MEMBERLIST}" class="mainmenu">
<img src="templates/subSilver/images/icon_mini_members.gif"
width="12" height="13" border="0" alt="{L_MEMBERLIST}"
hspace="3" />{L_MEMBERLIST}</a>

<a href="{U_PROFILE}" class="mainmenu">
<img src="templates/subSilver/images/icon_mini_profile.gif"
width="12" height="13" border="0" alt="{L_PROFILE}"
hspace="3" />{L_PROFILE}</a>[/code:1]


After:
[code:1]
<a href="../index.php?option=com_comprofiler&task=usersList&Itemid=31"
target="_parent" class="mainmenu">{L_MEMBERLIST}</a>

<a href="../index.php?option=com_comprofiler&Itemid=32"
target="_parent" class="mainmenu">{L_PROFILE}</a>
[/code:1]

I took out the images and styling for easy reference. Hope that helps.

Also, the reason it has target=_parent is because I am using phpbb in a wrapper. If you're not using the wrapper, then you don't really need that.

Post edited by: homebrew, at: 2006/05/25 18:33

Please Log in to join the conversation.

17 years 11 months ago #13909 by geeffland
Replied by geeffland on topic Re:Welcome to your new board!
homebrew,

Also I think the links you inserted indicated that your forum is a subdirectory of where Joomla is located on your site... So he may also need to change the link a small bit... If in question he can always use the full mysite.com/index... link (which can easily be copied from the address bar in IE or firefox, and assumedly other browsers)

Greg

CB3PD Developer - CB Connector (formerly phpBB Connector) plugin

Please Log in to join the conversation.

17 years 11 months ago #13916 by homebrew
Replied by homebrew on topic Re:Welcome to your new board!
yes.

Please Log in to join the conversation.

Moderators: beatnantgeefflandmartijn189krileon
Time to create page: 0.201 seconds

Facebook Twitter LinkedIn