Page 3 of 5

Discussion topic for the PhpBB3 BBCodes Premod

Posted: 21 Mar 2012, 04:25
by martin123456
You forgot the
ImageImage

:lol: :lol: :lol:

Discussion topic for the PhpBB3 BBCodes Premod

Posted: 21 Mar 2012, 10:11
by Stoker

Discussion topic for the PhpBB3 BBCodes Premod

Posted: 21 Mar 2012, 16:54
by Jessica
thank you so much (:

Discussion topic for the PhpBB3 BBCodes Premod

Posted: 23 Mar 2012, 22:59
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

Discussion topic for the PhpBB3 BBCodes Premod

Posted: 24 Mar 2012, 11:20
by Stoker
Which box do you want to have a bg image?

Discussion topic for the PhpBB3 BBCodes Premod

Posted: 24 Mar 2012, 19:27
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

Discussion topic for the PhpBB3 BBCodes Premod

Posted: 24 Mar 2012, 20:50
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.

Discussion topic for the PhpBB3 BBCodes Premod

Posted: 25 Mar 2012, 00:36
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

Discussion topic for the PhpBB3 BBCodes Premod

Posted: 25 Mar 2012, 01:21
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

Discussion topic for the PhpBB3 BBCodes Premod

Posted: 31 Mar 2012, 16:04
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