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.
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
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 ;
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?
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? :/