[STYLEDB] AcidTech (phpBB 3.0.3)

For style authors to post and receive feedback on 3.0.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Scam Warning
Locked
se_p800
Registered User
Posts: 72
Joined: Sun Nov 18, 2007 1:47 pm

Re: [Release] AcidTech

Post by se_p800 »

Don;t know if this has been mentioned but I was wondering if it was possible to change the height of the banner to more than 88 (or whatever it is). I have an image with the dimensions of 820 x 173 (http://1360.co.uk/forums/index.php) but the height is only shown as about 90 pixels. I hope Im making sense lol. Basically the rest of the image is being covered by the navbar etc...

Thanks
Got a PSP? Visit
www.customizepsp.co.uk
User avatar
will_hough
Former Team Member
Posts: 1955
Joined: Mon Feb 06, 2006 8:47 pm
Location: Michigan
Name: Will Hough
Contact:

Re: [Release] AcidTech

Post by will_hough »

se_p800 wrote:Don;t know if this has been mentioned but I was wondering if it was possible to change the height of the banner to more than 88 (or whatever it is). I have an image with the dimensions of 820 x 173 (http://1360.co.uk/forums/index.php) but the height is only shown as about 90 pixels. I hope Im making sense lol. Basically the rest of the image is being covered by the navbar etc...

Thanks
Open: stylesheet.css
Find:

Code: Select all

#logorow, #logo-left {
	height: 88px;
	overflow: hidden;
}
Change the height there.
se_p800
Registered User
Posts: 72
Joined: Sun Nov 18, 2007 1:47 pm

Re: [Release] AcidTech

Post by se_p800 »

Thanks alot that was a really useful post :D:D
Got a PSP? Visit
www.customizepsp.co.uk
se_p800
Registered User
Posts: 72
Joined: Sun Nov 18, 2007 1:47 pm

More problems

Post by se_p800 »

Well if you take a look at http://1360.co.uk/forums/index.php youll see that some of the forum pictures arent showing up and neither is the msn/yahoo etc icons. Please help :) thanks
Got a PSP? Visit
www.customizepsp.co.uk
User avatar
will_hough
Former Team Member
Posts: 1955
Joined: Mon Feb 06, 2006 8:47 pm
Location: Michigan
Name: Will Hough
Contact:

Re: More problems

Post by will_hough »

se_p800 wrote:Well if you take a look at http://1360.co.uk/forums/index.php youll see that some of the forum pictures arent showing up and neither is the msn/yahoo etc icons. Please help :) thanks
I see your forum images.
The MSN, Yahoo, etc icons are in the users profile, no longer displayed in viewtopic.
se_p800
Registered User
Posts: 72
Joined: Sun Nov 18, 2007 1:47 pm

Re: [Release] AcidTech

Post by se_p800 »

I mean along the category bars where it says forum topic and post - Its just a blue bar and it should be a darker blue and have blue circles on top left and top right...
Got a PSP? Visit
www.customizepsp.co.uk
se_p800
Registered User
Posts: 72
Joined: Sun Nov 18, 2007 1:47 pm

Re: [Release] AcidTech

Post by se_p800 »

se_p800 wrote:I mean along the category bars where it says forum topic and post - Its just a blue bar and it should be a darker blue and have blue circles on top left and top right...
Nevermind I just re-installed it.
But in the image folder I see a "no avatar" pic, how would I get this pic to show up on everybody with no avatar?
Got a PSP? Visit
www.customizepsp.co.uk
User avatar
Arty
Former Team Member
Posts: 16654
Joined: Wed Mar 06, 2002 2:36 pm
Name: Vjacheslav Trushkin
Contact:

Re: [Release] AcidTech

Post by Arty »

In viewtopic_body.html find this:

Code: Select all

<!-- IF postrow.POSTER_AVATAR --><div class="postavatar">{postrow.POSTER_AVATAR}</div><!-- ENDIF -->
and replace with this:

Code: Select all

<!-- IF postrow.POSTER_AVATAR --><div class="postavatar">{postrow.POSTER_AVATAR}</div><!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" /><!-- ENDIF -->
Vjacheslav Trushkin / Arty.
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
se_p800
Registered User
Posts: 72
Joined: Sun Nov 18, 2007 1:47 pm

Re: [Release] AcidTech

Post by se_p800 »

CyberAlien wrote:In viewtopic_body.html find this:

Code: Select all

<!-- IF postrow.POSTER_AVATAR --><div class="postavatar">{postrow.POSTER_AVATAR}</div><!-- ENDIF -->
and replace with this:

Code: Select all

<!-- IF postrow.POSTER_AVATAR --><div class="postavatar">{postrow.POSTER_AVATAR}</div><!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" /><!-- ENDIF -->
thankyou very much, great help! :D
Got a PSP? Visit
www.customizepsp.co.uk
pinkshades05
Registered User
Posts: 36
Joined: Tue Mar 27, 2007 12:41 am

Re: [Release] AcidTech

Post by pinkshades05 »

will_hough wrote:Try uploading the files that start with 'ucp_pm_' again, then refresh your template cache. You may have missed one.
No, that didn't work. I did it twice, actually, just to make sure. I still can't edit pm's that I've already sent (individual ones, not group).
User avatar
MoLew
Registered User
Posts: 198
Joined: Fri Jul 05, 2002 7:52 pm
Location: Minnesota, U.S.A.

Re: [Release] AcidTech

Post by MoLew »

Several small changes to default styles files for RC8, may I assume a new AcidTech package will be released for RC8 soon?
User avatar
TheBuzzSaw
Registered User
Posts: 49
Joined: Tue Dec 12, 2006 9:26 am
Location: USA (Idaho)

Re: [Release] AcidTech

Post by TheBuzzSaw »

MoLew wrote:Several small changes to default styles files for RC8, may I assume a new AcidTech package will be released for RC8 soon?
Yes, I too want an RC8 version. I have a question while I'm here: does anyone know how to re-aim the site_logo.gif to a png instead? I want to use my png symbol at the top center, but I don't even know where to begin.
Amateurs go until they get it right.
Professionals go until they never get it wrong.
User avatar
carsonk
Registered User
Posts: 39
Joined: Sun May 13, 2007 4:46 pm
Contact:

Re: [Release] AcidTech

Post by carsonk »

TheBuzzSaw wrote:
MoLew wrote:Several small changes to default styles files for RC8, may I assume a new AcidTech package will be released for RC8 soon?
Yes, I too want an RC8 version. I have a question while I'm here: does anyone know how to re-aim the site_logo.gif to a png instead? I want to use my png symbol at the top center, but I don't even know where to begin.
Same here! I'd love to see a new AcidTech for RC8. :D
The Nintendo Gamers
^Click It! OR ELSE
User avatar
Arty
Former Team Member
Posts: 16654
Joined: Wed Mar 06, 2002 2:36 pm
Name: Vjacheslav Trushkin
Contact:

Re: [Release] AcidTech

Post by Arty »

Style updated to RC8.

Updated style also includes lots of changes to code not related to RC7 - RC8 update. These changes were made to make porting of some of my other old styles easier as well as creation of more complex styles without having to maintain several sets of templates. If you are updating modded forum, ignore those changes and apply exactly the same changes as in subSilver 2.
TheBuzzSaw wrote:I have a question while I'm here: does anyone know how to re-aim the site_logo.gif to a png instead? I want to use my png symbol at the top center, but I don't even know where to begin.
Change filename in imageset.cfg, then refresh imageset in control panel.
Vjacheslav Trushkin / Arty.
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
se_p800
Registered User
Posts: 72
Joined: Sun Nov 18, 2007 1:47 pm

help needed

Post by se_p800 »

Ok so my PM inbox was full and i had 8 messages awaiting (it said) so i delete a lload of messae. I then get 3 new messages and read them. Now whatever page I go on it says "Private messages - 8 new messages" I click it and I have no new private messages.??
Got a PSP? Visit
www.customizepsp.co.uk
Locked

Return to “[3.0.x] Styles in Development”