Forum Categories on left side

Looking for a MOD? Have a MOD request? Post here for help. (Note: This forum is community supported; phpBB does not have official MOD authors)
Scam Warning
Locked
alienbabeltech
Registered User
Posts: 415
Joined: Mon Sep 17, 2007 12:54 pm

Forum Categories on left side

Post by alienbabeltech »

http://forums.anandtech.com/index.php

Image

Like the forum categories are on one side of every post, can somebody make a MOD to do this.

These left sided categories should be visible on every page.
This is the best and most helpful community I have been on. You are some of the best people I have met. GOD Bless You ALL !
My Forum - http://alienbabeltech.com/abt/index.php
alienbabeltech
Registered User
Posts: 415
Joined: Mon Sep 17, 2007 12:54 pm

Re: Forum Categories on left side

Post by alienbabeltech »

bump
This is the best and most helpful community I have been on. You are some of the best people I have met. GOD Bless You ALL !
My Forum - http://alienbabeltech.com/abt/index.php
alienbabeltech
Registered User
Posts: 415
Joined: Mon Sep 17, 2007 12:54 pm

Re: Forum Categories on left side

Post by alienbabeltech »

bump
This is the best and most helpful community I have been on. You are some of the best people I have met. GOD Bless You ALL !
My Forum - http://alienbabeltech.com/abt/index.php
alienbabeltech
Registered User
Posts: 415
Joined: Mon Sep 17, 2007 12:54 pm

Re: Forum Categories on left side

Post by alienbabeltech »

bump
This is the best and most helpful community I have been on. You are some of the best people I have met. GOD Bless You ALL !
My Forum - http://alienbabeltech.com/abt/index.php
User avatar
mrgoldy
Former Team Member
Posts: 1394
Joined: Tue Oct 06, 2009 7:34 pm
Location: The Netherlands
Name: Gijs
Contact:

Re: Forum Categories on left side

Post by mrgoldy »

Hello,

You will have to create a new .html file in the template path of your style.

create forumlist_side.html

Code: Select all

<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<h4>{L_FORUMS}</h4>
<!-- BEGIN forumrow -->
<!-- IF forumrow.S_IS_CAT -->
	&bull; <a href="{forumrow.U_VIEWFORUM}"><b>{forumrow.FORUM_NAME}</b></a><br />
<!-- ENDIF -->
<!-- IF not forumrow.S_IS_CAT -->
	&#8249; <a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><br />
<!-- ENDIF -->
<!-- END forumrow -->
<span class="corners-bottom"><span></span></span></div>
</div>
Then you will have to make it show up on all pages.
open index_body.html
find:

Code: Select all

<!-- INCLUDE forumlist_body.html -->
Replace with:

Code: Select all

<table width="100%" callspacing="5">
<tr>
<td width="15%" v-align="top"><!-- INCLUDE forumlist_side.html --></td>
<td width="95%"><!-- INCLUDE forumlist_body.html --></td>
</tr>
</table>
That will make it show up on the Index, you will then also have to do it on viewtopic_body and viewforum_body, but it will not display all forums. Only the ones inside that forum and it will display no forums at viewtopic. Not sure how to do that.

Regards,
phpBB Studio / Member of the Studio

Contributing: You can do it too! Including testing Pull Requests (PR).
phpBB Development and Testing made easy.
User avatar
mrgoldy
Former Team Member
Posts: 1394
Joined: Tue Oct 06, 2009 7:34 pm
Location: The Netherlands
Name: Gijs
Contact:

Re: Forum Categories on left side

Post by mrgoldy »

I've created a full MOD for you. You can view the topic here: http://www.phpbb.com/community/viewtopi ... #p11442525

Cheers,
phpBB Studio / Member of the Studio

Contributing: You can do it too! Including testing Pull Requests (PR).
phpBB Development and Testing made easy.
alienbabeltech
Registered User
Posts: 415
Joined: Mon Sep 17, 2007 12:54 pm

Re: Forum Categories on left side

Post by alienbabeltech »

posey wrote:I've created a full MOD for you. You can view the topic here: http://www.phpbb.com/community/viewtopi ... #p11442525

Cheers,

thank you great work !
This is the best and most helpful community I have been on. You are some of the best people I have met. GOD Bless You ALL !
My Forum - http://alienbabeltech.com/abt/index.php
User avatar
mrgoldy
Former Team Member
Posts: 1394
Joined: Tue Oct 06, 2009 7:34 pm
Location: The Netherlands
Name: Gijs
Contact:

Re: Forum Categories on left side

Post by mrgoldy »

Glad you're liking it :)
phpBB Studio / Member of the Studio

Contributing: You can do it too! Including testing Pull Requests (PR).
phpBB Development and Testing made easy.
Locked

Return to “[3.0.x] MOD Requests”