Discussion topic for the PhpBB3 BBCodes Premod
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Discussion topic for the PhpBB3 BBCodes Premod
You forgot the
-
- BBCoder II
- Posts: 66
- Joined: 26 Apr 2010, 01:26
- BBCodes: 50
- Favourite BBCode: spoilvtitle
- Favourite MOD: AJAX Quick Edit
- Location: Pennsylvania
- Contact:
Discussion topic for the PhpBB3 BBCodes Premod
thank you so much (:
-
- BBCoder II
- Posts: 8
- Joined: 09 Mar 2012, 23:36
- BBCodes: 20
Discussion topic for the PhpBB3 BBCodes Premod
Stoker,
I've installed the premod and would like to know if it's possible to use a single picture/image for the background of the simple portal and how?
Thanks,
Mac
I've installed the premod and would like to know if it's possible to use a single picture/image for the background of the simple portal and how?
Thanks,
Mac
- Stoker
- Site Admin
- Posts: 3536
- Joined: 12 May 2008, 23:26
- BBCodes: 239
- Favourite BBCode: Anipro
- Favourite MOD: PrettyPhoto
- Location: Denmark
- Contact:
Discussion topic for the PhpBB3 BBCodes Premod
Which box do you want to have a bg image?
Board rules! No PM support
-
- BBCoder II
- Posts: 8
- Joined: 09 Mar 2012, 23:36
- BBCodes: 20
Discussion topic for the PhpBB3 BBCodes Premod
Hi Stoker,
Thanks for replying.
Principally I'm interested in the area in gray around the portal as displayed on your site X'd in the screenshot below:
The other areas/boxes I've X'd are also of interest.
I did see one site where the gray entire area around the portal was in brick but I would like to have the option of using 1 image (static) or several individual images.
Thanks for your support,
Mac
Thanks for replying.
Principally I'm interested in the area in gray around the portal as displayed on your site X'd in the screenshot below:
The other areas/boxes I've X'd are also of interest.
I did see one site where the gray entire area around the portal was in brick but I would like to have the option of using 1 image (static) or several individual images.
Thanks for your support,
Mac
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Discussion topic for the PhpBB3 BBCodes Premod
brick ? this one ? http://www.blades-place.co.uk/portal.php and it is only 1 image you can also place any image within any frame on the page.
Note that adding html codes to the frames (box's) is not wise and this should be done via .css but there is no .css for the portal.
Note that adding html codes to the frames (box's) is not wise and this should be done via .css but there is no .css for the portal.
-
- BBCoder II
- Posts: 8
- Joined: 09 Mar 2012, 23:36
- BBCodes: 20
Discussion topic for the PhpBB3 BBCodes Premod
That's the site!
Would you have the code that needs to be changed that you could pass along to me please?
Thanks,
Mac
Would you have the code that needs to be changed that you could pass along to me please?
Thanks,
Mac
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Discussion topic for the PhpBB3 BBCodes Premod
I'm using the .css method so you will need to do this for all your styles.
Open /styles/prosilver/theme/colours.css
Find: (Note your colour maybe different)
Add after colour: #536482;
Make sure your image is in the images folder you will need to clear your forum cache and browser or you wont see it.
here is a site with loads of images if you dont have one they also have animated images http://www.grsites.com/archive/textures/ just enter a email and have the image sent to you or right click.
And for se_pro theme you will need these border's viewtopic.php?f=47&t=1934&start=10
Open /styles/prosilver/theme/colours.css
Find: (Note your colour maybe different)
Code: Select all
html, body {
color: #536482;
}
Code: Select all
background-image: url("{T_THEME_PATH}/images/your image.jpg");
background-attachment:fixed;
here is a site with loads of images if you dont have one they also have animated images http://www.grsites.com/archive/textures/ just enter a email and have the image sent to you or right click.
And for se_pro theme you will need these border's viewtopic.php?f=47&t=1934&start=10
Discussion topic for the PhpBB3 BBCodes Premod
Working on my local server; I put the Premod up to see if I could get the Top stats to work and still no scroll. By looking at the problem seems to be too much jscripting going on. I also tried this from my live site on my local server. No go. Has anyone got the Top Stats to work with the Premoded setup? If so, how did you get it to go?
Thanks
Thanks