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)

chkdgate 07-12-2006 05:25 PM

Blaine, when I remove the ishop plugin and undo the postbit edit, I still have the ishop option in my acp. Is that supposed to do that? I thought that once you remove a plugin, then it doesn't show up anymore in your CP. Weird.

Blaine0002 07-12-2006 05:29 PM

hmm, are you sure ypu uploaded all files to the admincp dir?

chkdgate 07-12-2006 05:37 PM

Wait, I always upload all vb hacks in my forums root folder. Is that not right? I never before had to put it into the admincp dir. Let me go ahead and try that out right now.

Blaine0002 07-12-2006 05:54 PM

nono, i mean are you sure you uploaded all files in the upload/admincp to the admincp directory :P

chkdgate 07-12-2006 06:18 PM

These are all the files I'm uploading to the forum root folder.

lightwave 07-12-2006 06:34 PM

how can i make this so it uses the rpg_inferno money. i want this as a feature of my forum.

Blaine0002 07-12-2006 11:11 PM

simply point the money row at the row used by rpg inferno.

CHKDGATE
your problem dosent seem to have anything to do with the script, as you can see, it is looking for the admin file in "upload/admincp/ishop_control.php", and the upload directory isnt specified in any of my files.
Best i can reallly say is try uninstalling and reinstalling the product completely.

chkdgate 07-13-2006 05:31 AM

I pm'd you a request. Blaine, I hope this doesn't seem stupid but can you elaborate on step #5, link to itemshop.php? I think this is what I'm missing. Also, in my post #79 screenshot, I didn't get that error this time around which got me thinking I installed it right but I got happy too early. Still nothing.:confused:

Blaine0002 07-13-2006 02:40 PM

ok, in order to link to ishop.php you need to edit your navbar template, find where you want the link and insert
Code:

<a href="ishop.php>IShop</a>
As for your postbit, ill help you out with that individually.

chkdgate 07-13-2006 04:02 PM

Ok, I wasn't doing step #5 which is probably why I didn't see it in my navbar. Can this be placed anywhere in the navbar template or is it location specific?

Blaine0002 07-13-2006 06:07 PM

wherever you want :)

chkdgate 07-14-2006 01:06 AM

I tried placing it towards the very bottom of the navbar tamplate but it makes the board look way out of whack and still no ishop link in sight. I removed the navbar edit for now until I get word from you or another successful user. Thanks for your patience Blaine.

Blaine0002 07-14-2006 02:31 AM

sure man, no problem, everyones new at this sometimes, but once you get it down it goes much easier :) Troubleshooting is just somthing you need to do on a regular basis
Try this: in navbar template
find:
Code:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
replace with
Code:

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


chkdgate 07-14-2006 04:12 AM

Holy crap it worked!! You're the man dude! Thank you so much for your help. Well deserved. Do you think anyone else ran into this problem?

Edit:
Finally, you helped me into getting this to work! I have 2 concerns which I'm not sure if they're bugs or not.

1. I can't get any of the purchased items to show in my postbit.

2. When I'm inside ishop and I sell an item from my inventory, it just dissappears with no further confirmation.

Whatever you did worked fine and all my ishop options in my acp work great but my postbit is just blank.

Blaine0002 07-14-2006 01:36 PM

did you do the edit on the second post of this thread?
https://vborg.vbsupport.ru/showthread.php?t=109515

chkdgate 07-14-2006 03:17 PM

Yes, I made sure of that. Let me try legacy.

Edit: It worked by placing it in postbit legacy. I thought it wasn't neccessary?

chkdgate 07-14-2006 04:33 PM

Request:

1. The ability to purchase icash points in ishop through paypal. For example: for every $1 (you set the amount) you buy in ishop, you get XX amount of icash points. This is a great way for Admins to pay for hosting.

2. The ability to view one's inventory in their profile.

Awesome hack!

Blaine0002 07-14-2006 06:02 PM

i can work on the first one, but the second one should work, try clicking on 'this users Inventory' in their postbit.

chkdgate 07-15-2006 05:40 AM

Blaine, that will be an amazing update if you can make that happen. But as far as request #2, I mean make it viewable in the user's actual public profile and not just their postbit. You know what I mean?:up:

Blaine0002 07-15-2006 04:45 PM

ah, ok, shouldnt be that hard to add :) kinda bogged down right now tho.

chkdgate 07-16-2006 05:14 AM

Is there any way you can make the user's inventory not display if it's empty? You know, until the user buys something, only then can everyone see it.

Blaine0002 07-16-2006 02:03 PM

yes i can look into that

chkdgate 07-16-2006 03:59 PM

Awesome, because it's kind of an eyesore to look at someone's empty inventory. Although it's also a reminder as to why they should visit the shop but then again they can see everyone else's and figure it out that way.

vitnuce 07-17-2006 05:10 PM

Quote:

Originally Posted by Nova99
Is it possible to get this one to show max X number of items in the postbit and to let the members arrange the order of the items themselves??

I would really like to see something like that on this great hack.. :)

Blaine0002, would u plz do it :)

Thanks!

chkdgate 07-17-2006 06:57 PM

^^That's a really great idea.

Blaine0002 07-18-2006 01:20 AM

Am currently working on it :)

JD210 07-21-2006 02:07 AM

I installed this and I love it, it is exactly what I was looking for. I have a question though. I didn't want to add the inventory to the postbits or signature, as I thought it could clutter them up, so I set up a field for the inventory in the profile, below Additional Information/Group Memberships. Problem is none of the images for the items show up there. Any ideas on to get them to show up on the profile page?

Blaine0002 07-21-2006 02:13 AM

you will need to change the hook location of the one whos title mentions inventory. im not sure what you would change it to though.

zane99 07-22-2006 02:27 PM

installed all fine but just doesnt show up on my postbit at all.

i have it intergrated wiv ur icash successfully. everything works. just doesnt shwo up! help!!!

chkdgate 07-22-2006 04:12 PM

Quote:

Originally Posted by zane99
installed all fine but just doesnt show up on my postbit at all.

i have it intergrated wiv ur icash successfully. everything works. just doesnt shwo up! help!!!

I was having the same problems as you. Just start reading from post #78 on forward and see if that helps.

zane99 07-22-2006 09:39 PM

Quote:

Originally Posted by chkdgate
I was having the same problems as you. Just start reading from post #78 on forward and see if that helps.

i so knew ud have to put it in postbit legacy even though it says u dont!

thanks


good hack, i luv these simple version of the other complex hacks. im far too lazy to install those hahaha

these suit me fine :D

Blaine0002 07-23-2006 11:53 PM

I personally do not like the additonal file edits and template edits when they are not needed. Anyways, on vacation, another 5 days for any support :) sorry.

david05 07-24-2006 09:08 PM

Quote:

Originally Posted by tienkhom
i can not import the xml file,
Database error in vBulletin 3.5.4:

Invalid SQL:
INSERT INTO itemshop_cat (cid, cname, cdescr, csold, cprofit, citems) VALUES (1, 'Test Category', 'Get your items here!', 0, 0, 0);

MySQL Error : Table 'mynameuser_forum.itemshop_cat' doesn't exist
Error Number : 1146
Date : Wednesday, June 7th 2006 @ 06:24:51 AM
Script : http://www.my domain.com/admincp/plugin.php
Referrer : http://www.my domain.com/admincp/plugin.php?do=productadd
IP Address : my ip
Username : my name
Classname : vB_Database


I got the same problem with this mate and I already read through to the end of this thread but nobody help him with this issues. Now I got this problem :hurt: Would someone please help me?

I did step by step in the instructions, but I don't know what I did wrong????

Blaine0002 07-30-2006 07:53 PM

all i can say is try uninstalling the product and installing it again. not sure what the problem would be....

Nova99 08-05-2006 08:53 PM

a request for future versions:
The ability to sort the items by their names in the categories.
Now they only seem to be displayed in the order they were entered.

Xbizcafe 08-06-2006 12:56 PM

How we do to delete an items after buy in the account of member ?

In case for example the member buy item for receive anything, he receive, and after it's necessary to delete for a clear management.

ArabSQuad 08-06-2006 06:32 PM

hello ..
I have some problem In Donating page ... :S :S
, The donater isn't able to Donate Any money or items to Other members !! ...
.. See these images (the image is better than thousand trades : D)

https://vborg.vbsupport.ru/external/2006/08/16.jpg

in case i wanted to send the donation money or the item there's no button to click on .. just a text box :surprised:

Xbizcafe 08-08-2006 11:45 AM

Quote:

Originally Posted by Xbizcafe
How we do to delete an items after buy in the account of member ?

In case for example the member buy item for receive anything, he receive, and after it's necessary to delete for a clear management.

Nobody have solution for my problem ? :confused:

ArabSQuad 08-09-2006 03:55 AM

Any 1 ? :(

Blaine0002 08-09-2006 06:45 PM

Arab squad: im not quite sure, might have somthing to do with your board language, have you tried it on an english board?

Xbiz i will need to add this in the future.


All times are GMT. The time now is 05:10 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.01906 seconds
  • Memory Usage 1,815KB
  • 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
  • (5)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