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!!

MissKalunji 10-06-2008 04:07 PM

did you do this :
Quote:

Find : Inventory in Memberinfo

Then Change the Hook Location To Member_profileblock_fetch_Unwrapped

ryancooper 10-06-2008 04:31 PM

AHHH That did It! LOL THANKS A MILLION!!

Now I am using the signature addon for this that shows the items below each users signature. Is it passable to have the items in each signature show the first 7 BUT have the block in the profile show all the items?

MissKalunji 10-06-2008 05:04 PM

Great. No Problem

uhm i'm not a coder lol i don't know that much you could ask someone tho :) or pm blaine

john102774 10-07-2008 05:53 AM

Anyone else experiencing this problem?

Firefox users can not view inventory, they will only see "-->". :confused:

RedeemedWarrior 10-07-2008 08:28 AM

Quote:

Originally Posted by MysCha (Post 1631347)
i have been install this plugin
but if i click BUY
dont work

thats a javascript error

is your headinclude functional?

acast 10-24-2008 10:38 PM

Hi friends. Anybody knows how to increase the limit of the items in the member profile. When yo change the amount that you can see in the postbit, also change the amount of the member profile. Anybody knows how to destroy the limit in the member profile or increase it?

MissKalunji 10-24-2008 11:34 PM

both work together....

rapidphim 10-27-2008 02:53 PM

Can someone please provide a demo of this hack? Thanks.

jonah1892 10-27-2008 03:17 PM

Quote:

Originally Posted by shoyru (Post 1633639)
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.

how did you manage to fix this?

Markro 11-09-2008 06:53 AM

Is there a way to make it so members can purchase titles and such?

More features than just the basic icon in the post.

lostguy 11-17-2008 05:30 AM

Btw this one support Vb3.7.4 ? Pls help

LisaD1 11-26-2008 12:59 AM

Quote:

Originally Posted by ryancooper (Post 1633630)
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?

I am wondering this as well. It takes forever to do them one at a time. It would be great if they just where added then you could set the settings afterwards.

Timeout 19 12-09-2008 02:19 AM

On the iShop.php, how do I make it so the categories are alphabetized? Like so it goes down the list in alphabetical order.

Best Buy
Game Stop
Wal Mart

ect. Help anyone?

LG Alex 01-01-2009 12:32 AM

Would you mind telling me how to get iCash and iShop to work together? I have 30 pooints in ishop and i am trying to buy an item for test that cossts 10 and its not working i dont think they are integrated

DanTHEGREAT 01-05-2009 12:20 AM

how do you earn posts? where do you set permissions for points?

lorddan01 01-10-2009 01:32 PM

Hello i have vbcredits installed and i installed this which seemed to install ok but i get this message

"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."

How do i sort this?

Nova99 02-14-2009 07:29 PM

Anyone who have tested this one with Vbulletin 3.8.x???

putergirl 02-15-2009 08:11 PM

downloaded and waiting install

dai-kun 03-08-2009 07:11 AM

I had this hack ever since vb 3.5 and still using it on latest version of 3.8.1pl, works but not the ajax ordering of items..

Seiyaboy 03-10-2009 06:11 PM

Does anyone know an if condition, something like <if condition="$invrow">$post[invrow]</if>, that returns true if there is at least 1 item in the member's inventory?

ArnyVee 03-22-2009 07:04 PM

I've seen this mod working on a forum that is running 3.7.3, but I wanted to make sure that it wasn't just a forum admin that knew how to code their own and used it as a 'starting point'.

Anyone else using it (without any issues) in 3.7 or 3.8 ?

Seiyaboy 03-23-2009 03:16 PM

Quote:

Originally Posted by ArnyVee (Post 1774477)
I've seen this mod working on a forum that is running 3.7.3, but I wanted to make sure that it wasn't just a forum admin that knew how to code their own and used it as a 'starting point'.

Anyone else using it (without any issues) in 3.7 or 3.8 ?

This mod works for 3.6, 3.7, and 3.8 without problems as I have ran all 3 versions on my forum in the past. You just need an external cash/money system integrated onto your forum too for this to work properly.

LuBi 05-20-2009 08:31 PM

What a great simple modification! :D This is one of my favorite and it gets installed on every forum I touch!

forum4 06-05-2009 08:12 PM

I'm seeing forums with the same items. Where do we get inventory from, or do we really have to create each item?

No, I'm not a graphic designer :D

Yes, I do see there are some items with the install, just wondering where there are more feminine ones.

kotlt99 07-19-2009 04:50 PM

Quote:

Originally Posted by Colin-Roberts (Post 1610063)
I'm getting this error..


I haven't edited any of the files unless said so.

Code:

Parse error: syntax error, unexpected ';' in /home/thomasb/public_html/forums/ishop.php(281) : eval()'d code on line 57
So do I. Anybody can help me?
I'm running VBB 3.8

u3a3e3 08-13-2009 04:54 PM

I'm using script Ishop and it's awesome
but I need one help
how to delete members items by the administrator
I've searched everywhere but I couldn't find a way to delete members items
I appreciate your help

Wormow 11-12-2009 08:22 AM

I can't seem to get iShop to appear on the navbar.

Blaine0002 11-17-2009 05:43 AM

i have an updated version ill be uploading soon.. for 3.7.x and 3.8.x

ShawneyJ 11-17-2009 08:04 AM

Quote:

Originally Posted by Blaine0002 (Post 1915732)
i have an updated version ill be uploading soon.. for 3.7.x and 3.8.x

sweet thanks. i have been using this for ages. cant wait for the new ishop. will you be making a new thread? im guessing so.

rungok 11-17-2009 12:57 PM

The thread says that the software was last updated in 2007. Maybe you should update that date to avoid confusion?


All times are GMT. The time now is 10:33 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.02043 seconds
  • Memory Usage 1,820KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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