![]() |
Works just fine. Where can I get more medals?
*installed* |
Thanks for your hard work, My user's are now striving to play better on the field to get awards on our forum.
Thank you so much. |
Uh, at the rate of sounding like I'm picking a scab (which I'm doing), how can I change the outgoing PM?
Quote:
Quote:
|
Quick question.... is there a way to create a link that when you click on the award, it takes you to the thread they received the award for..? I guess it would have to have a URL link box for each award given that it links to.
Is that possible... and what would this modification cost me :) Thank you!! and thanks for the hard work!! |
For those having the MySQLi error on their member pages open the plugin with your text editor of choice
Go to line 704 or find Code:
$total_awards = mysql_num_rows($alluserawards); Code:
$total_awards = mysqli_num_rows($alluserawards); Maybe this can be thrown into the main post. |
Quote:
Thank you:up: |
Thanks for looking into that! I wanted to do, too, but haven't come round to update my testforum to 3.7.3 yet...
To make it work with both, mysql and mysqli, you could just use the vBulletin API: PHP Code:
|
ah so $db replaces mysql supper easy fix!
|
Installed and working fine except for the links in the postbit did not link directly to the "My Awards" tab in the member profile. Here is the fix:
In member.php find: Code:
'contactinfo' => array( Below that add the following: Code:
'myawards' => array( NOTE: It appears the coder is trying to do this with the plugin "YAAS in Member Profile - Profile", but it doesn't seem to be working. Then, replace the entire awards_postbit_display template with: Code:
<!-- show awards --> For anyone who has edited this template, all you need to do is replace the "#award" appended on the links with "&tab=myawards". Hope that helps! |
Thanks for that info! I tested it and there is no need to change anything in member.php. It works with the code in the plugin.
The template edit of course is necessary. |
All times are GMT. The time now is 09:12 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|