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)

Zachery 06-11-2004 03:16 PM

Quote:

Originally Posted by Keta
i have the same problem. all the mods and admins can see the store but regular members get no actions found error

Go into the action manage and check to see that the correct usergroups do have access.

tjdrico 06-11-2004 04:15 PM

Quote:

Originally Posted by LoOnEyToOnZ
Hey guys i cant find the place to add inside file admincp/index.php

Mine is like this

Code:

// --- vBookie
   
        if (can_administer('canadminstyles'))

It doesnt has the "$printhr = false;" tag. How ?

Normally, that section would look like this:

PHP Code:

    $printhr false;

    if (
can_administer('canadminstyles')) 

However, if you have already added hacks for v3Arcade or vBookie, it will look more like this:

PHP Code:

    $printhr false;

    
construct_nav_option("General Settings"'arcadeadmin.php?do=general''<br />');
    
construct_nav_option("Game Settings"'arcadeadmin.php?do=games''<br />');
    
construct_nav_option("Score Settings"'arcadeadmin.php?do=scores''<br />');
    
construct_nav_option("Challenges"'arcadeadmin.php?do=challenges''<br />');
    
construct_nav_group("Arcade"'<hr />');

    
// +++ vBookie
    
construct_nav_option("General Settings"'vbookie_admin.php?do=general''<br />');
    
construct_nav_group("vBookie"'<hr />');
    
// --- vBookie

    
if (can_administer('canadminstyles')) 

Just add the new code bloke before the can_administer line, like this:

PHP Code:

// ## <ucs> 
        
construct_nav_option("uTT Point System Settings"'options.php?dogroup=uttpoints''<br />'); 
        
construct_nav_option("uTT Store Settings"'options.php?dogroup=uttstore''<br />'); 
        
construct_nav_option("Action Manager"'uttstoreadmin.php?do=modify''<br />'); 
        
construct_nav_option("Add Action"'uttstoreadmin.php?do=add''<br />'); 
        
construct_nav_group("uTT Store Hack"'<hr />'); 
// ## </ucs> 

    
if (can_administer('canadminstyles')) 

That should be fine.

LoOnEyToOnZ 06-12-2004 03:01 AM

Did it, looks fine now. Will post back should i have any problems.

Thank you tjdrico !

LoOnEyToOnZ 06-13-2004 03:47 PM

Any idea how we can show the richest users on VBadvanced CMPS ?

Arsenic33 06-13-2004 05:49 PM

awesome job on the hack. Where could i find more actions to put into the store? ie) larger sigs larger avatars etc etc..

Intex 06-13-2004 06:29 PM

When a user purchases something that alters his username, it doesn't change anything in the actual posts. If you look at the member in their profile, the changes are there, i.e. bold, italic etc.

Glow seems to work in the posts, but name colour change, bold and italic don't show up.

Any ideas?

Zachery 06-13-2004 06:53 PM

Quote:

Originally Posted by Intex
When a user purchases something that alters his username, it doesn't change anything in the actual posts. If you look at the member in their profile, the changes are there, i.e. bold, italic etc.

Glow seems to work in the posts, but name colour change, bold and italic don't show up.

Any ideas?

Make sure you did your file edits to functions.php

PixelFx 06-14-2004 12:19 AM

how goes design on version 1.0 of this hack? :)

Zachery 06-14-2004 12:39 AM

Quote:

Originally Posted by PixelFx
how goes design on version 1.0 of this hack? :)

Were working on it? :D :p

kall 06-14-2004 04:06 AM

Quote:

Originally Posted by Zachery
Were working on it? :D :p

A few of my members have asked for a way to display their points total in the navbar.

This is probaly very easy, but sticking $points in the Welocme/PM area doesn't seem to work.


All times are GMT. The time now is 07:46 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.02460 seconds
  • Memory Usage 1,754KB
  • 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
  • (3)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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