Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHPBB
Author Message
afc
Worker
Worker



Joined: Aug 16, 2003
Posts: 107
Location: USA

PostPosted: Thu Jul 07, 2011 1:34 pm Reply with quote

Fresh install of raven nuke latest version and phpbb3 3.0.8 i got all links fixed in raven nuke from navmenu to user info block all working right to phpbb3 board

Only thing i can not find is phpbb3 fourm to link back to the main site it works in basic template has it not modded one i found

How i want it to work with * Site index ‹ Board index so i can link back to main site

Image

Uploaded with ImageShack.us

this is the theme i want to fix so i can link it back to main site

Image

Uploaded with ImageShack.us
 
View user's profile Send private message
nuken
RavenNuke(tm) Development Team



Joined: Mar 11, 2007
Posts: 2024
Location: North Carolina

PostPosted: Thu Jul 07, 2011 5:02 pm Reply with quote

Here are the basic instructions for editing a phpbb3 template for the bridge. The code may look different for your phpbb3 style, but it should be close.

Code:
Generic phpBB3 template modifications for bridge. Your style may differ than the included code. You should be able to find the correct code to modify.


****************************************************************************************************************************

Open phpBB3/styles/Your_Style/template/index_body.html and find something similar to this:

****************************************************************************************************************************

<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->

and change to:

<!-- IF BRIDGE_S_USER_LOGGED_IN and not S_IS_BOT -->

****************************************************************************************************************************

Open phpBB3/styles/Your_Style/template/overall_header.html and find something similar to this:

****************************************************************************************************************************

<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>

and change to:

<a href="../" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>

next find:

<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>

and change to:

<li class="icon-home"><a href="../">{S_INDEX}</a> <strong>‹</strong> <a href="{U_INDEX}" accesskey="h">{L_INDEX}</a> <!-- BEGIN navlinks --> <strong>‹</strong> <a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></li>

****************************************************************************************************************************

Open phpBB3/styles/Your_Style/template/overall_footer.html and find something similar to this:

****************************************************************************************************************************

<li class="icon-home"><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>

and change to:

<li class="icon-home"><a href="../">{S_INDEX}</a> <strong>‹</strong> <a href="{U_INDEX}" accesskey="h">{L_INDEX}</a></li>

****************************************************************************************************************************

Open phpBB3/styles/Your_Style/template/viewforum_body.html and find something similar to this:

****************************************************************************************************************************

<!-- IF not S_USER_LOGGED_IN -->

and change to:

<!-- IF BRIDGE_S_USER_LOGGED_IN -->

****************************************************************************************************************************


_________________
Tricked Out News 
View user's profile Send private message Send e-mail Visit poster's website
nuken







PostPosted: Thu Jul 07, 2011 5:22 pm Reply with quote

Also, when I finish up on some work I am doing on my Tricked Out News module, I will try to get back to turning phpBB3 into a module.
 
nuken







PostPosted: Fri Jul 08, 2011 6:10 am Reply with quote

Here are the pre-edited files for the ca_orbital theme.
[ Only registered users can see links on this board! Get registered or login! ]
 
kenno
Worker
Worker



Joined: Jul 26, 2009
Posts: 117
Location: Scunthorpe, UK

PostPosted: Mon Jul 18, 2011 4:26 pm Reply with quote

nuken wrote:
Also, when I finish up on some work I am doing on my Tricked Out News module, I will try to get back to turning phpBB3 into a module.


That would be great news

Thanks Mark
 
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> PHPBB

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©