vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   IShop - Simple, Flexible, and Integrateable. (https://vborg.vbsupport.ru/showthread.php?t=109515)

ryancooper 09-30-2008 02:04 AM

IS there any way to do a mass install of items using the name of the JPG as the name of the item and giving them all a 500 point price?

shoyru 09-30-2008 02:21 AM

I got that error , anyone know , cant make ishop .php run ,

Content Encoding Error
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.
The page you are trying to view cannot be shown because it uses an invalid or unsupported form of compression.

* Please contact the website owners to inform them of this problem.

shoyru 09-30-2008 04:37 AM

fixed , thanks

ryancooper 10-01-2008 02:59 PM

Quote:

Originally Posted by MissKalunji (Post 1604128)
Step 1. Create Plugin
Hook Location : member_build_block_start
Name : Ishop Richness Profile Tab
Execution Order : 5 (I left it as default)
Plugin PHP Code :
Code:

$blocklist = array_merge($blocklist, array(
        'ishopmod' => array(
                'class' => 'ishopmod',
                'title' => 'Items',
                'hook_location' => 'profile_left_last'
        )
));

class vB_ProfileBlock_ishopmod extends vB_ProfileBlock
{
        var $template_name = 'memberinfo_block_richness';

        function confirm_empty_wrap()
        {
                return false;
        }

        function confirm_display()
        {
                return ($this->block_data['ishopmod'] != '');
        }

        function prepare_output($id = '', $options = array())
        {
                $this->block_data['ishopmod'] = 'Content to show in the tab.';
        }
}

Plugin is Active : Yes

Save

Step 2.

Then Create a Template Name : memberinfo_block_richness

Code:

<div class="alt1 block_row">
        <ul class="list_no_decoration">
<br/>
<!-- show inventory -->
<fieldset><legend><a href="ishop.php?do=ViewMember&id=$userinfo[userid]" title="$userinfo[username]'s Inventory">$userinfo[username]'s </a></legend>
<br/>
<div>
$userinfo[invrow]
<br>
</div>
</fieldset>
<!-- /show inventory -->
<div class="smallfont">$post[giftsdisplay]</div>
</ul>
</div>

Then it should appear on the left after Contact

Screenshot

Attachment 85869

And i'm using Vb Credits as Bank

I tried this but nothing shows in my members items section. Any idea what I am missing? I have th etemplate edits just like you have here. The $post[giftsdisplay] & $userinfo[invrow] Don;t seem to show up in the member section??

MissKalunji 10-01-2008 03:09 PM

Did you enable the option to show in profile? which version do you have?

ryancooper 10-01-2008 08:03 PM

MissKalunji,
Thanks for the quick reply. I am using 1.1.4 ande VB 3.7.3 Patch Level 1 and do not see a setting to show in profile in the ishop settings?

MissKalunji 10-02-2008 06:27 PM

did you set this : The maximum amount of items to display in postbit. ?

the amount that shows in postbit is the same amount that will show on profile

ryancooper 10-06-2008 01:59 PM

Quote:

Originally Posted by MissKalunji (Post 1635869)
did you set this : The maximum amount of items to display in postbit. ?

the amount that shows in postbit is the same amount that will show on profile

Yep see attachment. Thanks for you continuing help! I really want to get this to work!!

MissKalunji 10-06-2008 03:31 PM

did you do the template edit?

ryancooper 10-06-2008 03:56 PM

Yes I did. See attachemnt. I must have missed something somewhere. This is driving me crazy!!


All times are GMT. The time now is 02:59 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.01898 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete