Discussion topic for the PhpBB3 BBCodes Premod

Download and support for the PhpBB3 BBCodes Premod
User avatar
martin123456
BBCoder VI
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

Post by martin123456 »

You forgot the
ImageImage

:lol: :lol: :lol:
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Discussion topic for the PhpBB3 BBCodes Premod

Post by Stoker »

Board rules! No PM support
Jessica
BBCoder II
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

Post by Jessica »

thank you so much (:
TeacherMac
BBCoder II
BBCoder II
Posts: 8
Joined: 09 Mar 2012, 23:36
BBCodes: 20

Discussion topic for the PhpBB3 BBCodes Premod

Post by TeacherMac »

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
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Discussion topic for the PhpBB3 BBCodes Premod

Post by Stoker »

Which box do you want to have a bg image?
Board rules! No PM support
TeacherMac
BBCoder II
BBCoder II
Posts: 8
Joined: 09 Mar 2012, 23:36
BBCodes: 20

Discussion topic for the PhpBB3 BBCodes Premod

Post by TeacherMac »

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:

Image

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
User avatar
martin123456
BBCoder VI
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

Post by martin123456 »

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.
TeacherMac
BBCoder II
BBCoder II
Posts: 8
Joined: 09 Mar 2012, 23:36
BBCodes: 20

Discussion topic for the PhpBB3 BBCodes Premod

Post by TeacherMac »

That's the site!

Would you have the code that needs to be changed that you could pass along to me please?

Thanks,

Mac
User avatar
martin123456
BBCoder VI
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

Post by martin123456 »

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)

Code: Select all

html, body {
	color: #536482;

}
Add after colour: #536482;

Code: Select all

background-image: url("{T_THEME_PATH}/images/your image.jpg");
background-attachment:fixed;
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
Caz
BBCoder II
BBCoder II
Posts: 20
Joined: 03 Dec 2011, 22:08
BBCodes: 20

Discussion topic for the PhpBB3 BBCodes Premod

Post by Caz »

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
Locked