Pages: 1 2 3 [4]
Author Topic: Share your ideas and suggestions here for the upcoming Patch...  (Read 8662 times)
Customers
Full Member
*

Karma: 0
Posts: 43


Reply #45 on: Jun 06, 10, 04:17 AM

I haven't seen any update on next release date recently.. Sad
Logged
Customers
Newbie
*

Karma: 0
Posts: 5


Reply #46 on: Dec 18, 10, 03:42 PM

it would be great to be able to impliment a game resize slider bar.

>> http://www.agame.com << like this site does on each game at the top.
« Last Edit: Dec 18, 10, 03:44 PM by Karl » Logged
Newbie
*

Karma: 0
Posts: 3


Email
Reply #47 on: Jul 28, 11, 05:59 AM

Hello, would be a good option to send PM to other users.
My suggestions are:
Mp between users
The user could challenge one another for convenience in a particular game and whoever wins, win medals that would appear in the user profile
A little chat for users to chat and make friends.
Twitter A button to show everyone we're playing in proarcadescript
Levels for such players. Every game you play it gets a point (determined by the admin panel) added 10 points and it becomes "amateur" with 30 points it becomes a "senior player" with 50 points becomes "experienced player" with 100 points or more it becomes professional, you can add more names and so increase the number of users playing. These names would be below your username, as is done in forums.
Logged
Newbie
*

Karma: 0
Posts: 1


Reply #48 on: Dec 03, 11, 05:31 PM

Here's a bugfix for the next release:

Symptom: Fulltext search of game description doesn't work

Solution:

Replace (search.php, line 61):

Code:
$query = "SELECT * FROM " . $cMain['dbPrefix'] . "games WHERE title LIKE '%$searchstr%' OR MATCH(description) AGAINST ('$searchstr') OR keywords LIKE '%$searchstr%' LIMIT ".$cB["SEARCH"]["max"];

with

Code:
$query = "SELECT * FROM " . $cMain['dbPrefix'] . "games WHERE title LIKE '%$searchstr%' OR MATCH(description) AGAINST ('$searchstr' IN BOOLEAN MODE) OR keywords LIKE '%$searchstr%' LIMIT ".$cB["SEARCH"]["max"];

EDIT: Oops, fixed a stripped code..
« Last Edit: Dec 03, 11, 06:00 PM by Mukelo » Logged
Pages: 1 2 3 [4]
 
Jump to: