MyBB Community Forums
Adding Link - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Development (https://community.mybb.com/forum-105.html)
+---- Thread: Adding Link (/thread-191244.html)



Adding Link - HairBall - 2016-04-12

I have a general idea of how to go about doing this, but I need to know the location of the file for this bar at the top so I can manually add an additional link similar to what is there. Again, I know HOW, I would just love some pointers on WHERE the file might be.

[Image: f93e2c62f7fa8b92a54f3ad42b6c4439.png]


RE: Adding Link - eNvy - 2016-04-12

ACP > Templates & Styles > Templates > Your theme templates > Header Group Templates > open header template


RE: Adding Link - HairBall - 2016-04-12

Being a newbie, what I see when I get there has little importance to me. Can you please explain what to do from there? I was expecting a different sheet.


RE: Adding Link - WallBB - 2016-04-12

(2016-04-12, 02:03 AM)HairBall Wrote: Being a newbie, what I see when I get there has little importance to me. Can you please explain what to do from there? I was expecting a different sheet.

ACP > Templates & Styles > Templates > Your theme templates > Header Group Templates > open header template

It is easy, Go to the template eNvYy said, search for calender, in the start of that link and add the code

<li><a title="Link Name" href="Actual Link">Link Name</a></li>
It will add a new link.

Regards
WallBB


RE: Adding Link - HairBall - 2016-04-12

(2016-04-12, 02:54 AM)WallBB Wrote:
(2016-04-12, 02:03 AM)HairBall Wrote: Being a newbie, what I see when I get there has little importance to me. Can you please explain what to do from there? I was expecting a different sheet.

ACP > Templates & Styles > Templates > Your theme templates > Header Group Templates > open header template

It is easy, Go to the template eNvYy said, search for calender, in the start of that link  and add the code

<li><a title="Link Name" href="Actual Link">Link Name</a></li>
It will add a new link.

Regards
WallBB

Will try now, thanks

(2016-04-12, 02:56 AM)HairBall Wrote:
(2016-04-12, 02:54 AM)WallBB Wrote:
(2016-04-12, 02:03 AM)HairBall Wrote: Being a newbie, what I see when I get there has little importance to me. Can you please explain what to do from there? I was expecting a different sheet.

ACP > Templates & Styles > Templates > Your theme templates > Header Group Templates > open header template

It is easy, Go to the template eNvYy said, search for calender, in the start of that link  and add the code

<li><a title="Link Name" href="Actual Link">Link Name</a></li>
It will add a new link.

Regards
WallBB

Will try now, thanks

It worked! Thank you for your help!  Big Grin