Jump to content


I am Freddy G

Member Since 02 May 2009
Offline Last Active Jan 07 2012 08:10 AM
*****

Posts I've Made

In Topic: im a customer, but not shown on forums..

25 July 2011 - 09:46 AM

damn im still not fixed lol

In Topic: Features removed from 3.1.4

14 June 2011 - 12:22 AM

View Postkenichi tanaka, on 13 June 2011 - 06:34 PM, said:

Forum Rules Link Removed: Major Headache for Forum Administrators

The biggest problem I see with IPB is going to prove to be a very major headache for those of us who run active forums. Some of you may have already discovered that IPS has removed the "forum rules' link from the top of the forums. This is a major mistake. I'm going to run into major problems when someone tries to look for the forum rules link but cannot find it because some gumby decided to place the link in the footer section, obscured with small font text and with font colors so light that you will skip right over it.


Done

ACP -> Look & Feel -> Global Template -> globalTemplate

Find:
<ul class='ipsList_inline' id='community_app_menu'>

Add Below:
<li id='nav_rules' class='right'>
 	<if test="siteruleslink:|:$this->settings['gl_show'] and $this->settings['gl_title']">
  	<li class='right ipsType_smaller'>
   	<a href='<if test="ruleslink:|:$this->settings['gl_link']">{$this->settings['gl_link']}<else />{parse url="app=forums&amp;module=extras&amp;section=boardrules" base="public"}</if>'><if test="siterulestitle:|:$this->settings['gl_title']">{$this->settings['gl_title']}<else />{$this->lang->words['board_rules']}</if></a>
  	</li>
 	</if>
</li>

Done You now have rules link on top of page :)

In Topic: Features removed from 3.1.4

14 June 2011 - 12:12 AM

View PostHaku2, on 13 June 2011 - 08:02 PM, said:


Yeah, that was a bad move. Because of this, administrators will probably now have to make a forum only dedicated to rules just to make sure everyone sees it. I really hope IPS changes their mind about this. This is getting very irritating now.

Or you can just edit your skin and place a link there. It really only takes less than 5 minutes.

In Topic: Use a comma to separate the tags

11 June 2011 - 07:46 AM

I love this thread