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)

BigDog56 06-30-2007 10:40 AM

Quote:

Originally Posted by BigDog56 (Post 1278717)
Installed it, but the images do not show up in the person's postbit. Everything else seems to be fine...
Edit... Found it.

Ok, I see what people are talking about on the table width. Mine are like that too. No big deal to me, I don't think most of my members will even notice.

One thing I would like on this thought is if you "Donate" a gift to someone they get a pm stating that they got a gift and who sent it.

BigDog56 06-30-2007 10:48 AM

Here is a few extra images for the "Items"

deezelpope 06-30-2007 11:19 AM

Oh CUTE!!! Well done, Big Dog!!

There's more here, too...:D Look for my posts...;)


https://vborg.vbsupport.ru/showthrea...ht=IShop+items

SBlueman 06-30-2007 01:55 PM

Just installed this....and I have some questions:

Is there a way to notify people (via PM?) when a member donates something to them?

Is there a way to see a comment as to why the item was donated instead of the item name when you hover over the item in the postbit?

deezelpope 06-30-2007 02:35 PM

Manually, but nothing automatic yet.

Nope.

SBlueman 06-30-2007 03:19 PM

Bummer......having those features would take this mod over the top IMO.

deezelpope 06-30-2007 03:21 PM

Yeah, it'd be nice. Of course, then it'd be just like vPlaza.;)

SBlueman 06-30-2007 04:38 PM

And you can see how many people have been looking for/requesting vPlaza.

deezelpope 06-30-2007 04:50 PM

Oh heavens yes.:rolleyes:

SBlueman 06-30-2007 08:55 PM

So is anyone working on an add-on to add these features to this great mod?

BigDog56 06-30-2007 09:07 PM

Quote:

Originally Posted by deezelpope (Post 1279832)
Oh CUTE!!! Well done, Big Dog!!

There's more here, too...:D Look for my posts...;)


https://vborg.vbsupport.ru/showthrea...ht=IShop+items

COOL! Thank you! Is there a mod for ribbons? I was part of another forum that had them.

deezelpope 06-30-2007 09:13 PM

<i>Nooo, you don't need another mod...just use this one. Make a ribbon category. That's what I did.</i>

deezelpope 06-30-2007 09:15 PM

Do you need the ribbons? Or the notepad telling what they stand for?

Notepad should be in there.

BigDog56 07-03-2007 11:35 PM

Quote:

Originally Posted by deezelpope (Post 1280148)
Do you need the ribbons? Or the notepad telling what they stand for?

Notepad should be in there.

Thank you very much again! I will work on this this weekend..
EDIT! Done it, thank you again!

Tanabe 07-06-2007 07:28 AM

I need some support on the template changes made to the postbit.

I added this code

Code:

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

In my users signature areas. But the thing is that some of the members inventory area is not displaying. I noticed that in a lot of the new members signature areas and all the old members inventories are still visible. I already tried clearing out the signature cache but not luck. I have two skins, one is the default and the other is a custom one. The inventory for those members don't show up on either skin. I checked the coding and made sure I entered it right but it still not showing up for the new members? I'm running a 3.6.7 board so Im' thinking that might be it?

Blaine0002 07-06-2007 08:08 PM

Thats probably it, I would hold off on instaling untill I upgrade.

McCarroll21 07-10-2007 01:25 AM

Is there a way to add an if condition to not show the inventory in a postbit if the poster doesn't have an inventory?
Code:

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

I added the above code, but I would like to not show it if there isn't an inventory.

Edit: I guess I should add that I'm trying to get this done on a postbit legacy template and I am using 3.6.7, though I'm not too sure if it really matters.

I looked at YAAS product to see if I could figure out how to add their if condition in and got lost and didn't want to mess anything up.

whitevans1 07-11-2007 01:26 AM

How can I put this in my navbar becasue the code <td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td> Is not in my template.

McCarroll21 07-11-2007 05:33 AM

Just add this wherever you want the link in your navbar.

PHP Code:

<td class="vbmenu_control"><a href="ishop.php$session[sessionurl_q]">iShop</a></td


Rated 07-11-2007 05:08 PM

Hey all,

This mod is very cool, installed it yesterday while I was at work (I goof off alot).

I had to edit a few templates to get it working properly in the User Profile...I added:

In MEMBERINFO find:

<div style="padding:$stylevar[formspacer]px">
$vbphrase[referrals]: <strong>$referrals</strong>
</div>
</div>

Below add:

$vboptions[icashn]: $post[money]
Banked $vboptions[ibank_moneyname]: $post[bankmoney]
<br>
<a href="donate.php?$session[sessionurl]to=$post[username]">Donate</a>

In same template find:

<!-- / signature row -->

Below Add:

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

In HEADER find:

<!-- /Header -->
<div id="tborder_bg">
<div id="tborder_left">

Below add:

<center><strong><a <td class="vbmenu_control"><a href="ishop.php">Shop</a><a href="ibank.php">/Bank</a></td><center><strong>
<div id="tborder_right">


The first edit will show 'Gil: 6.00 Banked Gil: 21.00 Donate' on bottom of 'Forum Info' box in User Profile.

The second edit will show the members inventory under the sig in the User Profile.

The third edit will put links directly under the navbar and will look like this 'Shop/Bank' Live Demo

One issue I'm having is with the Inventory box listed in the second edit...you can't see the inventory in the inventory box, but you can see the inventory by clicking the Inventory link.

So I editted this:

In MEMBERINFO edit the data that was entered in the second edit above to read:

<!-- / signature row -->
<!-- show inventory -->
<legend><a href="ishop.php?do=ViewMember&id=$post[userid]" title="$post[username]'s Inventory">$post[username]'s Inventory</a></legend>

$post[invrow]

<br>

<!-- /show inventory -->

This will center the 'User's Inventory' link without an image box.

I've tried a few different things but I can't seem to figure out why the images won't show with the image box there. If anyone has any ideas regarding this, please let me know. I hope these edits offer some help to those who need it. :D

McCarroll21 07-11-2007 11:24 PM

Is there any way to re-code this so that it doesn't have the $ishopleft, $ishopmiddle, $ishopright placed in the coding?

My page stretches in IE when viewing ishop and it makes it hard to know what's causing it when all these different things are placed in different areas.

Rated 07-12-2007 01:30 AM

Quote:

Originally Posted by McCarroll21 (Post 1288726)
Is there any way to re-code this so that it doesn't have the $ishopleft, $ishopmiddle, $ishopright placed in the coding?

My page stretches in IE when viewing ishop and it makes it hard to know what's causing it when all these different things are placed in different areas.

Below is the code you're referring to. $ishopleft is the Category box, $ishopmiddle is the Inventory box. Edit the % amounts to adjust the width of each box.

</tr>
</table>
<br>
<table width="100%" border="0" cellspacing="1" cellpadding="4" align="center">
<tr>
<td width="25%" align="left" valign="top">
$ishopleft
</td>
<td align="left" valign="top" width="100%">
$ishopmiddle
</td>

McCarroll21 07-12-2007 01:34 AM

I've done a lot of editing trying to get this fixed and it's not fixing. What does $ishopright refer too?

I want to re-code the entire ishop template but I fear that if I do that I won't be able to have working donate link and the shop may not show correctly.

Rated 07-12-2007 02:55 AM

Quote:

Originally Posted by McCarroll21 (Post 1288785)
I've done a lot of editing trying to get this fixed and it's not fixing. What does $ishopright refer too?

I want to re-code the entire ishop template but I fear that if I do that I won't be able to have working donate link and the shop may not show correctly.


I'm assuming that you've editted the % (percentages) as I stated earlier. You should have some results of reducing or increasing the box widths.
$ishopleft and $ishopright seem to effect the Category box in the same way...either reducing or increasing width.

Below you'll find the code for the 'Donate' button:

<a href="ishop.php?$session[sessionurl]do=donate">Donate</a>

It's located in the 'ishop' template.

Blaine0002 07-16-2007 02:33 PM

@mccarol, it must have to do with some custom template you are using for your forums, because it seems to work perfectly for me and the rest of my users.

heatherl55 07-16-2007 03:07 PM

I was wondering if there was any way I can add a catagory where the users can buy avatars and usernames and custom usertitles?

Bellardia 07-16-2007 03:31 PM

Is there a way for Admins to give members items not available in shops?

semma4eva 07-16-2007 04:59 PM

I put this code in the memberinfo template...

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

and the inventory box showed up in my profile, but it was empty and I bought an object. It shows up fine in my postbit though. Anything I need to change?

Blaine0002 07-16-2007 05:22 PM

Yes this would require an aditional hook to get the information from the user, ill look into it.

MissKalunji 07-19-2007 05:50 PM

it did lower the queries good job!

angelpie 07-21-2007 03:14 PM

ok i followed all the directions except link to ishop.php im not sure how to do that, could this be the reason my images for the shop are not showing up?

Bellardia 07-21-2007 09:31 PM

Is there a way to sort the items according to price? (Ascending) Rather than alphabetically?

falbinali 07-22-2007 09:32 PM

Quote:

Originally Posted by Bellardia (Post 1297743)
Is there a way to sort the items according to price? (Ascending) Rather than alphabetically?

Yes! This would be great!

dai-kun 07-24-2007 04:00 PM

I don't notice any lowered queries.. :(


Ok im just wondering if i did this right.

Upload and replace everything via ftp, then overwrite product right? Does the postbit edit need changing? I didn't change it.

I'm still getting queries in the 20's with a full page of items.


EDIT____ nvm.. the culprit is the new credits system which is adding about 9 extra queries...

Memphis834@yaho 07-24-2007 10:32 PM

I'm sorry if this question has been asked already but I was curious as to if theres a way to make items that are purchase in iShop appear in users profiles? I'd like it to show up under the info that appears under their avy whent they post.

dai-kun 07-27-2007 11:22 PM

I've lost the ability to have the cards show up how i rearranged it on the forums now... any help on that?

cheat-master30 07-31-2007 02:44 PM

Just got to say two things:

1- This modification is awesome, and also easy to add new items to.

2- It's great if you're/you've been a spriter like I am/have. Because you can easily create anything in Paint, pixel by pixel and add it to the shop extremely easily. This is how I got my Dark Prognosticus, Item Blocks and characters items, if anyone wants them.

Blaine0002 07-31-2007 04:31 PM

Quote:

Originally Posted by dai-kun (Post 1303496)
I've lost the ability to have the cards show up how i rearranged it on the forums now... any help on that?

Yes i noticed this, its very odd as it was working for me perfectly earlier..

I will look into this, But in the mean time ive released a new version

This version makes use of the vbulletin GPC, (since apparently you NEED to use it even if you really dont.)

There are also options to notify admin via pm on buy/donate
and an option to notify recipiant on a donate.

cheat-master30 07-31-2007 04:47 PM

What happened to IShop 1.1.2?

Blaine0002 07-31-2007 05:17 PM

what do you mean?


All times are GMT. The time now is 05:46 AM.

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.01969 seconds
  • Memory Usage 1,832KB
  • 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
  • (1)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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