HTML help -- Still need help on this please :)

Need some custom code changes to the phpBB core simple enough that you feel doesn't require an extension? Then post your request here so that community members can provide some assistance.

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTE: NO OFFICIAL SUPPORT IS PROVIDED IN THIS SUB-FORUM
Eden0228
Registered User
Posts: 8
Joined: Sun Jul 23, 2017 7:51 pm

HTML help -- Still need help on this please :)

Post by Eden0228 »

I need to add a small button advertisement for listing my site with a website, like an affiliate button. It needs to be on the board index page. Can someone please point me in the right direction of where to insert the code?

Placement isn't all that important, although I would like it to be at the bottom.

www.waysiderpg.com

Thank you so much! And I'm sorry for the newbie question.

Edit: I would prefer it in the footer
Last edited by Eden0228 on Sat Aug 12, 2017 11:48 pm, edited 2 times in total.
User avatar
janus_zonstraal
Registered User
Posts: 6617
Joined: Sat Aug 30, 2014 1:30 pm

Re: HTML help pretty please :) I'm sure it is simple.

Post by janus_zonstraal »

Placement isn't all that important, although I would like it to be at the bottom.
There are 3 parts/files in your index page,
Header, middle and footer, so only if you give us the exact place where you want it we can help
Sorry! My English is bat ;) !!!
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: HTML help pretty please :) I'm sure it is simple.

Post by 3Di »

You should ask in the forum devoted to Custom Coding IMO.
🆓 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
Eden0228
Registered User
Posts: 8
Joined: Sun Jul 23, 2017 7:51 pm

Re: HTML help pretty please :) I'm sure it is simple.

Post by Eden0228 »

3Di wrote: Sun Jul 30, 2017 4:59 am You should ask in the forum devoted to Custom Coding IMO.
I shall move my question there then :) Thanks for helping me out!
Eden0228
Registered User
Posts: 8
Joined: Sun Jul 23, 2017 7:51 pm

Re: HTML help -- Still need help on this please :)

Post by Eden0228 »

Still haven't googled my way out of this one.
User avatar
janus_zonstraal
Registered User
Posts: 6617
Joined: Sat Aug 30, 2014 1:30 pm

Re: HTML help -- Still need help on this please :)

Post by janus_zonstraal »

Eden0228 wrote: Sat Aug 12, 2017 11:50 pm Still haven't googled my way out of this one.
You don't give answers on the questions and you don't ask them on the right place, as suggested, so....
Sorry! My English is bat ;) !!!
Eden0228
Registered User
Posts: 8
Joined: Sun Jul 23, 2017 7:51 pm

Re: HTML help -- Still need help on this please :)

Post by Eden0228 »

janus_zonstraal wrote: Sun Aug 13, 2017 6:15 am
Eden0228 wrote: Sat Aug 12, 2017 11:50 pm Still haven't googled my way out of this one.
You don't give answers on the questions and you don't ask them on the right place, as suggested, so....
I'm sorry, someone asked if I would like to put this in the header, middle or footer. I said footer. Someone suggested I should move this question to custom coding. This thread is now in custom coding (At least on my board it is). What exactly am I doing wrong?
User avatar
janus_zonstraal
Registered User
Posts: 6617
Joined: Sat Aug 30, 2014 1:30 pm

Re: HTML help -- Still need help on this please :)

Post by janus_zonstraal »

Ok my bad,
Where in the footer do you want the code?
Sorry! My English is bat ;) !!!
Eden0228
Registered User
Posts: 8
Joined: Sun Jul 23, 2017 7:51 pm

Re: HTML help -- Still need help on this please :)

Post by Eden0228 »

Maybe above where it says:

Powered by phpBB® Forum Software © phpBB Limited
*Hexagon style by MannixMD
User avatar
janus_zonstraal
Registered User
Posts: 6617
Joined: Sat Aug 30, 2014 1:30 pm

Re: HTML help -- Still need help on this please :)

Post by janus_zonstraal »

Than look for the overall_footer.html of your style in /styles/Hexagon/template
Search for

Code: Select all

<div class="copyright">
And place your code above that line
Sorry! My English is bat ;) !!!
Eden0228
Registered User
Posts: 8
Joined: Sun Jul 23, 2017 7:51 pm

Re: HTML help -- Still need help on this please :)

Post by Eden0228 »

janus_zonstraal wrote: Sun Aug 13, 2017 5:13 pm Than look for the overall_footer.html of your style in /styles/Hexagon/template
Search for

Code: Select all

<div class="copyright">
And place your code above that line
Thanks very much! You are a life saver!

Return to “phpBB Custom Coding”