Premium Page - ThemesCorp.com [Deleted]

Love it @Allan - made my own page for upgrades, and it wasn't very good, so this will solve a lot of issues for a lot of people... (y)
Integrating it into user upgrades will be a very good idea..
 
yeah the table design currently looks horrendous.

Best would be if there was an option to choose the table design from a few choices. Maybe then I'd buy this too :)

oh and direct integration with the payment processing would be nice... not just a link to account upgrades...
 
Allan updated Premium Page - ThemesCorp.com with a new update entry:

New option - v1.0.3

New Release: 1.0.3

- FontAwesome has been updated to latest version (4.6.3)
- The tab "Premium" is now phrased (For edit, find "tc_premium_page" phrase)
- Announcement: Display an ad on the top on Premium page (You can use HTML)
- Use now Color palette in style Properties
- Style Properties: New Group (Easy for edit the border color to columns)

View attachment 138015

View attachment 138016

View attachment 138017

View attachment 138014

Read the rest of this update entry...
 
37221831955c47cd8e67ed2c208fb3cb.png
i try to install it and that give me error
http://prnt.sc/crbnke
 
Allan updated Premium Page - ThemesCorp.com with a new update entry:

Add-on writing, use now User Upgrades - 1.1.0

ATTENTION, You don't have to update the addon!

A big part of the add-on has been written, you must first uninstall the add-on, remove the files.
After this, you can uploaded the new files and then import the XML file.

New release 1.1.0


- Now, the add-on uses the User Upgrades system to XenForo !

You must create User Upgrade in your AdminCP (See User Upgrades), then you go to the add-on options, select a...

Read the rest of this update entry...
 
2016-10-22_110016.webp 2016-10-22_110200.webp
Code:
                    <xen:if is="{$item.purchasable}">
                        <xen:include template="tc_premium_purchase">
                            <xen:map from="$item.upgrade" to="$upgrade" />
                            <xen:map from="$item.purchase" to="$title" />
                            <xen:set var="$payPalUrl">https://www.paypal.com/cgi-bin/webscr</xen:set>
                        </xen:include>
                    
                    <xen:else />
                    <xen:if is="{$xenOptions.tc_premium_column1_external_link_purchase}">
                        <a href="{$xenOptions.tc_premium_column1_external_link_purchase}" class="button">{$xenOptions.tc_premium_column1_text_purchase}</a>
                    </xen:if>
                    </xen:if>
 
View attachment 142517 View attachment 142518
Code:
                    <xen:if is="{$item.purchasable}">
                        <xen:include template="tc_premium_purchase">
                            <xen:map from="$item.upgrade" to="$upgrade" />
                            <xen:map from="$item.purchase" to="$title" />
                            <xen:set var="$payPalUrl">https://www.paypal.com/cgi-bin/webscr</xen:set>
                        </xen:include>
                   
                    <xen:else />
                    <xen:if is="{$xenOptions.tc_premium_column1_external_link_purchase}">
                        <a href="{$xenOptions.tc_premium_column1_external_link_purchase}" class="button">{$xenOptions.tc_premium_column1_text_purchase}</a>
                    </xen:if>
                    </xen:if>
It's only the link, not the text.
 
Add this in EXTRA.css:
Code:
.navTabs .premium {
    display: none;
}
That will hide for all users.I want to hide only from guests
For what reason is the user privilege at group permissions if we can't hide from guests? (n)
 
Top Bottom