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)

baradaarab 04-14-2006 05:41 PM

Quote:

Originally Posted by baradaarab
Any way to make it so that the images show up in the profile rather than the postbit?

MGM out

Any help on answering this question would be welcome... I'm trying to wait patiently but ... :p

MGM out

Nova99 04-18-2006 07:59 PM

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.. :)

BrentW 04-21-2006 07:22 AM

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.. :)

Yeah...we need an equip feature like in RPG Inferno.
And a Jobs feature, just like in RPG Inferno. ;)

Once those features are working I will gladly send a $50 donation.

Blaine0002 04-22-2006 01:13 PM

equip and jobs? examples?

and i will be working more on this hack, once i get out of school!

BrentW 04-23-2006 12:26 AM

Quote:

Originally Posted by Blaine0002
equip and jobs? examples?
and i will be working more on this hack, once i get out of school!

Are you familiar with the Jobs mod and Equip features in RPG Inferno?

Download and install RPG Infero Lite to see. Equip lets you choose which items will be displayed in the postbit. In the profile view, there should be two columns: one for all items (ncluding equiped items), and one for equiped items only.

The jobs feature lets you choose a "job" based on how many posts you have. It pays you a "salary" each specified time period.

emtee 04-29-2006 01:14 AM

This hack seems to use a lot of queries for me when I move it down to above signature in postbit. It shows 3 uncached templates for EACH POST: itemshop_invpostbit_begenning, itemshop_invpostbit_end, itemshop_invpostbit_item. So when someboy view a thread with 25 posts, it would use 100+ queries just for that thread view alone!

Do you have any fix for this?

By the way, in a later release, can you change itemshop.php to imageshop.php because this hack is incompatible with the RPG Integration hack because both use the same itemshop.php filename.

Many thanks in advance.

dai-kun 04-29-2006 01:22 AM

Quote:

Originally Posted by emtee
This hack seems to use a lot of queries for me when I move it down to above signature in postbit. It shows 3 uncached templates for EACH POST: itemshop_invpostbit_begenning, itemshop_invpostbit_end, itemshop_invpostbit_item. So when someboy view a thread with 25 posts, it would use 100+ queries just for that thread view alone!

Do you have any fix for this?

By the way, in a later release, can you change itemshop.php to imageshop.php because this hack is incompatible with the RPG Integration hack because both use the same itemshop.php filename.

Many thanks in advance.


Do a file edit in showthread.php

Look for

Code:

        'editor_clientscript',
        'editor_jsoptions_font',
        'editor_jsoptions_size',
);

replace with

Code:

        'editor_clientscript',
        'editor_jsoptions_font',
        'editor_jsoptions_size',
        'itemshop_invpostbit_begenning',
        'itemshop_invpostbit_end',
        'itemshop_invpostbit_item',
);

you may also want to add it to showpost.php

emtee 04-29-2006 06:11 PM

So that is one of the way to cache templates? I'll try it. Thanks a lot dai-kun! :D

Edit: caching templates doesn't help getting rid of the queries. I had to uninstall this hack because of the 3 queries it add to every single post in a thread.

I might reinstall it later if the queries got cut drastically.

Blaine0002 05-03-2006 08:14 PM

hmm im not sure how to reduce queries like that, and i dont have much time to work on this hack with school and all, butonly 2 weeks left and i would be working on it again,

Carlos2 05-04-2006 11:51 PM

Request:

Hi, in a next version, can you put an item that give you money all months or something similar???

For example: You buy a Casino Item, or a Restaurant Item for 20.000 euros, and this item give you 1200 euros for month. ;)

Items that give you profits if you buy them, and you can choose the money profit that you want. Thanks :cool:


All times are GMT. The time now is 05:08 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.01486 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)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