vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   uCash & uShop (https://vborg.vbsupport.ru/forumdisplay.php?f=100)
-   -   uCash & uShop old support and thank you thread (https://vborg.vbsupport.ru/showthread.php?t=73736)

wi11ie1950 10-11-2004 01:01 PM

Quote:

Originally Posted by kall
That's correct.

Petz, in my opionion, totally hijacks the musername function...you lose all the markup you apply in the AdminCP as well.

If it was done the same way that Geeky Designs did this, the Petz hack would be much better.

I had Petz and Utt store installed on my last forum which was VB3 Gold and never had any problems with either of them... :)

xug 10-11-2004 01:11 PM

Quote:

Originally Posted by Zachery
I must tell you vBP is still very losely intergrated into vBulletin compared to vBa CMPS or vBindex. Yes it does allow you to use php or post nukes moduals, but there is still huge security holes in any nuke based coding.,


I think you need to study the all new version of vBPortal ;) that's if you are allowed to get in the contributors section ;)

The vBPortal that's in the make (current version vBP V3 Beta 5, probably one more beta before Gold) is completely re-written, it's an add-on! no vBulletin modifications are needed, nuke is completely taken out and blows all the other socalled CMS and portals of the map.

The only thing that could blow vBP of the map is the vBCMS from Jeltsoft which is still a mistery to us all.

wi11ie1950 10-11-2004 01:34 PM

Find in File admincp/usergroup.php

PHP Code:
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000

Replace with

// ## <ucs>
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0
// ## </ucs>

IT SHOULD BE........

// ## <ucs>
'profilepicmaxwidth' => 100, 'profilepicmaxheight' => 100, 'profilepicmaxsize' => 25000, 'uttstore_discount' => 0,
// ## </ucs>

Otherwise it creates an error when you try to access Usergroups in Admin CP

Find in file includes/init.php
Find
PHP Code:
'stylecache'

Replace with:
PHP Code:
'stylecache',
'utt_store_act'

IT SHOULD BE
Replace with
'stylecache',
'utt_store_act',

Ber|Art 10-11-2004 01:51 PM

Installed :) thank you very, very much, the shop works perfectly!

Nick. 10-11-2004 05:50 PM

This has probably been asked a million times but if I install this hack will it work with the RPG hack I installed? (RPG Integration Hack by Bitsys <--thats what I have installed)
Since there is no way to gain money in that hack, if I install the Ucash and Ushop, will it be implemented with the RPG so that ppl can gain money?

Zachery 10-11-2004 08:31 PM

No clue, ask in that thread :)


Neither Myself or matthew use Bitsys's system we both use RCS if anything.

CHT 10-11-2004 09:11 PM

I have a little question..

my style is designed to make usernames appear bold..
so the bold action won't work
where or how can I change the <b> code to <font size="*">

I tried to change this:
Code:

        ($user['uttstore_boldusername'] != '0' && $user['uttstore_boldusername'] != '' ? $user['musername'] = "<b>" . $user['musername'] . "</b>" : "");
but didn't work and got an error..

any help plz?

iforrage 10-11-2004 09:58 PM

Is there any way I can remove or block a usergroup from the system? IE so they can't see the store, and don't collect points? If not, it would be a great addition for the next version. TIA for any help.

Zachery 10-11-2004 11:38 PM

Just remove access to all their actions.

xug 10-11-2004 11:46 PM

I get the following error every other time I go into a page:

(This is projected above my header)

Warning: Invalid argument supplied for foreach() in /home/xxxxxxx/public_html/forums/ushop.php on line 151

when I refresh it's gone and I go to where I want to go.

PHP Code:

if (!empty($storeactions)) {
    foreach (
$storeactions as $actionid => $action) {
        if (
$action['showinstore'] == && $action['active']) {
            
// Action Specific Variables System 

151 is the second line in the above code.


All times are GMT. The time now is 05:25 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.03219 seconds
  • Memory Usage 1,747KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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