vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Yet Another Awards System (https://vborg.vbsupport.ru/showthread.php?t=187600)

Nadeemjp 11-21-2008 01:40 PM

i re-imported but the error still stays

Silencer Groans 11-21-2008 07:41 PM

How can I make my presentation instead of the icon award the medal picture?

TheLastSuperman 11-21-2008 10:13 PM

Quote:

Originally Posted by Silencer Groans (Post 1670243)
How can I make my presentation instead of the icon award the medal picture?

Be more specific for the coder else show a screenshot with big red arrows asking specifically what you want! I have a similar mod and could have most likely helped this coder out by answering IF you would have provided more info ;)

Just saying....

Presentation instead of the icon award the medal picture?????

I was lost but if your english is not up to par then forgive me for sounding this way :D

CypherSTL 11-22-2008 03:53 AM

Quote:

Originally Posted by Nadeemjp (Post 1670046)
i re-imported but the error still stays

I'll look into it here locally and see if I can dig up anything.

Anyone else running this mod on 3.7.4 PL1?

CypherSTL 11-22-2008 06:15 AM

Alright. I've tested the newest release (3.7.3) on vBulletin 3.7.4. PL1 and everything is working properly.

I still need to figure out why its not sorting the awards.

Nadeemjp 11-22-2008 07:17 AM

alright cypher, i look forward to it. it is really scaring my users away:D

liwo 11-22-2008 05:15 PM

As a temporary workaround you could just disable the php error messages so your users do not see them.

Just place the following line in the .htaccess file in your forum root:
Code:

php_flag display_errors off
As for the error you are getting, I suspect you are using mysqli instead of mysql. There is nothing wrong with that, actually it is the preferred way with php5, but the memberlist code works only with the old mysql. I haven't tested this though, just looked at the code.

father guido 11-22-2008 09:25 PM

I would like to lower the current location on my postbit_legacy template but I am not sure what to move. The awards are currently velow the ranking and I would like them to be at the bottom after "Rep Power".

What do I have to adjust to make this happen?

Thanks in advance :)

CypherSTL 11-23-2008 05:26 AM

Quote:

Originally Posted by father guido (Post 1670834)
I would like to lower the current location on my postbit_legacy template but I am not sure what to move. The awards are currently velow the ranking and I would like them to be at the bottom after "Rep Power".

What do I have to adjust to make this happen?

Thanks in advance :)

As far as I know their is not a template hook to for dynamic placement of the Awards Showcase at that location.

You would have to manually edit your postbit template.

As for the people requesting that the border be removed from the Awards Showcase within the postbit, the next release does have 3 different display options that you can choose from. Currently I'm tackling the sort orders within the awards system. Once that is completed, I will release an update.

CypherSTL 11-23-2008 10:38 AM

Version 3.7.4 Released

  • Sorting should be working correctly
  • Removed unused plugins
  • Added multiple display options for Postbit Display (see attachments)
Everyone should update to this latest version.

father guido 11-23-2008 12:00 PM

Quote:

Originally Posted by CypherSTL (Post 1671054)
As far as I know their is not a template hook to for dynamic placement of the Awards Showcase at that location.

You would have to manually edit your postbit template.

DOH! Using the default position put it exactly where I wanted it to be - Thank you and thanks for the update!

Nadeemjp 11-23-2008 12:55 PM

Dear Cypher, now the when i press the member list, the error is shifted underneath the user name. the error says

Code:

Warning: mysql_query() [function.mysql-query]: Access denied for user '*****'@'localhost' (using password: NO) in [path]/awards_memberlist.php on line 13

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/awards_memberlist.php on line 13

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/awards_memberlist.php on line 14

any help?

Nadeemjp 11-23-2008 12:56 PM

oh by the way i updated ur 3.7.4

CypherSTL 11-23-2008 01:15 PM

Quote:

Originally Posted by Nadeemjp (Post 1671273)
Dear Cypher, now the when i press the member list, the error is shifted underneath the user name. the error says

Code:

Warning: mysql_query() [function.mysql-query]: Access denied for user '*****'@'localhost' (using password: NO) in [path]/awards_memberlist.php on line 13

Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in [path]/awards_memberlist.php on line 13

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/awards_memberlist.php on line 14

any help?

The only reason I can see that error coming up, liwo also mentioned it, using the MySQLi DB Type.

If anyone can give me a bit of help on getting the award_memberlist.php to work on both MySQLi and MySQL I'd appreciate it.

Silencer Groans 11-23-2008 06:34 PM

Quote:

Originally Posted by TheLastSuperman (Post 1670309)
Be more specific for the coder else show a screenshot with big red arrows asking specifically what you want! I have a similar mod and could have most likely helped this coder out by answering IF you would have provided more info ;)

Just saying....

Presentation instead of the icon award the medal picture?????

I was lost but if your english is not up to par then forgive me for sounding this way :D

Wajid language is not English a lot.

My answer to your question is yes

I want the image of the medal instead of an icon

Thank you, my dear,

gamerfu 11-23-2008 11:18 PM

SORTING WORKS! YAY! AWESOME! :cool:

CypherSTL 11-24-2008 12:10 AM

Quote:

Originally Posted by gamerfu (Post 1671642)
SORTING WORKS! YAY! AWESOME! :cool:

Glad to hear :)

Quote:

Originally Posted by Silencer Groans (Post 1671502)
Wajid language is not English a lot.

My answer to your question is yes

I want the image of the medal instead of an icon

Thank you, my dear,

Just use the same image link on both image input fields.

thomas1977 11-25-2008 02:13 PM

Hi I am new to this. I have download the zipped file. Now how should I install it, is there any installation instructions.

Need help, thanks.

Nadeemjp 11-26-2008 12:05 AM

@thomas: the installation instructions are enclosed in the zip folder:)

Nadeemjp 11-26-2008 12:06 AM

Quote:

Originally Posted by CypherSTL (Post 1671281)
The only reason I can see that error coming up, liwo also mentioned it, using the MySQLi DB Type.

If anyone can give me a bit of help on getting the award_memberlist.php to work on both MySQLi and MySQL I'd appreciate it.

so when do u expect this mysqli and mysql functioning to be functional?

CypherSTL 11-27-2008 12:21 AM

Quote:

Originally Posted by Nadeemjp (Post 1673045)
so when do u expect this mysqli and mysql functioning to be functional?

Boards that use the normal MySQL extension is working properly. I'm doing a lot of reading on the vBulletin Data Class so hopefully here soon I can get that taken care of.

Nadeemjp 11-27-2008 04:16 AM

oh ok.
i sincerely hope that this is the reason that i am getting errors and that you can be able to cure it.

Goomzee 11-27-2008 08:09 AM

thankx but how it;s works i mean how do i give award any member

Goomzee 11-28-2008 04:04 AM

Quote:

Originally Posted by Goomzee (Post 1673884)
thankx but how it;s works i mean how do i give award any member

anybody plz reply my above post

ImmortalForums 11-28-2008 09:12 PM

Quote:

Originally Posted by CypherSTL (Post 1671281)
The only reason I can see that error coming up, liwo also mentioned it, using the MySQLi DB Type.

If anyone can give me a bit of help on getting the award_memberlist.php to work on both MySQLi and MySQL I'd appreciate it.

The reason for this is your using MySQL commands instead of using vbulletin datamanager ones. Its actually a really simple fix and I have attached it.

Skitty 11-29-2008 01:10 AM

Hello, I have the mod installed and just about everything is fine except for one bug (I'm using 3.7.4 PL1).

In the settings for sending the PM alerting the award recipient, I entered the user ID of the Admin we want to show as the PM sender. However, when the person receives the PM it shows the Admins user ID # as the sender instead of showing the senders name. When the pm is opened however, everything is normal and the pm looks fine when viewed. Any idea what might be wrong ? Thank you !

Adam21 11-29-2008 05:10 AM

I have a right side column on every page on my board and the awards.php?do=viewaward page pushes my right side column all the way to the bottom.Is there anyway to fix it?

*edit: fixed.there was extra </td></tr></table> closing tags in the view awards template that messes with my side column template.

pantani 11-29-2008 09:58 PM

Works just fine thanks and nice job :)

Nadeemjp 11-30-2008 10:41 PM

Quote:

Originally Posted by ImmortalForums (Post 1674785)
The reason for this is your using MySQL commands instead of using vbulletin datamanager ones. Its actually a really simple fix and I have attached it.

cypher, can you please check and verify that the problem has been solved here, so that i can uploade this file.

thankx

nightbloom 12-02-2008 02:59 AM

This mod just isnt working very well for me. It doesnt send a PM when someone gets an award. When I checked it out, I clicked to change the body or the subject and got this: No Phrases Matched Your Query

Also, in the Awards tab in the profile, all the information about the award is in the single column under "Image" and the description area is blank unless I choose to show the image. I dont want the image shown because that is twice the work.

Anything that can be done? I looked through this thread a bit, but its like

KempoMRK 12-02-2008 10:26 PM

Where can I find more medals for this hack? I noticed there were more in the screenshot but I can't find them.

Thanks a lot.

Nadeemjp 12-02-2008 11:09 PM

dear kempomark, you have to search and look for such medals. i did and found some really good medals. i will upload them all here so that everyone can benefit from it.

mholtum 12-03-2008 03:13 AM

<a href="https://vborg.vbsupport.ru/showthread.php?p=1676662#post1676662" target="_blank">https://vborg.vbsupport.ru/showt...62#post1676662</a>
I use these.

NikosN 12-03-2008 10:11 AM

Thank you~!

KempoMRK 12-03-2008 12:42 PM

I found what I was looking for :)

I looked through the past versions of the old hack and they had a zip full of default medals:

https://vborg.vbsupport.ru/showthread.php?t=78934

Thanks for your help nadeem and mholtum.

Skitty 12-03-2008 01:51 PM

Quote:

Originally Posted by nightbloom (Post 1676831)
I clicked to change the body or the subject and got this: No Phrases Matched Your Query

Hello nb, I had a same problem, find the template "award_pm" and this is where you can do the proper editing.

SNATCH3R 12-05-2008 09:47 AM

Thanks for this mod...workin like a charm......is there any source where we can get more award icons.....just for variety ?

ImmortalForums 12-05-2008 10:04 PM

Please note awards_postbit_display_style2 is not cached.

thedudleys 12-10-2008 12:06 PM

i got mine needing the award system when i uninstall the plugin XML file, it gives me this error:

Quote:

Fatal error: Class 'vB_ProfileBlock_MyAwards' not found in /home/usr/public_html/includes/class_profileblock.php on line 64
which according to what i could find was :

PHP Code:

$this->cache["$class"] =& new $classname($this->registry$this->profile$this); 

once i reupload the php file it worked fine then jumped back to the error. any ideas on how to remove it?

kNeeLy 12-13-2008 12:22 AM

what am i missing?? I really want to install this...but i dont see any instructions..lol..helpanoob?

Edit: Ok...i've read justabout every page and cant find my problem...

i DL'd the file...
extracted files.
uploaded the 'upload' file to my server (do i upload it to the 'forum' link in my server?)
then i uploaded the xml document into the products part in the ACP in VB..

now..it shows up as award system in the pull down menu settings...but does not appear in the main colum on the left in the acp....

what am I missing or doing wrong???


All times are GMT. The time now is 05:55 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
  • Page Generation 0.01704 seconds
  • Memory Usage 1,831KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete