No is not the samePPCW2 wrote:i see :
Update_APS_0.8.2_to_Ultimate_Points_1.0.6
is it the same?
There is an SQL that can add points to members prior to the UP being installed... You should be able to find it in the pre-validation topic.subzonline wrote:Is it possible to recalculate points with topics and posts that have been made before the point system was installed?
I looked through the settings but can't seem to see anything
Currently, UP is setup to reward Points for posting, not to require Points for posting. I definitely would like to see the latter added though.Fujcube wrote:Hi,
I have just had this mod added to my site and would like to know if:
It is possible to only allow a user to post to a specified forum only when they have enough points and to pay, in points, for making that post. At the moment, I have a classified ads section where users make a small donation to the forum running cost. I would like to change this so that they can post their add when they have reached a specified amount of points and also to pay, in points for each ad they place??
Also, If I add the shop mod/plugin, would it allow users to buy points for a small donation to my running costs??
Regards, fujcube
Was wondering if there was any way to purchase points with PayPal etc?About your Shop Mod question... Wouldn't they need Points to buy the Points Your question is a circular reference
No...Fujcube wrote:Was wondering if there was any way to purchase points with PayPal etc?About your Shop Mod question... Wouldn't they need Points to buy the Points Your question is a circular reference
Regards
Code: Select all
SQL ERROR [ mysql4 ]
Unknown column 'pb.id' in 'field list' [1054]
SQL
SELECT u.*, z.friend, z.foe, p.*, pb.id AS pb_id, pb.holding AS pb_holding FROM (phpbb_users u, phpbb_posts p) LEFT JOIN phpbb_zebra z ON (z.user_id = 2 AND z.zebra_id = p.poster_id) WHERE p.post_id = 5 AND u.user_id = p.poster_id
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: viewtopic.php
LINE: 1003
CALL: dbal_mysql->sql_query()
gzdeflate() is STANDARD PHP functiondani454 wrote:...And when I try using automod, I get this:
Fatal error: Call to undefined function gzdeflate() ....