phpBBHacks.com - Help needed with header, footer, and a few settings
Talk martial arts at KarateForums.com
StatsForums Home   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in
FAQFAQ   SearchSearch   MemberlistMemberlist   TutorialsTutorials   ContactContact Us
Username:    Password:
Remember Me?    
   I Lost My Password!
Bookmark and Share
Post new topic   Reply to topic    phpBBHacks.com Support Forums Forum Index -> phpBB 3 Style and Design Support and Development
 See a User Guidelines violation? Please contact us.
Author Message

creativityunlimited
New User

Joined: 01 Aug 2009
Posts: 4
Location: Manchester, MD

PostPosted: August 1st 2009, 5:41 pm    Post subject: Help needed with header, footer, and a few settings Reply with quote

Hi, I need someone to assist me in figuring out how to add links to the navigation bar of my forum, specifically when using Avalon Blue, Hestia Blue, and Serenity Cyan styles, which came from this site.

Using the same themes, I also need someone to show me how I can edit the copyright information on the footer. I don't plan to remove the existing copyright. I want to add my copyright information to the bundle.

Last but not least, I need someone to show me where in the admin settings I can change the regulations registrants agree to upon registration. There are a few things I want to add to it.

Thanks a lot for any help in this!
_________________
Michael Bowler, owner and operator of Creativity Unlimited
http://www.creativityunlimited.net
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger

~HG~
Dedicated User

Joined: 08 Nov 2003
Posts: 3913
Location: Australia

PostPosted: August 2nd 2009, 2:15 pm    Post subject: Reply with quote

You dont say what styles the 3 you posted are based on however that aside, you can edit the overall_header.html to add links to your navigation.

With the copyright, this can be edited in overall_footer.html

This KB article from phpbb.com will give you the instructions on changing the registration agreement.

http://www.phpbb.com/kb/article/changing-the-registration-agreement-of-your-board/

Other KB articles that can also help you can be found at http://www.phpbb.com/kb/3.0/
_________________
~HG~

|| rodneyangell.com || || phpbb-tutorials.com ||My Hacks
Back to top
View user's profile Send private message Send e-mail Visit poster's website

creativityunlimited
New User

Joined: 01 Aug 2009
Posts: 4
Location: Manchester, MD

PostPosted: August 4th 2009, 1:56 am    Post subject: Reply with quote

Thanks for the input. What do you mean what they're based on? Do you mean the coding language? They are primarily HTML, with what seems to be a weird phpBB version of PHP if that's what you're asking.

I found the files I need to edit from my knowledge of basic coding languages, but my problem here is that there are a lot of intricate codes that I am not familiar with, such as identifying "U_[insert specifics here]" type stuff that I'm not familiar with. I was hoping for more along the lines of a short description of how to do the coding to add the links and edit things, as I am extremely unfamiliar with these types of coding. Any help with that would be appreciated.
_________________
Michael Bowler, owner and operator of Creativity Unlimited
http://www.creativityunlimited.net
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger

~HG~
Dedicated User

Joined: 08 Nov 2003
Posts: 3913
Location: Australia

PostPosted: August 4th 2009, 12:55 pm    Post subject: Reply with quote

Style based on means the default phpBB2 style either proSilver or subsilver2.

For your intricate codes that you are not familiar with, U = URL and L = language

The easiest way to add links is to use HTML so that you dont need to edit language files etc so where you see something like:

Example based on prosilver overall_header.html

Code:
         <!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
         <ul class="linklist leftside">
            <li class="icon-ucp">
               <a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u">{L_PROFILE}</a>
                  <!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF --> &bull;
               <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
               <!-- IF U_RESTORE_PERMISSIONS --> &bull;
               <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
               <!-- ENDIF -->
            </li>
         </ul>
         <!-- ENDIF -->

         <ul class="linklist rightside">
            <li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
            <!-- IF not S_IS_BOT -->
               <!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
               <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
               <li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l">{L_LOGIN_LOGOUT}</a></li>
            <!-- ENDIF -->


Simply add a link to where you want it displayed (linklist left is for logged in only and linklist right is public) like this:

Code:
<li class="icon-faq"><a href="http://www.newlink.com" title="New Link">New Link</a></li>


You can leave the icon in place or add a new one to suit if you like, that is up to you.
_________________
~HG~

|| rodneyangell.com || || phpbb-tutorials.com ||My Hacks
Back to top
View user's profile Send private message Send e-mail Visit poster's website

siremethmimetes
New User

Joined: 12 Jul 2009
Posts: 15

PostPosted: August 6th 2009, 5:10 am    Post subject: Reply with quote

Greetings creativityunlimited,

Here are some links that might help to explain about the {_VARIABLE} syntax (called template variables):

http://www.phpbb.com/community/viewtopic.php?f=74&t=1054355

http://www.phpbb.com/community/viewtopic.php?f=71&t=1641705&start=0

http://www.phpbb.com/community/viewtopic.php?f=71&t=550333

http://wiki.phpbb.com/Template_Syntax

http://wiki.phpbb.com/Using_the_phpBB3.0_Template_System

I hope that helps! I still need to learn more about this, but these give you a good start (such as how to set a new language var so that a new image link will work with the javascript correctly).

With joy and peace in Christ,
Sir Emeth Mimetes
_________________
I am Sir Emeth Mimetes (knighted to the warfare of truth by the calling of Christ, the Master of my order), and thus, though poorly is it ever met by my feeble abilities, is my mission: to combat those ideas that are rooted in mindsets that are contrary to my Master.
May I never forsake abiding in Him, and may His ways never cease to thrive within my heart, for He only is my strength and hope.
note: emeth is Hebrew for truth, right, faithful;
mimetes is Greek for an imitator or follower.
Back to top
View user's profile Send private message Visit poster's website

creativityunlimited
New User

Joined: 01 Aug 2009
Posts: 4
Location: Manchester, MD

PostPosted: August 6th 2009, 1:57 pm    Post subject: Reply with quote

Thanks to all of you for the great input. I will be looking at the articles you linked for me, Sir Emeth Mimetes. Thanks a lot.

You raised another point, HG. How do I find out for sure which style(s) the styles I am using are based on?

Needless to say, I am very amateurish at best when it comes to forum building. Once I get the actual building done, the ACP is second nature to me, and I will be fine. My HTML and PHP knowledge has been no match for the intricacies of phpBB forum language and structure. I thank everybody for their patience with me and their willingness to help.
_________________
Michael Bowler, owner and operator of Creativity Unlimited
http://www.creativityunlimited.net
Back to top
View user's profile Send private message Visit poster's website Yahoo Messenger

Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.

PostPosted: August 13th 2009, 3:47 pm    Post subject: Reply with quote

Hello and welcome, creativityunlimited.

The 3 styles that you mentioned in your post all appear to be based around subsilver2. I hope that this helps.

Thanks,

Patrick
_________________
Patrick O'Keefe - phpBBHacks.com Administrator - Feedback? Questions? Please Contact Me!
User Guidelines - Featured phpBB - Featured Author - phpBBHacks.com Awards - Supported Sites - About Us
Author, Managing Online Forums - A Practical Guide to Community Management
phpBB 3 Tutorials: Add Hacks | Clear Your Cache | Fix Missing Images | phpBB 3 Permissions Guide
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger

siremethmimetes
New User

Joined: 12 Jul 2009
Posts: 15

PostPosted: August 14th 2009, 6:22 am    Post subject: Reply with quote

creativityunlimited wrote:

Needless to say, I am very amateurish at best when it comes to forum building. Once I get the actual building done, the ACP is second nature to me, and I will be fine. My HTML and PHP knowledge has been no match for the intricacies of phpBB forum language and structure. I thank everybody for their patience with me and their willingness to help.


That is actually a pretty good description of me as well. But I am learning fast (I hope). Good luck!
_________________
I am Sir Emeth Mimetes (knighted to the warfare of truth by the calling of Christ, the Master of my order), and thus, though poorly is it ever met by my feeble abilities, is my mission: to combat those ideas that are rooted in mindsets that are contrary to my Master.
May I never forsake abiding in Him, and may His ways never cease to thrive within my heart, for He only is my strength and hope.
note: emeth is Hebrew for truth, right, faithful;
mimetes is Greek for an imitator or follower.
Back to top
View user's profile Send private message Visit poster's website

Patrick
Admin/Webmaster

Joined: 11 May 2001
Posts: 17279
Location: Harbinger, NC, U.S.A.

PostPosted: August 14th 2009, 1:00 pm    Post subject: Reply with quote

We all start somewhere. Glad to see you jumping in to help, Mr. Lauser!
_________________
Patrick O'Keefe - phpBBHacks.com Administrator - Feedback? Questions? Please Contact Me!
User Guidelines - Featured phpBB - Featured Author - phpBBHacks.com Awards - Supported Sites - About Us
Author, Managing Online Forums - A Practical Guide to Community Management
phpBB 3 Tutorials: Add Hacks | Clear Your Cache | Fix Missing Images | phpBB 3 Permissions Guide
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger

siremethmimetes
New User

Joined: 12 Jul 2009
Posts: 15

PostPosted: August 15th 2009, 9:24 am    Post subject: Reply with quote

Patrick wrote:
We all start somewhere. Glad to see you jumping in to help, Mr. Lauser!


You are welcome. I hope that I will one day become more helpful! Anyways, end of digression.
_________________
I am Sir Emeth Mimetes (knighted to the warfare of truth by the calling of Christ, the Master of my order), and thus, though poorly is it ever met by my feeble abilities, is my mission: to combat those ideas that are rooted in mindsets that are contrary to my Master.
May I never forsake abiding in Him, and may His ways never cease to thrive within my heart, for He only is my strength and hope.
note: emeth is Hebrew for truth, right, faithful;
mimetes is Greek for an imitator or follower.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    phpBBHacks.com Support Forums Forum Index -> phpBB 3 Style and Design Support and Development All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



Links: Big Message Boards - Free JavaScript - phpBB2 - phpbb styles - Suporte phpBB - phpBB Česky - phpBB Turkiye - phpBBArabia.com - phpBB-fr.com - Romanian phpBB online community - phpBB-TW.net - phpBBservice.nl - phpBB Brasil - phpBB Portugal - phpBBpersian.com

Network: iFroggy Hosting - PhotoshopForums.com - Managing Online Forums - ManagingCommunities.com - CommunityAdmins.com - KarateForums.com - Bad Boy Blog - SodaRatings.com - Patrick O'Keefe

< Advertising - Contact Us - Disclosure Policy - Staff - User Guidelines >

Copyright © 2001-2012. iFroggy Network, phpBBHacks.com. All Rights Reserved. Privacy Policy. We Support phpBBHacks.com (of course!).
Powered by phpBB © phpBB Group. phpBB SEO. We are in no way affiliated with the phpBB Group. phpBB is copyright to the phpBB Group.