[Released] Glacier Style

MODs and Styles for phpBB3.

To post your MOD or style, go to the STG MOD Manager
Forum rules
Go to http://startrekguide.com/mods to submit your MOD or style

Re: [Released] Glacier Style

Postby NumberOne » 12 Apr 2010, 22:16

Sniper_E wrote:Note: I have found issues using links like,
Code: Select all
<li><a href=" ./ucp.php?i=171">Overview</a></li>

Glacier is written this way also. Not good.

It works perfect using links like this:
Code: Select all
<li><a href="{U_PROFILE}?i=171">Overview</a></li>


Yes, the issue you are alluding to happens when you have a page on your forum that is nested inside a directory within the phpBB directory, for example, if you are using the Gallery MOD... because Glacier's navigation.html file is using relative links to the UCP, relative to the root of your forum...

I will add your solution of {U_PROFILE} in the next update (3.0.8) of Glacier, since I seem to be the one carrying the torch for this style :wave:

Actually I am also woking on a solution to get around this issue of 160s and 170s...in the next release as well!
User avatar
NumberOne    
Ensign
Ensign
 
Posts: 65
Joined: 05 Feb 2009, 13:41
Location: USS Enterprise
Gender: Male
phpBB Knowledge: 8


Re: [Released] Glacier Style

Postby NumberOne » 12 Apr 2010, 22:39

OK, I think I have found the solution to create a universal, one-size fits all version of the Glacier navigation.html file.

navigation.zip
New and improved navigation.html
(1.33 KiB) Downloaded 65 times


The attached file simply changes this:
Code: Select all
                            <li><a href="./ucp.php?i=163">Overview</a></li>
                            <li><a href="./ucp.php?i=164">Profile</a></li>
                            <li><a href="./ucp.php?i=165">Board Preferences</a></li>
                            <li><a href="./ucp.php?i=166">Private Messages</a></li>
                            <li><a href="./ucp.php?i=167">User Groups</a></li>
                            <li><a href="./ucp.php?i=168">Friends &amp; Foes</a></li>


Into this:
Code: Select all
                            <li><a href="{U_PROFILE}">Overview</a></li>
                            <li><a href="{U_PROFILE}?i=profile">Profile</a></li>
                            <li><a href="{U_PROFILE}?i=prefs">Board Preferences</a></li>
                            <li><a href="{U_PRIVATEMSGS}">Private Messages</a></li>
                            <li><a href="{U_PROFILE}?i=groups">User Groups</a></li>
                            <li><a href="{U_PROFILE}?i=zebra">Friends &amp; Foes</a></li>


EDIT: I updated the v3.0.7 glacier download files a few pages back with this new navigation.html :amen:
User avatar
NumberOne    
Ensign
Ensign
 
Posts: 65
Joined: 05 Feb 2009, 13:41
Location: USS Enterprise
Gender: Male
phpBB Knowledge: 8

Re: [Released] Glacier Style

Postby malamama_ » 13 Apr 2010, 01:14

@ Matt

So, which navigation file must i download ?
User avatar
malamama_
Cadet III
Cadet III
 
Posts: 31
Joined: 08 Apr 2010, 08:27
Gender: Female
phpBB Knowledge: 1

Re: [Released] Glacier Style

Postby Sniper_E » 13 Apr 2010, 07:50

That . is . some . awesome . work . Matt - Problem . solved :yahoo:
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
Sniper_E    
STG Jedi Master
STG Jedi Master
 
Posts: 6981
Joined: 31 May 2006, 06:29
Location: Shreveport, LA
Favorite Team: The STG Team
Gender: Male
phpBB Knowledge: 6

Re: [Released] Glacier Style

Postby malamama_ » 13 Apr 2010, 07:54

Hmmm. I have no problem about my navigation bar..

That new file has different things from others ? Should i use it ?
User avatar
malamama_
Cadet III
Cadet III
 
Posts: 31
Joined: 08 Apr 2010, 08:27
Gender: Female
phpBB Knowledge: 1

Re: [Released] Glacier Style

Postby NumberOne » 13 Apr 2010, 16:01

malamama_ wrote:Hmmm. I have no problem about my navigation bar..

That new file has different things from others ? Should i use it ?


You should download the newest one I made... It is more universal and will not cause any problems for anybody anymore :D
User avatar
NumberOne    
Ensign
Ensign
 
Posts: 65
Joined: 05 Feb 2009, 13:41
Location: USS Enterprise
Gender: Male
phpBB Knowledge: 8

Re: [Released] Glacier Style

Postby NumberOne » 13 Apr 2010, 16:03

Sniper_E wrote:That . is . some . awesome . work . Matt - Problem . solved :yahoo:


Thanks to you... Pointing out the U_PROFILE var was the catalyst! :clapping:
User avatar
NumberOne    
Ensign
Ensign
 
Posts: 65
Joined: 05 Feb 2009, 13:41
Location: USS Enterprise
Gender: Male
phpBB Knowledge: 8

Re: [Released] Glacier Style

Postby malamama_ » 13 Apr 2010, 17:08

i did too =))) Thats goood =)) Thankss Matt =)
User avatar
malamama_
Cadet III
Cadet III
 
Posts: 31
Joined: 08 Apr 2010, 08:27
Gender: Female
phpBB Knowledge: 1

Re: [Released] Glacier Style

Postby Sniper_E » 13 Apr 2010, 20:37

Just updated Glacier and Vista with your new codes. Let's see how they work for Hank now.

Code: Select all
                            <li><a href="{U_PROFILE}">Overview</a></li>
                            <li><a href="{U_PROFILE}?i=profile">Profile</a></li>
                            <li><a href="{U_PROFILE}?i=prefs">Board Preferences</a></li>
                            <li><a href="{U_PRIVATEMSGS}">Private Messages</a></li>
                            <li><a href="{U_PROFILE}?i=groups">User Groups</a></li>
                            <li><a href="{U_PROFILE}?i=zebra">Friends &amp; Foes</a></li>
                            <li><a href="{U_PROFILE}?i=blog">Blog</a></li>

Awesome! :good:
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!
User avatar
Sniper_E    
STG Jedi Master
STG Jedi Master
 
Posts: 6981
Joined: 31 May 2006, 06:29
Location: Shreveport, LA
Favorite Team: The STG Team
Gender: Male
phpBB Knowledge: 6

Re: [Released] Glacier Style

Postby malamama_ » 15 Apr 2010, 01:22

Edit:

Problem Fixed ''
User avatar
malamama_
Cadet III
Cadet III
 
Posts: 31
Joined: 08 Apr 2010, 08:27
Gender: Female
phpBB Knowledge: 1

PreviousNext

Return to phpBB3 Customizations

Who is online

Users browsing this forum: Crysys2013, Ezooms Bot, Googlebot and 6 guests