![]() |
Quote:
|
No problem at all, just looking for a tentative date. Thanks!
|
Quote:
regard Delazar |
Quote:
As for the member list, I removed it. |
Quote:
her the screenshots: |
Sweet, installed!
|
Quote:
|
Not sure if this has been mentioned yet, but the support link for 4.0 (clicking the product name in the product manager) still points to the old thread for 2.1.4.
|
Quote:
|
Quote:
|
Great work this is my fave MOD! !
|
Quote:
Code:
[--] Up for: 16m 54s (56K q [55.506 qps], 2K conn, TX: 2B, RX: 14M) |
Quote:
|
u can see in any any mysql stats.
but I suggest using: http://wiki.mysqltuner.com/MySQLTuner for better visualization regards |
Code:
-------- Performance Metrics ------------------------------------------------- |
Quote:
So please do a backup of your database and run the following MySQL querys (adding a table prefix as necessary): Code:
ALTER TABLE `award_user` ADD INDEX `award_id` ( `award_id` ) Code:
ALTER TABLE `award_user` ADD INDEX `userid` ( `userid` ) Code:
OPTIMIZE TABLE `award_user` After doing this, check if the problem persists. If I guessed right it doesn't. ;) |
Quote:
Thanks bro! Now it's much better! But some indexes are still missing: Code:
[--] Up for: 6h 1m 4s (2M q [112.642 qps], 106K conn, TX: 3B, RX: 552M) |
I found another one that should propably be added:
Code:
ALTER TABLE `award` ADD INDEX `award_cat_id` ( `award_cat_id` ) Again, optimize table to fill the index: Code:
OPTIMIZE TABLE `award` That's all I spotted now. To further track down the issue I would suggest to turn on slow query log on the mysql server and enable the option "log-queries-not-using-indexes", which logs the querys to the slow query log. If you are on shared hosting, ask your provider to enable these options for you (normally they do such things as you are about to take load off their server ;) ). If you run your own server I hope you know how to do this :P (if not, have a look at the documentation on mysql.com, search for the options and add them to my.cnf) |
Question on this mod...I have a previous version installed but am about to drop this one in place and upgrade. Mine is also fairly modified to suit our needs. One thing I am working on is creating a page that would pull users based on their group, display their registered date, and display their awards. IE -
Person 1 . . . . . 08/08/2008 . . . . . AWARD 1 - AWARD 2 - AWARD 5 Person 3 . . . . . 08/12/2008 . . . . . AWARD 1 Person 4 . . . . . 08/15/2008 . . . . . AWARD 2 - AWARD 5 Person 9 . . . . . 08/18/2008 . . . . . AWARD 1 - AWARD 2 - AWARD 5 I have the page already showing everything but the awards...and just started looking at the code for that. Fairly heavy SQL query...anyone have any quick idea on how that would look? |
Quote:
Thank for the advice! I've enabled slow query log with log-queries-not-using-indexes but how to find out where are the missing indexes? It store almost all queries :confused: |
Not Found
The requested URL /forums/admincp/award.php was not found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. -------------------------------------------------------------------------------- Apache/2.0.63 (Unix) mod_ssl/2.0.63 OpenSSL/0.9.7a mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/4.4.8 Server at aox-gaming.com Port 80 ya i got this help me plz the edit settings works but the 4 parts under it doesnt |
I've found the phrases in the search phrase thing, but I can't edit it. I click on the edit link and there's no place for me to edit the actual template so I can change the outgoing PM.
|
Installed/upgraded and working fine (from the looks of it)! THANKS!
|
Quote:
To find the querys without indexes, you could try to increase the slow query time, so that less querys get logged. Another aproach might be the tool mysqldumpslow referenced in the mysql documentation. I haven't done such things myself yet, so I can not really help you here any further... |
While upgrading do we have to add tables ourselves or product is doing it?`
|
Is there anyway to make this post a new thread when a user is given an award, I would like to tell every member that someone has recieved an award.
Sorry if this has already been asked.........noobie here |
You can have the thread created in a public forum if you wanted instead of a private one and have it where only certain usergroups can post in that thread. This way everyone can see that someone is up for an award and see the outcome but not comment/post...unless you allow them to.
This is already built in minus the thread/forum permissions. |
in template awards_request_formanswers
change HTML Code:
[url=$vboptions[bburl]/awards.php#award$award[award_id]][img]https://vborg.vbsupport.ru/[/img][/url] HTML Code:
[url=$vboptions[bburl]/awards.php#award$award[award_id]][img]$vboptions[bburl]/$award[award_img_url][/img][/url] |
So can this mod enable the feature of like giving posting rewards and others.
|
Quote:
|
I'm currently putting some finishing touches on another release of the awards system. The upcoming version is just some bug fixes, no new features as of yet. I'll try to get this released before Friday, but I'll be leaving Friday to go camping for the weekend.
I'll see what I can do for everyone. I am planning on re-adding the ability to display awards on the Member's List, but that's another release or so away, as well as some other new features. |
Ok sorry I am so new at this, but I have downloaded it, now what do I do to get it working??
I have just inherited the boards and have not been admin before so I need a bit of help............... thanks SO much |
thank you for the nice mod,
|
This should be fixed... ;)
The "My Awards" in postbit/profile shows oldest to newest, but should display newest to oldest. :cool: |
bUT CAN WE LIKE NAME AWARDS AND ASSIGN THEM TO PEOPLE.
|
Is there a way to remove the border from the medal box in the postbit?
|
anyone?
|
Not sure. Check in the templates to see if it is set as a border. If it is, change the width to 0 px.
|
I've asked Xanla if this is doable so i am not sure but it is a nice idea =]
------------ Hey, I have a question regarding to the award system, is it possible to have multi pages, i mean each page can may be have 20 awards or so ? |
Another error:
$total_awards = mysql_num_rows($alluserawards); while ($award = $db->fetch_array($alluserawards)) { should be: $total_awards = $db->num_rows($alluserawards); while ($award = $db->fetch_array($alluserawards)) { |
All times are GMT. The time now is 08:10 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|