Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-10-2011, 10:59 PM
MyDroidWorld MyDroidWorld is offline
 
Join Date: Dec 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Usergroup Conditional PayPal Donate button

Im looking for a paypal donate button mod that can be used for certain usergroups and displayed in user postbit. I have searched a lot of places and have yet to find one. I tried converting one from 3.8.1 but could not get it to function properly. That could be in part do to my amateur coding abilities. I have posted the code below as an example if anyone thinks it could work.

This was originally taken from this mod - https://vborg.vbsupport.ru/showthrea...highlight=beer

Code:
<vb:if condition="is_member_of($vbulletin->userinfo, 6,12,21)">
<vb:if condition="$post['field8']"> <div class=?info?>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=<dd>{vb:raw post.field8}</dd>&item_name=Donate&amount=3%2e00&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8" target="_blank" rel="nofollow" title="Donate"><img alt="Please Donate" border="0" src="http://www.mydroidworld.com/forumimages/donate.png" border="0"/>
</div></vb:if>	
        </vb:if>
Reply With Quote
  #2  
Old 09-11-2011, 12:59 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try this:
HTML Code:
<vb:if condition="is_member_of($bbuserinfo, 6,12,21) AND $post['field8']">
  <div class=”info”>
    <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=<dd>{vb:raw post.field8}</dd>&item_name=Donate&amount=3%2e00&no_shipping=0&no_note=1&tax=0&currency_code=USD&lc=US&bn=PP%2dDonationsBF&charset=UTF%2d8" target="_blank" rel="nofollow" title="Donate"><img alt="Please Donate" border="0" src="http://www.mydroidworld.com/forumimages/donate.png" border="0"/>
  </div>
</vb:if>
Reply With Quote
  #3  
Old 09-11-2011, 01:19 AM
MyDroidWorld MyDroidWorld is offline
 
Join Date: Dec 2009
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks! I really appreciate you taking the time to fix the code.

It kinda worked, its not visable to anyone but the selected usergroups and only takes me to the main paypal page. I have set a new userprofile that I thought I had coded correctly to pull from that profile but for some reason it is not. Maybe I need to start over from scratch... As dumb as it sounds Ive been working on this all day...lol

Edit: the more I think about it I may be going about this incorrectly. Can you let me know if Im on the right path or should I start over from scratch?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:21 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03326 seconds
  • Memory Usage 2,182KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (3)postbit
  • (3)postbit_onlinestatus
  • (3)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete