News:

Wondering if this will always be free?  See why free is better.

Main Menu

Paypal "subscription" button

Started by Rogerd, January 20, 2017, 08:26:18 AM

Previous topic - Next topic

Rogerd

Hi...I wonder if someone could help me with a paypal subscription button, I've got the button up and running in the header of my forum, trouble is it's shown to guests, could someone tell what and where I need to add some code so guests don't see the button, thank's in advance.
SMF 2.0.13 and using default theme.

vbgamer45

You would need to place the code in the following
if (!$user_info['is_guest'])
{
// your paypal code echoed here

}
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Rogerd

Quote from: vbgamer45 on January 20, 2017, 10:10:35 AM
You would need to place the code in the following
if (!$user_info['is_guest'])
{
// your paypal code echoed here

}


Thank's for the reply but I've no idea what that means, sorry to be so thick lol

Kindred

Well, how did you put the paypal button in the header of your site?
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Rogerd

Quote from: Kindred on January 20, 2017, 11:19:26 AM
Well, how did you put the paypal button in the header of your site?

I didn't, someone did it for me, unfortunately he's not available at the moment, and it was only recently I noticed it was view-able by guests.

Rogerd

Here is the paypal button code, would anyone be kind enough to copy it and paste it back into a post with the code in place so the button won't be seen by guests, thanks.

echo '
       
       </form>
       <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="padding-top: 50px;">
       <input type="hidden" name="cmd" value="_s-xclick">
       <input type="hidden" name="hosted_button_id" value="*************">
       <input type="image" src="http://www.********************/Website%20Integrated%20Pictures/subscribeCC_LG.png" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!"
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
       </form>';


vbgamer45

change to

if (!$user_info['is_guest'])
echo '
       
       </form>
       <form action="https://www.paypal.com/cgi-bin/webscr [nofollow]" method="post" target="_top" style="padding-top: 50px;">
       <input type="hidden" name="cmd" value="_s-xclick">
       <input type="hidden" name="hosted_button_id" value="*************">
       <input type="image" src="http://www [nofollow].********************/Website%20Integrated%20Pictures/subscribeCC_LG.png" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!"
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif [nofollow]" width="1" height="1">
       </form>';

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Shambles

The first </form> may need to be outside the conditional check...?

vbgamer45

That's right

Should be this instead


echo '</form>';

if (!$user_info['is_guest'])
echo '
             
       <form action="https://www.paypal.com/cgi-bin/webscr [nofollow]" method="post" target="_top" style="padding-top: 50px;">
       <input type="hidden" name="cmd" value="_s-xclick">
       <input type="hidden" name="hosted_button_id" value="*************">
       <input type="image" src="http://www [nofollow].********************/Website%20Integrated%20Pictures/subscribeCC_LG.png" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!"
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif [nofollow]" width="1" height="1">
       </form>';
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Rogerd

Thank's for that but the button doesn't show for anyone now, even admins, it just shows a tiny sqaure where the button should be, see attachment.

Illori

you need to add $user_info to the globals.

Rogerd


vbgamer45

Add before the code
global $user_info;
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Rogerd

Thank's for trying to help but I'm getting errors now, will have to wait until the chap who put the button up is available.

Shambles

What kind of errors?

Attach the file you've been editing (to your next post) and it will be sorted out for you.

Rogerd


Shambles


Rogerd

No that doesn't work, still no button, the code looks exactly the same as the index template I posted up.

Kindred

no, it's not the same...    he added the global in the declarations at the top of the function.
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Rogerd

Perhaps we should start again, using the code below the button appears ok, but can be seen by guests, can someone add the code to this so guests cannot see the button, thanks.
Kindred. if it is different it's still not showing the button.

  echo '
       
      </form>
      <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="padding-top: 50px;">
      <input type="hidden" name="cmd" value="_s-xclick">
      <input type="hidden" name="hosted_button_id" value="T6AJ5VJND97YJ">
      <input type="image" src="http://www.rogers-relics-uk.com/Website%20Integrated%20Pictures/subscribeCC_LG.png" border="0" name="submit" alt="PayPal  The safer, easier way to pay online!">
      <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
      </form>';

Kindred

Code (replace that with this) Select

echo '</form>';

if ($context['user']['is_logged'])
echo '
             
       <form action="https://www.paypal.com/cgi-bin/webscr [nofollow]" method="post" target="_top" style="padding-top: 50px;">
       <input type="hidden" name="cmd" value="_s-xclick">
       <input type="hidden" name="hosted_button_id" value="*************">
       <input type="image" src="http://www [nofollow].********************/Website%20Integrated%20Pictures/subscribeCC_LG.png" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!"
<img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif [nofollow]" width="1" height="1">
       </form>';

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Rogerd

The paypal button has disappeared again (cannot be viewed by admin or members) using that code.

Chen Zhen


What Kindred just posted should work.

This is more or less the same but corrected for XHTML (assuming we are working with the file prior to you editing it in this thread):

echo '
</form>', $context['user']['is_logged'] ? '
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top" style="padding-top: 50px;">
<input type="hidden" name="cmd" value="_s-xclick" />
<input type="hidden" name="hosted_button_id" value="T6AJ5VJND97YJ" />
<input type="image" src="http://www.rogers-relics-uk.com/Website%20Integrated%20Pictures/subscribeCC_LG.png" style="border:0;" name="submit" alt="PayPal  The safer, easier way to pay online!" />
<img alt="" style="border:0;width: 1px;height: 1px;" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" />
</form>' : '';

My SMF Mods & Plug-Ins

WebDev

"Either you repeat the same conventional doctrines everybody is saying, or else you say something true, and it will sound like it's from Neptune." - Noam Chomsky

Rogerd

You are a genius, that worked a treat, thank you Chen Zhen and all others who tried to help me, sorry for all the hassle though lol

Kindred

If that worked, then what I posted would have worked... 
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Rogerd

Quote from: Kindred on January 20, 2017, 09:47:21 PM
If that worked, then what I posted would have worked... 

I'm afraid I don't know enough about coding to argue with you kindred lol, but the button couldn't be seen by anybody after pasting in your code, but never mind as I'm happy it's now working after pulling most of my hair out, thank's again all.

SaltedWeb

I know this topic is old, but you could have your paypal button forward to a page thats not seen by guests via permissions.
You could then even give a small explanations on the page.  If you have a portal of some kind they usually have pages built in making what I said easier. Just thought in case anyone else was wanting it, would put it out if it was not already obvious to try.

SW


Knowing your limitations makes you human, exceeding these limitations makes you worthy of being human.

Advertisement: