vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - iTrader - Automatically add "Deal URL" to rating page (https://vborg.vbsupport.ru/showthread.php?t=295226)

LifesGreatestGift 02-17-2013 11:00 PM

iTrader - Automatically add "Deal URL" to rating page
 
1 Attachment(s)
this automatically adds the URL to the iTrader "Submit Feedback" page.

Note: jQuery will need to be loaded.

edit plugin iTrader postbit (postbit_display_complete)

Find:
PHP Code:

        $templater vB_Template::create('itrader_rate_trade');
                
$templater->register('itrader'$itrader);
                 
$templater->register('post'$post);
        
$template_hook['postbit_controls'] .= $templater->render(); 

Replace With:
PHP Code:

        $templater vB_Template::create('itrader_rate_trade');
                
$templater->register('itrader'$itrader);
                 
$templater->register('post'$post);
              
$templater->register('thread'$thread);
        
$template_hook['postbit_controls'] .= $templater->render(); 

edit template itrader_feedback

Find:
Code:

{vb:raw footer}
Replace With:
Code:

{vb:raw footer}

<script>
$(document).ready(function() {
        $.extend({
          getUrlVars: function(){
                var vars = [], hash;
                var hashes = window.location.href.slice(window.location.href.indexOf('?') + 1).split('&');
                for(var i = 0; i < hashes.length; i++)
                {
                  hash = hashes[i].split('=');
                  vars.push(hash[0]);
                  vars[hash[0]] = hash[1];
                }
                return vars;
          },
          getUrlVar: function(name){
                return $.getUrlVars()[name];
          }
        });

        var ref_url = $.getUrlVar('ref_url');

if (ref_url != '' && ref_url != null) {
        $("input[name=dealurl]").val("{vb:raw vboptions.bburl}{vb:if "$vboptions['bburl']", '/', ''}showthread.php?t="+ref_url);
}
});
</script>

edit template itrader_rate_trade

Replace All With:
Code:

<a href="{vb:raw vboptions.bburl}/itrader_feedback.php?{vb:raw session.sessionurl}u={vb:raw post.userid}&ref_url={vb:raw thread.threadid}" style="background: url(images/itrader/icon_positive.png) no-repeat transparent left;padding-left: 20px;">{vb:rawphrase itrader_rate_seller}</a>
        <span class="seperator">&nbsp;</span>


Now, when a user is viewing a thread, and clicks the "Rate Seller" link, when they go to the following page, the Deal thread URL: (Optional) will be populated with the thread URL.

datoneer 02-18-2013 07:09 PM

Great job man!

thang28101993 04-28-2013 01:51 PM

Dear Sir,

Please help me check again! I can't found plugin iTrader postbit (postbit_display_complete) in any where?

Thanks!


All times are GMT. The time now is 10:32 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.01220 seconds
  • Memory Usage 1,723KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete