MyBB Community Forums

Full Version: Upgrade page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I need a upgrade page. Is there any template? Where i can enter my image link and the link to click on behind the pic? and a place to add the details. If there isnt i am willing to pay a few dollars for a template to be made.

I already have a upgrade.php page made, with this code in it http://prntscr.com/8ypvt5 the page currently looks like this http://prntscr.com/8ypw2n that is what i set it to say as you can see. I would like to replace that with a pic and a thing where when you click on the link it brings you to a buy page. On the side next to the image, i need to have a the perks of buying that rank. Thanks

Anyone?

Bump still needed
Ok just replace the "COMING SOON"

With: <a href="THE LINK TO THE BUY PAGE HERE"><img src="LINK TO THE IMAGE"></a>

As for the perks you can either float them to the side or create a column using CSS.
<tr>
<td class="trow1"><a href="buy.php">Click here to buy an upgrade!</a>
<div style="float: right;">
<li>Feature 1</li>
<li>Feature 2</li>
</div>
</td>
</tr>
(2015-11-03, 09:27 PM)Whiteout Wrote: [ -> ]I need a upgrade page. Is there any template? Where i can enter my image link and the link to click on behind the pic? and a place to add the details. If there isnt i am willing to pay a few dollars for a template to be made.

I already have a upgrade.php page made, with this code in it http://prntscr.com/8ypvt5 the page currently looks like this http://prntscr.com/8ypw2n that is what i set it to say as you can see. I would like to replace that with a pic and a thing where when you click on the link it brings you to a buy page. On the side next to the image, i need to have a the perks of buying that rank. Thanks

Anyone?

Bump still needed

still need help? if so pm me. so you can send me what you go so far. I may be able to help. 

also include these details please:
does it use bootstrap?
does it use mybb's main css.
is it a page that gives details about the product and then when the link is clicked it takes them to a page where they pay or get upgraded to a higher level or such.

i can probally help with this. just need some details.