|
ronmsf2
|
 |
« on: November 11, 2004, 10:20:09 AM » |
|
First, I just want to say I think this new forum is a great idea. I know I can go to the forums for individual applications, but I've always found the most help form LunarForums, so I much prefer to look for answeres here.
Now my request. I know it's been posted before, but can someone post the instructions, or a link to the instructions, that explains how to add an additional link on phpbb that will link back to one's home page? I've done it before, and I know it's pretty simple, but I don't remember the details, and a handy reference here would be nice.
Thanks, Ron
|
|
|
|
|
Logged
|
"Be glad of life because it gives you the chance to love and to work and to play and to look up at the stars" -Henry Van Dyke "Education is the kindling of a flame, not the filling of a vessel." -Socrates RML3.com
|
|
|
|
Erikina
|
 |
« Reply #1 on: November 11, 2004, 10:43:07 AM » |
|
I'm not quite sure what you mean? Do you want a link on the top of every forum page that takes you to your homepage? You must edit root/template/xxx/overall_header.tpl and that is where it would be. If you are having trouble - post the code for overall_header.tpl (because I'm not sure what style you're running) and I'll help you out.
|
|
|
|
|
Logged
|
|
|
|
|
ronmsf2
|
 |
« Reply #2 on: November 11, 2004, 01:09:25 PM » |
|
Yes, that is what I am looking for. You can see what I mean by looking at my current forum page: http://rml3.com/forum/index.php Notice the "Home" link among the link options. I know I added that manually before, but don't remember the details. I want to add additional styles to my forum, and need to go in and modify the code to add that "Home Page" link. I know I can figure it out since I've done it before, but I also know there are experts here that probably know off the top of their head how to do it, and I thought the instructions might be a good addition to the new forum. Thanks, Ron
|
|
|
|
|
Logged
|
"Be glad of life because it gives you the chance to love and to work and to play and to look up at the stars" -Henry Van Dyke "Education is the kindling of a flame, not the filling of a vessel." -Socrates RML3.com
|
|
|
|
Coon
|
 |
« Reply #3 on: November 11, 2004, 02:18:33 PM » |
|
Just found this: http://www.phpbbstyles.com/viewtopic.php?t=254See if that helps. It's for a template but you should be able to use that code with some minor modifications to get that extra link in there. 
|
|
|
|
|
Logged
|
|
|
|
|
ronmsf2
|
 |
« Reply #4 on: November 11, 2004, 08:43:57 PM » |
|
Thanks Coon. That looks like it will help.
-Ron
|
|
|
|
|
Logged
|
"Be glad of life because it gives you the chance to love and to work and to play and to look up at the stars" -Henry Van Dyke "Education is the kindling of a flame, not the filling of a vessel." -Socrates RML3.com
|
|
|
|
fretnmore
|
 |
« Reply #5 on: November 11, 2004, 08:50:30 PM » |
|
I just wish that you could make changes like that once and not have to do it seperately for each template you try. It certainly would make changing the template you are using a lot easier.
|
|
|
|
|
Logged
|
|
|
|
|
ronmsf2
|
 |
« Reply #6 on: November 11, 2004, 09:44:23 PM » |
|
I just wish that you could make changes like that once and not have to do it seperately for each template you try. It certainly would make changing the template you are using a lot easier. No kidding... I like that idea.
|
|
|
|
|
Logged
|
"Be glad of life because it gives you the chance to love and to work and to play and to look up at the stars" -Henry Van Dyke "Education is the kindling of a flame, not the filling of a vessel." -Socrates RML3.com
|
|
|
|
psykik
|
 |
« Reply #7 on: November 13, 2004, 04:14:30 AM » |
|
there's a mod you can use : Extreme Styles Mod http://www.phpbbstyles.com/viewtopic.php?t=355it doesn't allow you to edit only 1 template like you wish but it allows you to edit everything online. you don't have to download the files, edit them and upload them again. (though I recommend you always have a working BACK up before editing anything)
|
|
|
|
|
Logged
|
|
|
|
|
ronmsf2
|
 |
« Reply #8 on: November 13, 2004, 08:28:23 AM » |
|
Thanks psykik... That would make things easier. I'll give it a try.
-Ron
|
|
|
|
|
Logged
|
"Be glad of life because it gives you the chance to love and to work and to play and to look up at the stars" -Henry Van Dyke "Education is the kindling of a flame, not the filling of a vessel." -Socrates RML3.com
|
|
|
|
Rick_E
|
 |
« Reply #9 on: November 15, 2004, 08:13:19 AM » |
|
In phpBB, to add a hyperlink to your home page, go to the Administration page... Configuration... and add this HTML tag to the end of your Site Description: <br><a class="mainmenu" href=" http://domain.com/">Home Page</a> You can add additional links as well, up to the length limit for the description field. For example... <br><a class="mainmenu" href=" http://domain.com/">Home Page</a> <a class="mainmenu" href=" http://domain.com/page2.htm">Page Two</a>
|
|
|
|
|
Logged
|
|
|
|
|
ronmsf2_guest
Guest
|
 |
« Reply #10 on: November 19, 2004, 08:35:37 AM » |
|
Thanks Rick_E. That was entirely too easy!
-Ron
|
|
|
|
|
Logged
|
|
|
|
|