![]() |
Hi,
I installed this hack. Vb version: vbulletin 3.7.3 Patch Level 1 User profil error message: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/member.php(504) : eval()'d code on line 91:( |
this is the same message we all get.
Hope this will be fixxed soon .... |
Quote:
|
For those who have the error change to MySQL from MySQLi
|
HELP-This mod is just what i am looking for but my database is running on MYSQLi and i am no expert in sorting program problems .
I am running vbulletin 3.7.1 Simple question i hope Will it work or is it going to throw up error messages?:erm::erm::erm: |
Quote:
Gotta google for the difference yet tho. ^^ cheers |
As I do not use MySQLi nor have ever worked with it and use only MySQL I do not foresee this change anytime soon. Sorry for those who can not change.
|
I just went through every page here (14 of them) and recompiled a list of all your errors, suggestions, ideas, issues, and whatnot. It is 15 pages long in word.doc, we will be hitting this hard over the next week and am in hopes of having another release by this weekend/early next week.
Not everything suggested will be implemented as of yet, our main concern right now is getting issues and errors fixed first then we can start implementing other things...that may cause errors, so we don't have a hack that is nothing but errors we will get to those first. Please be patient....I know you all already have been and we appreciate it very much. |
Quote:
|
Thanks for your hard work :)
|
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. |
Quote:
|
I dont know if anyone requested this, but when you click the award icons in postbit you are taken to the member profile page.
Is it possible to be taken to the actual award tab on the member profile page ? Thanks for a great mod! :) |
I'm still waiting on word on how to change the message.
|
Quote:
|
Can someone post how a link to one of their member profiles that shows how it should look? I cannot get the awards to show in members profiles. This is on 3.6.10pl2
|
Quote:
I'd also like to Add that for the Postbit Icons of the Awards to Point Right inside the Tab, you should also Modify the "awards_bit" Template Replacing the Current Code with the Following One (notice that I only Added a "&tab=myawards" before "#aw_issue$award[issue_id]" and after "u=$award[userid]": Code:
<a href="member.php?$session[sessionurl]u=$award[userid]&tab=myawards#aw_issue$award[issue_id]"><img src="$award[award_icon_url]" alt="$award[award_name]" border="0" /></a> My Best Regards. :) |
This will not work on 3.6 version, as they do not have the tabs in the profile, you need version 2.1.4 of this hack which can be found HERE
|
Quote:
Awesome, this fixed my problem also, thanks. A little bug, my awards disappear from post bit after I edit a post, but display again once I click away. |
I detected a small error.
I use links with [url] tags in awards. It seems that tags are not turned into html when displaying in the member profile. I can only see the tags there. oh, i converted from 2.1.4. There everything was fine. Best regards hj |
Quote:
|
Quote:
|
I remember reading that there was a update in the works for the past weekend?
Any news on this? |
Anyway to get this to display under the visitor messages on the main profile instead of a tab? This would be for version 3.7.3
Thanks |
Okay, asking again :)
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 - installed and donated!! |
Thanks kurv;
Where would you like the link placed? cause right now when you click on an award it should take you to there profile (soon to the awards tab itself), we may be able to figure a way to have it choose able to which it would take you to. to gorentals: this would be possible yes as an option. As to an update...we where not able to work on this as much as we would have liked to this past week...I really hate emergancies, expect some major updates coming the weekend of the 27th. |
Ok thanks Xanlamin....Love your mod btw.
Is this something I can do or in the coming update? Thanks again |
Not sure, I am only familure with certain parts of the code, my brother Cypher knows more of the deeper code and how to do the options aspect.
|
Thanks for your hard work.
|
I had this working for some time now but suddenly members can't request an award. If you click on "request award", the page refreshes and nothing happens.
Then if I try to ISSUE an award from the admin panel, I get the following error. Code:
Database error in vBulletin 3.7.3: |
OK folks....I looked into this a bit deeper. The problem with the database error seems to be only when there is an apostrophe in the username. This user is Sleeperhawk's Mechanic. I can give awards to members with the apostrophe or to this one if I use the userID instead of the name. I can live with that but is there a fix for it?
As for not being able to request an award. That may be just because I, as admin, am trying to do so. Maybe it won't allow me to. Never tried before but was trying to test it in researching the above problem and noticed that it doesn't work if I click on "request award". |
All times are GMT. The time now is 07:46 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:
|