Looking for assistance putting images on Index page

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
Post Reply
yyzeigsi
Registered User
Posts: 6
Joined: Sun Sep 16, 2018 10:27 pm

Looking for assistance putting images on Index page

Post by yyzeigsi »

Hi,

Looking for help to put a 3x23 cell with 250x60 images that I am able to incorporate links to. I want to put this functions on my home page of my forum page. Like a ad space

Thanks
Last edited by thecoalman on Sun Sep 16, 2018 10:38 pm, edited 1 time in total.
Reason: Moved to styles support and changed to descriptive title.
yyzeigsi
Registered User
Posts: 6
Joined: Sun Sep 16, 2018 10:27 pm

Re: Looking for assistance putting images on Index page

Post by yyzeigsi »

Is there a way for me to put a table below the header and right above the where my forum starts?
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Looking for assistance putting images on Index page

Post by Lumpy Burgertushie »

you edit the overall_header.html file but you don't use tables, you use divs.
also, there is a extension for advertising that will do it all automatically for you via the admin panel.

robret
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
yyzeigsi
Registered User
Posts: 6
Joined: Sun Sep 16, 2018 10:27 pm

Re: Looking for assistance putting images on Index page

Post by yyzeigsi »

what extension is possible? can't seem to find one that works
yyzeigsi
Registered User
Posts: 6
Joined: Sun Sep 16, 2018 10:27 pm

Re: Looking for assistance putting images on Index page

Post by yyzeigsi »

Am I looking to put in the end of the overall_header.html file?
how do I assign image and a link associated with image?
.divTable{
display: table;
width: 100%;
}
.divTableRow {
display: table-row;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;}
.divTableCell, .divTableHead {
border: 1px solid #999999;
display: table-cell;
padding: 3px 10px;
}
.divTableHeading {
background-color: #EEE;
display: table-header-group;
font-weight: bold;
}
.divTableFoot {
background-color: #EEE;
display: table-footer-group;
font-weight: bold;
}
.divTableBody {
display: table-row-group;
}
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco
Contact:

Re: Looking for assistance putting images on Index page

Post by 3Di »

Please surround codes with the appropriated BBcode, in this case: CODE. Thx.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: Looking for assistance putting images on Index page

Post by Lumpy Burgertushie »

don't use tables just use divs and yes the bottom of the overall_header.html file.

you can then put the css for your html in one of the css files, doesn't really matter which one but the bottom common.css would work.

robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
yyzeigsi
Registered User
Posts: 6
Joined: Sun Sep 16, 2018 10:27 pm

Re: Looking for assistance putting images on Index page

Post by yyzeigsi »

Thank You Everyone for there input, I was able to make it work

thanks
Post Reply

Return to “[3.2.x] Styles Support & Discussion”