Compguy11 Custom Modifications: Member Teams link does not appear in board header - Compguy11 Custom Modifications

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Member Teams link does not appear in board header It's a skinning issue...okay? Rate Topic: -----

#1 User is offline   compguy11 Icon

  • Head Programmer
  • Group: Management
  • Posts: 1,674
  • Joined: 26-November 04
  • Gender:Male
  • Location:Wherever you need me...

Posted 22 November 2007 - 10:23 PM

This is a problem that multiple people have had, and I thought it would be helpful to post a topic on it instead of posting it multiple times.

As a part of the component system, a link should be automatically added to your board header to Member Teams. This requires, however, that the person or company who made your skin fully conformed to IPS' standards on making skins. If they don't, the link won't appear.

Don't fear, for here is a manual fix. it won't work on those really funky skins or those skins that have images as links instead of text, but for the most part, this should work. Discuss this in this topic if you have issues. This procedure must be repeated for every skin used by your members.

ACP => Look and Feel => (choose skin) => Edit Template HTML => All Global HTML => global_board_header

Find:
<a href="{$this->ipsclass->base_url}act=calendar">{$this->ipsclass->lang['tb_calendar']}</a>


Add AFTER:
<a href="{$this->ipsclass->base_url}autocom=teams">Member Teams</a>


Save template bit. You may need to rebuild your skin cache, but other than that, you are done.
compguy11

http://compguy11.com

[ You may PM me if you have any questions or you wish to discuss a custom modification. ]
0

#2 User is offline   zamg0d1 Icon

  • Member
  • Group: Members
  • Posts: 17
  • Joined: 21-December 08
  • Gender:Male
  • Location:Nijmegen, Netherlands

Posted 09 January 2009 - 06:15 PM

I have a problem with another mod, I was planning to delete the Link out of the board header but how do I do this? Because my Skin HTML says this:
<!--IBF.RULES-->
		<!--ipb.leftlinks.end-->
		<!--ipb.rightlinks.start-->
		<div class='ipb-top-right-link'><a href="{$this->ipsclass->base_url}act=Help">{$this->ipsclass->lang['tb_help']}</a></div>
		<div class='ipb-top-right-link' id="ipb-tl-search"><a href="{$this->ipsclass->base_url}act=Search&amp;f={$this->ipsclass->input['f']}">{$this->ipsclass->lang['tb_search']}</a></div>
		<div class='ipb-top-right-link'><a href="{$this->ipsclass->base_url}act=Members">{$this->ipsclass->lang['tb_mlist']}</a></div>
		<div class='ipb-top-right-link'><a href="{$this->ipsclass->base_url}act=calendar">{$this->ipsclass->lang['tb_calendar']}</a></div>
		<if="$component_links != """>
			{$component_links}


What to do?


Solved... Just remove the
 		<if="$component_links != """>
			{$component_links}

And replace it with own Url

This post has been edited by zamg0d1: 09 January 2009 - 06:21 PM


On the internet, men are men, women are men and little girls are FBI agents
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users