vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - Yet Another Awards System (https://vborg.vbsupport.ru/showthread.php?t=196244)

Angry_Sun 08-29-2009 06:37 PM

Quote:

Originally Posted by Mahar (Post 1875667)
To edit the showcase area, goto your style manager>your style>Yet Another Awards System Templates>Awards_Showcase


That'll be where you'll find your stuff.

There isn't even a td for that area. I don't know what to add. >..<

daedelus 09-08-2009 09:18 AM

Does anyone know how (in awards_postbit_display) we can get it to check to see if the user has received the same award more than once, and then to only display it once, instead of having it show up 3 to 4 times?

realmr 09-10-2009 07:35 AM

edited: found the solution

Markos 09-18-2009 04:25 PM

hi ive just installed this looks great thanks for this but i was just wondering is there anyway i can add something so i don't have to go to the admincp to give them the award just like if i click on there name in the postbit and i can give them an award from there ??

iv looked through the posts but didn't see anything unless i missed it

darkblade25 09-21-2009 03:58 AM

Quote:

Originally Posted by Angry_Sun (Post 1863839)
Where can I edit so that this black box:
http://i86.photobucket.com/albums/k9...4/Example4.jpg
https://vborg.vbsupport.ru/external/2009/09/7.jpg


Is actually the color of the style / the customized user profile.

You can edit the memberinfo here Member Info Templates -> memberinfo_block_myawards

Markos 09-22-2009 10:46 AM

Quote:

Originally Posted by Markos (Post 1887066)
hi ive just installed this looks great thanks for this but i was just wondering is there anyway i can add something so i don't have to go to the admincp to give them the award just like if i click on there name in the postbit and i can give them an award from there ??

iv looked through the posts but didn't see anything unless i missed it

any one know how i can do this if it can be done ?

jcline 09-29-2009 01:51 PM

I am using the option to create a thread with award requests in a forum. Anyone know how to put the name of the award that is being requested into the title?
I am not good with PHP is the problem, but I know it involves editing "request_award.php" and the template.

I have gotten it to show the request reason by editing this line:
Code:

$posttitle = construct_phrase($vbphrase['award_request_post_title'], "$award_request_recipient_name", "$award_request_reason");
The problem is the award_request_reason variable is already defined, along with the award_id, but I can't seem to figure out how to tell it to use the award_name...
I know it's can't be hard, I just don't have that PHP / vbmod background ;)

dai-kun 09-30-2009 06:31 AM

'awards_postbit_display_style2'
'awards_postbit_display_style3'

still not cached.. I thought this was fixed TWICE?

Edit PLUGIN
YAAS - cache templates

Find:
Code:

$globaltemplates = array_merge($globaltemplates, array('awards_bit', 'awards_postbit_display'));
replace with:
Code:

$globaltemplates = array_merge($globaltemplates, array('awards_bit', 'awards_postbit_display', 'awards_postbit_display_style2', 'awards_postbit_display_style3'));
Edit awards.php
Find:
Code:

        'awards_postbit_display'
replace with:
Code:

        'awards_postbit_display',
        'awards_postbit_display_style2',
        'awards_postbit_display_style3'


This mod adds a lot of queries. Mod disabled: 31 queries, Mod enabled: 41 queries.
Does it add a query for each post in the threadview, even IF that person had NO awards?

trotskid 10-01-2009 12:13 AM

Hi. When I set the display order ASC (or DESC) in award listing instead newer first (default), the function to display awards in member list (Member List: Display Awards) doesn't work.

Any suggestions?

Thanks

Speysider 10-03-2009 02:20 PM

Just wanting to know, how do you edit the text so that it reads Emblems, instead of Awards?


All times are GMT. The time now is 08:36 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.01741 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)bbcode_code_printable
  • (3)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