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)

Mahar 07-17-2009 05:25 PM

Is there anyway to make awards auto issued once a members usergroup is changed to Mod, S Mod, Admin or by reaching a certain amount of posts, having been joined for set amount of years etc.

After a while manually adding these awards is tiresome

Xencored 07-19-2009 06:16 PM

1 Attachment(s)
Hi mate how can i make the "Name / Description" box longer it squsshed up all my text

Attachment 102215

Cheers

HolyKiller 07-20-2009 09:46 PM

Quote:

Originally Posted by animemike (Post 1851777)
Hi mate how can i make the "Name / Description" box longer it squsshed up all my text

Attachment 102215

Cheers

Style manager -> <Your Style> -> Edit Templates -> Click on the "<< >>" for expand all groups > Edit awards_category

Add width for first column and edit width for second column for example like this:

For the expand first column FIND:
Code:

<td class="thead" nowrap="nowrap">$vbphrase[award_name] / $vbphrase[award_description]</td>
and add WIDTH value (or just replace row with this one):
Code:

<td class="thead" nowrap="nowrap" width="20%">$vbphrase[award_name] / $vbphrase[award_description]</td>

and for width correction FIND:
Code:

<td class="thead" width="100%">$vbphrase[users_with_awards]</td>
and just edit the value to the "100% minus [your first column width]", like this:
Code:

<td class="thead" width="80%">$vbphrase[users_with_awards]</td>
(100-20=80 :D )

OR you can use fixed values, it works tooo :p

Save and enjoy :)

Hope it helps :)

davepurcell 07-20-2009 11:01 PM

Quote:

Originally Posted by Deege (Post 1842852)
All is fine except one thing, when I go to awards.php

I get a blank page with this:
Fatal error: Cannot redeclare construct_depth_mark() (previously declared in MYURL/board/awards.php:98) in MYURL/board/includes/adminfunctions.php on line 1832


anyone know how to fix this :S

I've been getting the same error but only since I installed "Pedro!'s Post Report Manager 0.92".

Anyone got any ideas?

Xencored 07-21-2009 01:38 PM

Quote:

Originally Posted by HolyKiller (Post 1852465)
Style manager -> <Your Style> -> Edit Templates -> Click on the "<< >>" for expand all groups > Edit awards_category

Add width for first column and edit width for second column for example like this:

For the expand first column FIND:
Code:

<td class="thead" nowrap="nowrap">$vbphrase[award_name] / $vbphrase[award_description]</td>
and add WIDTH value (or just replace row with this one):
Code:

<td class="thead" nowrap="nowrap" width="20%">$vbphrase[award_name] / $vbphrase[award_description]</td>

and for width correction FIND:
Code:

<td class="thead" width="100%">$vbphrase[users_with_awards]</td>
and just edit the value to the "100% minus [your first column width]", like this:
Code:

<td class="thead" width="80%">$vbphrase[users_with_awards]</td>
(100-20=80 :D )

OR you can use fixed values, it works tooo :p

Save and enjoy :)

Hope it helps :)

Bah i was looking for this bugger for 3 days hahah
Worked great mate tho 30-70 was need thanks dude all is good again:up:
Mike

genesisdnb 07-23-2009 11:24 AM

First of all I'd like to say this is a GREAT product! Now I know there is a way to make the awards automated using Cron Jobs and Scheduled Tasks but I haven't got a clue, does anyone have any idea? more importantly if anyone can do this for me I don't mind paying them!

vfktunes 07-27-2009 10:29 PM

This has probably been asked, but is there a way to give an award to user id #'s 1-100?

Or to a certain usergroup?

Biker_GA 07-28-2009 03:19 PM

Quote:

Originally Posted by davepurcell (Post 1852510)
I've been getting the same error but only since I installed "Pedro!'s Post Report Manager 0.92".

Anyone got any ideas?

It's obviously a conflict with the other add on. You'll have to decide which one to keep.

rrudeboy 07-28-2009 03:28 PM

i am still looking for a way to show the shields AFTER the username...

davepurcell 07-28-2009 10:56 PM

Quote:

Originally Posted by rrudeboy (Post 1857207)
i am still looking for a way to show the shields AFTER the username...

It'd be a simple moving a bit of the template around.
Either postbit or postbit_legacy

Biker_GA 07-28-2009 11:14 PM

GAH! I knew there was something I was supposed to be tracking down.

It's not template based. I suspect it's placed in the postbit via awards.php in /admincp. Unfortunately, my programming skills are such that I'd have to study the file for some time before I figured out where it was called and how to place it within the postbit in the forums.

rrudeboy 07-28-2009 11:37 PM

Quote:

Originally Posted by davepurcell (Post 1857509)
It'd be a simple moving a bit of the template around.
Either postbit or postbit_legacy

it's not that simple, especially since i can't find the entry in the postbit template ]

Biker_GA 07-29-2009 12:09 AM

I suspect it's placed in the postbit via awards.php. There's a hook in the postbit templates that would allow something like this to be accomplished. The advantage to this is not having outdated templates whenever you upgrade. The downside to this is not being able to easily modify the placement of the award.

Mahar 07-30-2009 04:19 AM

Suggestion

How about giving the ability to mass award people in specific usergroups instead of manually per user....I want to award people who have registered and I'm tired of going through the member list...I just want to hit Registered Usergroup and give it to anyone who doesn't have it.

FIX
You should make it so, if the user already has the award, that a confirmation screen pops up...I wouldn't want to accidentally give an award to the same person twice without fair warning....but for those who do want that, it should be an option to turn off in the settings.

TomHQ 08-03-2009 10:12 PM

I love your mod a lot but I was wondering how I could go about removing the "What is your name?" field as I don't need it because the username is already given.

Biker_GA 08-04-2009 10:47 AM

Template awards_request_form

TomHQ 08-04-2009 10:32 PM

Quote:

Originally Posted by Biker_GA (Post 1861158)
Template awards_request_form

When I do that it says a required field is missing when I go to submit the form again

Angry_Sun 08-09-2009 01:19 AM

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.

Angry_Sun 08-11-2009 06:33 AM

Help? I found out something though, it turns up it's part of: Block Borders in the Customize Profile. Why can't it fit under like primary content, or secondary content. Anything? Help?

gamerfu 08-11-2009 06:44 AM

Try contacting the deveoper at Battle-Lands.com

edit: looks like the developer's website is down.

Angry_Sun 08-11-2009 07:21 AM

Quote:

Originally Posted by gamerfu (Post 1864974)
Try contacting the deveoper at Battle-Lands.com

edit: looks like the developer's website is down.

Of course... >_>

Angry_Sun 08-14-2009 09:58 AM

Well, any help?

gamerfu 08-21-2009 10:13 PM

Quote:

Originally Posted by Angry_Sun (Post 1867048)
Well, any help?

Emailing the developer trhough their profile might work. :cool:

klaja26 08-22-2009 05:15 AM

When I have the awards system on whenever I try to access a profile I get

Invalid SQL:

SELECT
*
FROM
award_user AS award_user
LEFT JOIN award AS award USING (award_id)
WHERE
award_user.userid = 19
AND award.award_active = "1"
ORDER BY
issue_time desc;

I will click install once I get some help on this

jfrenaye 08-23-2009 11:16 PM

I am not seeing an AWARD category in my Admin CP. Under the VB Options it is there and I set all the settings, but I am not seeing the category AWARD SYSTEM and the Award Manager as shown in the screenshot above.

realmr 08-27-2009 11:13 AM

how to edit the awards display page ?? I meant the page which shows the award categories, I want to design it a bit more with some codes and images

Angry_Sun 08-27-2009 06:11 PM

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.

Anyone?

Mahar 08-28-2009 06:23 AM

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.

Mahar 08-28-2009 06:24 AM

Quote:

Originally Posted by jfrenaye (Post 1873002)
I am not seeing an AWARD category in my Admin CP. Under the VB Options it is there and I set all the settings, but I am not seeing the category AWARD SYSTEM and the Award Manager as shown in the screenshot above.

Try uninstalling the product and double checking you have the admin cp stuff installed right in your forum root.

Mahar 08-28-2009 06:26 AM

Quote:

Originally Posted by jfrenaye (Post 1873002)
I am not seeing an AWARD category in my Admin CP. Under the VB Options it is there and I set all the settings, but I am not seeing the category AWARD SYSTEM and the Award Manager as shown in the screenshot above.

StyleManager>Your Style>Yet Another Awards System Templates>Awards_Category

OR

StyleManager>Your Style>Yet Another Awards System Templates>Awards_Categorybit

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 02:22 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.01791 seconds
  • Memory Usage 1,840KB
  • 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
  • (13)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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