Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > Premium Archives > uCash & uShop
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
uCash & uShop old support and thank you thread Details »»
uCash & uShop old support and thank you thread
Version: , by BarHopper BarHopper is offline
Developer Last Online: Aug 2005 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 04-12-2004 Last Update: Never Installs: 0
 
No support by the author.

/me Installs. I'm the first for the most aniticipated hack!!1

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #1082  
Old 06-11-2004, 03:16 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #1083  
Old 06-11-2004, 04:15 PM
tjdrico's Avatar
tjdrico tjdrico is offline
 
Join Date: Mar 2004
Location: Morecambe, UK
Posts: 148
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #1084  
Old 06-12-2004, 03:01 AM
LoOnEyToOnZ LoOnEyToOnZ is offline
 
Join Date: Mar 2004
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Thank you tjdrico !
Reply With Quote
  #1085  
Old 06-13-2004, 03:47 PM
LoOnEyToOnZ LoOnEyToOnZ is offline
 
Join Date: Mar 2004
Posts: 109
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any idea how we can show the richest users on VBadvanced CMPS ?
Reply With Quote
  #1086  
Old 06-13-2004, 05:49 PM
Arsenic33 Arsenic33 is offline
 
Join Date: May 2004
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

awesome job on the hack. Where could i find more actions to put into the store? ie) larger sigs larger avatars etc etc..
Reply With Quote
  #1087  
Old 06-13-2004, 06:29 PM
Intex Intex is offline
 
Join Date: Apr 2002
Posts: 576
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #1088  
Old 06-13-2004, 06:53 PM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #1089  
Old 06-14-2004, 12:19 AM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how goes design on version 1.0 of this hack?
Reply With Quote
  #1090  
Old 06-14-2004, 12:39 AM
Zachery's Avatar
Zachery Zachery is offline
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 11,440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PixelFx
how goes design on version 1.0 of this hack?
Were working on it?
Reply With Quote
  #1091  
Old 06-14-2004, 04:06 AM
kall's Avatar
kall kall is offline
 
Join Date: Apr 2004
Location: New Zealand
Posts: 2,608
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Zachery
Were working on it?
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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:00 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10225 seconds
  • Memory Usage 2,339KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete