Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Bullseye
BBCoder IV
Posts: 153 Joined: 02 Apr 2010, 20:49
Location: England
Post
by Bullseye » 25 Apr 2010, 01:48
I have done all the edits for this mod except for the very last one where it says:
Find:
Add after:
In styles/prosilver/theme/stylesheet.css
I can't seem to find:
Is there a reason for this?
Thanks in advance,
John
ps. here's the link to the mod in question:
http://www.phpbb.com/community/viewtopi ... &t=1825475
cisco007
BBCoder VI
Posts: 1015 Joined: 16 Mar 2010, 18:14
Location: Don't really know!
Post
by cisco007 » 25 Apr 2010, 02:26
would this be on the stylesheet.css for a style you were working on, otherwise how is your style showing? since the stylesheet.css is were all the .css files for prosilver are listed! but anyways. what does your stylesheet.css have? you can just add the edit anywhere at the end of the previous @import it doesn't really have to be the one the edit says specially if you have other mods installed!
Bullseye
BBCoder IV
Posts: 153 Joined: 02 Apr 2010, 20:49
Location: England
Post
by Bullseye » 25 Apr 2010, 02:57
I can't find any '@imports' in the stylesheet.css file....
cisco007
BBCoder VI
Posts: 1015 Joined: 16 Mar 2010, 18:14
Location: Don't really know!
Post
by cisco007 » 25 Apr 2010, 03:08
I know what mod it is, can you post up in between code tags an example of what your prosilver/theme/stylesheet.css has in it!?
Bullseye
BBCoder IV
Posts: 153 Joined: 02 Apr 2010, 20:49
Location: England
Post
by Bullseye » 25 Apr 2010, 03:46
I can't post the whole file in text on here as it exceeds the character limit, but here's the the file:
Inner Circle
BBCoder III
Posts: 107 Joined: 20 Mar 2010, 20:25
Location: Germany
Contact:
Post
by Inner Circle » 25 Apr 2010, 03:57
Do you make the edits directly in the filesystem or through ACP?
anyway, just put the import code for the gallery.css there. it should work
cisco007
BBCoder VI
Posts: 1015 Joined: 16 Mar 2010, 18:14
Location: Don't really know!
Post
by cisco007 » 25 Apr 2010, 04:52
wow that is some stylesheet.css, have you added all the .css files edits to this one .css file?
anyways find:
Code: Select all
/* phpBB 3.0 Style Sheet
--------------------------------------------------------------
Style name: proSilver
Based on style: proSilver (this is the default phpBB 3 style)
Original author: subBlue ( http://www.subBlue.com/ )
Modified by:
Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
--------------------------------------------------------------
*/
add the edit after it!
Steve
BBCoder VI
Posts: 863 Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers
Post
by Steve » 25 Apr 2010, 15:50
Bullseye , what style is this stylesheet from ? also noticed your forum is on phpbb3 version 3.0.4 ,make sure any mods you install are compatible.
if @import does not work in the stylesheet add it in the overall_Header.html
find:
Code: Select all
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
add before:
Code: Select all
<link href="{T_THEME_PATH}/gallery.css" rel="stylesheet" rel="stylesheet" type="text/css" media="screen, projection" />
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!