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)

yukayumi 12-03-2004 10:12 PM

Does any body know why only admin and moderators are able to access the store but not other registered members? Memmbers of my forum keep on complaining that they only get "No action found" everytime clicking on the drop-down menu of the store on navigation bar. It's not about permission because I double-check and there's no limit set to restrict the access to the store.Any suggestion would be appreciated.Thanks.

Zachery 12-03-2004 11:57 PM

How many usergroups do you have

Zachery 12-03-2004 11:59 PM

Quote:

Originally Posted by rh2004
Hi my warning system was working ok not sure what I did but when I click on
warn user etc I get a white blank page now... only on styles other than the
default vb, what do I do to correct this?

How can I change the colour of the text on the confirmation page,
see included image I would like it back...


Next can anyone help me out with this at all, I used to have something like
this on phpbb and it was a few lines that was edited so it worked in the
following way:

Points system work in the following way:


The original user posts a new topic they earn 20 points -

When the original user posts back in that topic no points are deduced from
there outstanding balance because at the moment they are deduced points.
(This only applys to there created topics)


So I just need some code edited if the real original poster posts back in
the topic there balance does not go down


Finally im using satellite template which I got from vbstyles and I was
wondering why it shows less options on this one to the other styles I have
such as xmas style, default...

When it said navbar add the items (code) its not in there I found it in
header, so do you now why it doesn't show the full drop down menu for
the store in this template? [see image 23425325.JPG & gsgsee365362.JPG]




Many thanks,

We cannot support other hadcks or styles, I would guess that you might not have edited the styles correctly or did the hack correctly if things are breaking

yukayumi 12-04-2004 01:27 AM

Quote:

Originally Posted by Zachery
How many usergroups do you have

5 usergroups,not including admin and moderator.

rh2004 12-04-2004 12:45 PM

Quote:

Originally Posted by Zachery
We cannot support other hadcks or styles, I would guess that you might not have edited the styles correctly or did the hack correctly if things are breaking

OK, but how can I do this ....


Points system work in the following way:


The original user posts a new topic they earn 20 points (already works) -

When the original user posts back in that topic no points are deduced from
there outstanding balance because at the moment they are deduced points.
(This only applys to there own created topics) -


This is the code how it was done on phpbb


Code:

Open: includes/classes_cash.php:

Find:  global $board_config, $lang, $db, $phpbb_root_path, $phpEx, $ userdata, $cash;

Add AFTER:
                        // Turiel added to do nothing if topic author is same as reply poster
                        if ( ($mode == 'reply') && ($poster_id ==
$topic_starter))
                        return;
 

-------------------------


Open: posting.php

Find:  if ( $mode == 'editpost' || $mode == 'delete' || $mode == 'poll_delete')

Add BEFORE:
        // Added by Turiel to pass the topic_poster data to the cash functions
        if ( $mode == 'reply' )
        {
        $post_data['topic_poster'] = ( $mode == 'reply' ) ?
$post_info['topic_poster'] : 0;
        }

and

How can I add so many points to all the users already registered and also
so many points to all that join there after.... :squareeyed:

I have done this to users already registered but when new users register
they will not change ... so how to do it for everyone ? (maybe set via usergroups)

Code:

UPDATE `user` SET `uttpoints` = '125',
`warnings` = NULL ,
`warning_bans` = NULL WHERE `usergroupid` = '2' LIMIT 5000 ;


Thanks

yukayumi 12-04-2004 04:00 PM

Is there anyway to exempt admin from being stolen points ?Thanks.

bi11i 12-04-2004 07:10 PM

How can I, as an Admin, revoke items purchased by my members? If someone has something over a period of time (like glowing name, for instance) how can i revoke it simply reset everything?

Does everything reset when the store is restocked?

pgowder 12-05-2004 10:49 PM

Quote:

Originally Posted by yukayumi
5 usergroups,not including admin and moderator.

You have to set permissions for each usergroup.

Link14716 12-06-2004 01:48 AM

Quote:

Originally Posted by SmasherMaster
Ugh, well I upgraded, and the store refuses to show any actions, and if you go to a action page, it only shows the "confirm" button and it refreshs the page, it doesn't do anything! What's wrong? :/

You'd have to revert the uttstore templates.

rh2004 12-06-2004 02:10 AM

Hi, I have this working fine on VB Default style, now what do I need to
do to add it to my other styles, any database updates, edits?

Or just edits to postbit and so on....


All times are GMT. The time now is 02:15 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.03349 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
  • (2)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
  • (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