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)

my3shadows 03-08-2006 04:19 AM

Ok, stupid question... but when you say Donation in the list of features, are you talking about donating an image to someone else or are you talking about just being able to donate cash or points, or both?

My users loved the ability in the original ushop to buy a gift (image) for someone else and attach a message to it (which showed up as a tooltip)...and that's what I've been waiting for before I install a new store system. So if this does the same thing, then it looks like I'll be busy installing hacks this weekend. :nervous:

theorigin 03-08-2006 09:18 AM

I love this..but I have a question. When you release the postbit/signature code, is there anyway to limit the items that show up in the postbit/signature? My items are bigger than others, and I really don't want the signatures to take up an entire page because there's so many items. XMB had an option where you could limit the amount and then a 3-dotted link would take you to your profile where it showed all of your purchased items. I realize this would involve creating a table in the member profile, so hopefully it wouldn't take too much. If you need an example, I could provide one. :nervous:

Blaine0002 03-08-2006 02:07 PM

i understand what you mean, and believe it can be done fairly easily.

Blaine0002 03-08-2006 02:14 PM

Quote:

Originally Posted by my3shadows
Ok, stupid question... but when you say Donation in the list of features, are you talking about donating an image to someone else or are you talking about just being able to donate cash or points, or both?

My users loved the ability in the original ushop to buy a gift (image) for someone else and attach a message to it (which showed up as a tooltip)...and that's what I've been waiting for before I install a new store system. So if this does the same thing, then it looks like I'll be busy installing hacks this weekend. :nervous:

yes, you can do this, but you cant attach a message yet.

also each person can only have 1 of each item, so make sur the people donate before the person you are buying the item for buys it themselves :D

BrentW 03-08-2006 05:56 PM

I'll post the requests I had in the old thread...

1. All users automatically have a 'profile.'
2. An equip feature like in RPG Infero -- equiped items displayed in postbit.

Blaine0002 03-08-2006 07:57 PM

all users automaticly DO have an itemshop inventory. i can also try adding an equip. Would the unequip items still show in their inventory and not their postbit?

Holidazed 03-08-2006 09:23 PM

Quote:

Originally Posted by Blaine0002
reserventated.

open Posbit (not legacy)
Find:
----------
Code:

<div>$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon]</div>

Add after:
----------
Code:

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


I did the change to my postbit template, but when I di, it whacks out the look of my site. See the attachment. The first post comes up kinda ok, the rest is fubared. It does not matter where I put your code either. I put it under the signature and it whacks out the page too.

Blaine0002 03-08-2006 09:36 PM

now THAT shouldnt happen, if you take it out does it go back?

Holidazed 03-08-2006 09:42 PM

Quote:

Originally Posted by Blaine0002
now THAT shouldnt happen, if you take it out does it go back?

First thing I checked.

Yes, if I take it out, it goes back.

Here is a link to that exact same post without the modification in it.
http://www.hidingplace.com/vbb350/showthread.php?t=925

Blaine0002 03-08-2006 10:07 PM

ah

replace everything in itemshop_invpostbit_end template with

Code:

<br>
{$themember['username']} has {$themember[$vbulletin->options['itemshop_pointfield']]} {$vbulletin->options['moneyname']} On Hand



All times are GMT. The time now is 04:44 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.01860 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
  • (3)bbcode_code_printable
  • (3)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