The Arcive of vBulletin Modifications Site. |
|
Sections for logged in users in GTCustom Pages Details »»
|
|||||||||||||||||||||||||||
|
Sections for logged in users in GTCustom Pages
Developer Last Online: Sep 2012
This mod modifies GTCustom Pages, you can download it here:
https://vborg.vbsupport.ru/showthread.php?t=108583 More information here: https://vborg.vbsupport.ru/showthread.php?t=108586 I was working on a quick project and there was 3 buy now buttons that needed to show up only for members who are logged in. With a little modification to this hack you can do this: First find or download goto.php that comes with this package and open it with your favourite text editor. Find: PHP Code:
Add these lines after them: PHP Code:
PHP Code:
Then you need another phrase called: gtcustom_YOUR_CUSTOM_PAGE_user_not_logged_in And put the text for when the user is not logged in or not a memeber, for instance: (HTML alowed) HTML Code:
You must be logged in to purchase this item.<br />
Please take a moment to login or register.
HTML Code:
Some info about the item that you want to sell... __START_USER_SECTION__ <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> ... </form> __END_USER_SECTION__ Some other item info... __START_USER_SECTION__ <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd" value="_s-xclick"> ... </form> __END_USER_SECTION__ Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
<font color="Red">*Reserved*</font>
|
|
#3
|
||||
|
||||
|
I've recently dabbled in the custom page realm and I think this may assist me a bit here and there...
Time & Effort on this deserves a click and vote... ![]() P.S ....>>> screenshots with your additions? |
|
#4
|
||||
|
||||
|
tks for share!
all the best beduino |
|
#5
|
|||
|
|||
|
thanks a lot ----- need screen shots
|
|
#6
|
||||
|
||||
|
screenshots will be nice please
|
![]() |
|
|