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


All times are GMT. The time now is 05:16 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.01869 seconds
  • Memory Usage 1,749KB
  • 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
  • (8)bbcode_code_printable
  • (5)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