vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Yet Another Awards System 3.5 v2.1.2 (https://vborg.vbsupport.ru/showthread.php?t=94836)

Flow Fusion 10-10-2005 10:20 PM

How can I get the award to show in the postbit? Right now all I get is the links?

mtha 10-10-2005 11:26 PM

Quote:

Um, me again https://vborg.vbsupport.ru/ Is there a way to maybe add a toggle switch in options so noone can be added for a medal more than once? I have a ton of members and it can be hard to organize sometimes.
you have ton of members to give awards? wow ...
i'd give a member the same awards as many time as it needs. if you dont want to give member award many time, just dont give him again.
it's posible to check award+userid when adding one, but I cant do it now.


Quote:

For some reason the medals showing in postbit do not show up viewing PM's or when you use quick reply the medals dont show up until you refresh the page. Keep in mind the quick reply is using the ajax so the page doesnt reload from your reply.
well, there's some problem in private and announcement, will look into it.

Quote:

Is there anyway of displaying awards side by side 5 across, then move to the next line and add another 5, etc, etc. or wrapping to the next line with the YAAS system and if so how?
I didnt test, but you can try. edit YAAS - Showthread_postbit_create plugin

replace

PHP Code:

               foreach($userawardscache[$post['userid']] AS $award_id => $award
                { 
                    
$aw_i++; 
                    if (
$aw_i <= $vbulletin->options['aw_display_limit']) 
                    { 
                        eval(
'$post[userawards] .= "' fetch_template('awards_bit') . '";'); 
                    } 
                } 

with
PHP Code:

               foreach($userawardscache[$post['userid']] AS $award_id => $award
                { 
                    
$aw_i++;
                    if (
$aw_i <= $vbulletin->options['aw_display_limit']) 
                    { 
                        eval(
'$post[userawards] .= "' fetch_template('awards_bit') . '";'); 
if ((
$aw_i%5) == '0') eval('$post[userawards] .= "<br>";'); 
                    } 
                } 

</font></font>
Quote:


How can I get the award to show in the postbit? Right now all I get is the links?
How can I understand what your error is? if you dont have award, no link is available at all.
read the manual on how to add/give award.

rb290 10-11-2005 01:34 AM

I wanna know how you put this awards in the navbar thatll link it to www.mysite.com/awards.php so people will notice it and see what it is cause not many people know without being informed

mtha 10-11-2005 06:12 PM

Quote:

Originally Posted by rb290
I wanna know how you put this awards in the navbar thatll link it to www.mysite.com/awards.php so people will notice it and see what it is cause not many people know without being informed

edit navbar,

add <a href="awards.php">Awards</a> to the place that you want people to see it.


you can customize the template to look the same with other links that you have in there

mtha 10-11-2005 06:13 PM

Version 2.0.3 is released with the fix to display awards in PM and announcement.

please reimport the XML product!

StarGame 10-12-2005 09:50 AM

Hi, i do not know if this has already been ask but when i installed your script on my forums I could not see or access the awards in my admin area, it did not appear under 'Users'
Can anyone help me?
Cheers

mtha 10-12-2005 05:41 PM

Quote:

Originally Posted by StarGame
Hi, i do not know if this has already been ask but when i installed your script on my forums I could not see or access the awards in my admin area, it did not appear under 'Users'
Can anyone help me?
Cheers

did you upload the files, especially the /includes/xml/cpnav_awards.xml ?

did you refresh the admincp browsers?

if you have dual_admin nav. installed, it will be on the second panel.

Flow Fusion 10-13-2005 02:11 PM

OK I'm sorry but I don't see any way to request an award? Please explain....

WNxWakko 10-13-2005 08:12 PM

Installed 2.03. I still see the problem when a user uses quickreply their medal does not showup until they refresh the page.

mtha 10-13-2005 10:10 PM

Quote:

Originally Posted by Flow Fusion
OK I'm sorry but I don't see any way to request an award? Please explain....

- Read the manual
- Check the Award settings. Request is Off by default, you need to turn is ON and configure "award_request_settings" if you want to use.


Quote:

Installed 2.03. I still see the problem when a user uses quickreply their medal does not showup until they refresh the page.
Didnt think of this ajax before. anyway, it's just you who dont see your medal, after you do quickreply, right? others still can see it fine, so it shouldnt be a big deal.


All times are GMT. The time now is 06:11 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
  • Page Generation 0.01546 seconds
  • Memory Usage 1,758KB
  • 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
  • (2)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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