[ABD] Glacier Style for phpBB 3.0.4

Any abandoned 3.0.x Styles will be moved to this forum.
Locked
wwwTHOMASBAUERattf
Registered User
Posts: 56
Joined: Sat Jul 07, 2007 12:55 pm
Location: Austria
Contact:

Re: [Release] Glacier Style for phpBB 3.0.4

Post by wwwTHOMASBAUERattf »

hi!
i have the glacier_lite_style 3.0.3
and yet i had updatet phpbb 3.0.3 to 3.0.4
how can i update the Glacier Style from 3.0.3 to 3.0.4
i maked lots of chances in the order glacier lite style, and when i overwrite, than all changes away...
shadowflames
Registered User
Posts: 315
Joined: Sun Feb 25, 2007 7:00 pm
Location: Greenville, SC - USA

Re: [Release] Glacier Style for phpBB 3.0.4

Post by shadowflames »

Please see my last reply. I answered this question there...
sbilheimer
Registered User
Posts: 4
Joined: Fri Aug 05, 2005 12:06 am

HELP Re: [Release] Glacier Style for phpBB 3.0.4

Post by sbilheimer »

Hi,

I'm new to configuring PHPBB. I installed the style, but want to make changes to the colors and header. I am opening all the files in Dreamweaver and cannot see where to make changes. Can someone just give me a bit of direction?

Thanks,
Susan
User avatar
mej284
Registered User
Posts: 1126
Joined: Fri Nov 02, 2007 11:38 am

Re: [Release] Glacier Style for phpBB 3.0.4

Post by mej284 »

Recommend you use firefox with the addon called firebug. Then just point at the portion you want to change and right click the mouse and select 'Inspect Element' It will show you were you are in the code including the css files.
I do not respond to unsolicited PM's

Skin-lab styles
SubMerged Style
ziplock122940
Registered User
Posts: 36
Joined: Sat Sep 08, 2007 8:57 am

Re: [Release] Glacier Style for phpBB 3.0.4

Post by ziplock122940 »

I'm having an issue with the style. I want to add my google analytics tracking to the overall footer, but when I do, the file being pulled up does not have the new code. I have also tried the overall header and the code is not appearing when a page loads. When I go back and open the files to edit again, the new code is in there. I have tried 2 locations so it is not a cache issue. Whats going on here?
Daily Deals & Coupons-Deals, coupons and free stuff for Computer components, electronics and more.
Computer Parts, CPU's, Hard Drives, Video Cards, Memory, RAM
shadowflames
Registered User
Posts: 315
Joined: Sun Feb 25, 2007 7:00 pm
Location: Greenville, SC - USA

Re: [Release] Glacier Style for phpBB 3.0.4

Post by shadowflames »

Put it in the footer above the </body> tag.

After Upload you have to refresh your template.

ACP >> Styles >> Templates >> Glacier (Refresh)
codemonkey76
Registered User
Posts: 6
Joined: Sun Nov 16, 2008 11:20 pm

Re: [Release] Glacier Style for phpBB 3.0.4

Post by codemonkey76 »

Is it just me.....

I can't see any 'edit post' buttons anywhere with this style.

EDIT: also, no 'Quote' buttons either.
ziplock122940
Registered User
Posts: 36
Joined: Sat Sep 08, 2007 8:57 am

Re: [Release] Glacier Style for phpBB 3.0.4

Post by ziplock122940 »

shadowflames wrote:Put it in the footer above the </body> tag.

After Upload you have to refresh your template.

ACP >> Styles >> Templates >> Glacier (Refresh)
Thanks, something i didnt know about coming from bb2 to bb3
Daily Deals & Coupons-Deals, coupons and free stuff for Computer components, electronics and more.
Computer Parts, CPU's, Hard Drives, Video Cards, Memory, RAM
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5859
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: [Release] Glacier Style for phpBB 3.0.4 - ERRORS FOUND

Post by MattF »

I found some errors in the overall_footer.html file that break the XHTML strict rules and cause some errors.

Code: Select all

	<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group<br />
	<a href="http://www.phpbb.com/community/viewtopic.php?f=74&t=712485">Glacier Lite v3.0.4</a> - Design by <a href="http://www.startrekguide.com/community/memberlist.php?mode=viewprofile&u=3502">Ika</a> &copy; 2007, 2008 <a href="http://www.shadowflames.us/development/">ShadowFlames Development</a><br /> Background Artwork &copy; 2007, 2008 <a href="http://exoteric.roach.org/bg/">Blatte</a><br />
		<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
		<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
		<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF --></ br>
	</div>
Should be changed to

Code: Select all

	<div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group<br />
	<a href="http://www.phpbb.com/community/viewtopic.php?f=74&t=712485">Glacier Lite v3.0.4</a> - Design by <a href="http://www.startrekguide.com/community/memberlist.php?mode=viewprofile&u=3502">Ika</a> &copy; 2007, 2008 <a href="http://www.shadowflames.us/development/">ShadowFlames Development</a><br /> Background Artwork &copy; 2007, 2008 <a href="http://exoteric.roach.org/bg/">Blatte</a><br />
		<!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF -->
		<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF -->
		<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF --><br />
	</div>
The fixes are simple:
In the URLs to Glacier Lite v3.0.4 and to Ika, the "&" symbol needs to be written as "&"
The very last "</ br>" needs to be corrected to "<br />"
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
ziplock122940
Registered User
Posts: 36
Joined: Sat Sep 08, 2007 8:57 am

Re: [Release] Glacier Style for phpBB 3.0.4

Post by ziplock122940 »

Since the last poster mentioned rules, i quickly ran my home page though a w3.org css validation. I am not sure if anyone else found this, but there are a few spelling mistakes in borders.css for the glacier style

Code: Select all

line 30
	weidth: 20px;

line 53
	weidth: 20px;

line 81
	weidth: 20px;
Daily Deals & Coupons-Deals, coupons and free stuff for Computer components, electronics and more.
Computer Parts, CPU's, Hard Drives, Video Cards, Memory, RAM
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 5859
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: [Release] Glacier Style for phpBB 3.0.4

Post by MattF »

ziplock122940 wrote:Since the last poster mentioned rules, i quickly ran my home page though a w3.org css validation. I am not sure if anyone else found this, but there are a few spelling mistakes in borders.css for the glacier style

Code: Select all

line 30
	weidth: 20px;

line 53
	weidth: 20px;

line 81
	weidth: 20px;
Actually, I tried fixing these and it breaks the display of the layout in the corners. I am assuming the author purposely renamed them so they would not apply their formatting and break the layout.

For my site, I simply commented them out as follows:

Code: Select all

line 30
	/* weidth: 20px; */

line 53
	/* weidth: 20px; */

line 81
	/* weidth: 20px; */
This resulted in a successful test of the CSS validator.

I guess they can be deleted too, but the author probably kept them there for some future purpose, so I did the same. Better to comment out code than delete it, just in case you want to go back to it.
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
shadowflames
Registered User
Posts: 315
Joined: Sun Feb 25, 2007 7:00 pm
Location: Greenville, SC - USA

Re: [Release] Glacier Style for phpBB 3.0.4

Post by shadowflames »

Thanks for the validation info. I will be updating the downloads soon with those corrections and others to allow validation. I had actually already found these but was working on some other projects. Thanks for the heads up guys!
codemonkey76
Registered User
Posts: 6
Joined: Sun Nov 16, 2008 11:20 pm

Re: [Release] Glacier Style for phpBB 3.0.4

Post by codemonkey76 »

I've installed this style and found one glaring problem with it. There are no EDIT or QUOTE buttons. What changes do I need to make to the default template to have Edit and Quote buttons show up?
User avatar
mej284
Registered User
Posts: 1126
Joined: Fri Nov 02, 2007 11:38 am

Re: [Release] Glacier Style for phpBB 3.0.4

Post by mej284 »

I am not sure what you are talking about. I have edit and quote buttons as does the test forum I saw. Maybe you need to download it again or upload the buttons to your server again. Also do you have those permissions turned on.
I do not respond to unsolicited PM's

Skin-lab styles
SubMerged Style
codemonkey76
Registered User
Posts: 6
Joined: Sun Nov 16, 2008 11:20 pm

Re: [Release] Glacier Style for phpBB 3.0.4

Post by codemonkey76 »

mej284 wrote:I am not sure what you are talking about. I have edit and quote buttons as does the test forum I saw. Maybe you need to download it again or upload the buttons to your server again. Also do you have those permissions turned on.
Yes, the permissions are turned on. The buttons don't show up, even if logged in as adminstrator.

I downloaded the styles (both lite and full) from here and refreshed them. The buttons still don't show up. I'm new to this so there could easily be something I'm missing...
Locked

Return to “[3.0.x] Abandoned Styles”