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)

cclaerhout 09-15-2005 08:38 PM

Here's the French translation for Yet Another Awards System 3.5 v2.0.0.
Just import the xml file as a product, and it will replace english phrases by french ones.

Edit : FR01 translation deleted.

cclaerhout 09-16-2005 07:08 AM

Here's the French FR02 translation for Yet Another Awards System 3.5 v2.0.0.

Just import the xml file as a product, and it will replace english phrases by french ones.

P.S : FR02 means second version

cclaerhout 09-16-2005 07:18 AM

Quote:

Originally Posted by cclaerhout
Here's the French FR02 translation for Yet Another Awards System 3.5 v2.0.0.

Just import the xml file as a product, and it will replace english phrases by french ones.


P.S : FR02 means second version

Just to say that just one phrase remains hardcoded in the award.php line 453 :
Code:

print_table_header("Give award to user", 2, 0);

cclaerhout 09-16-2005 07:59 AM

Is there a way (ie : in postbit) to align awards from a same category in a line, then with a <br /> to align icons from another category in another line ?

Exemple sheme of the postbit :

Username (line 1)
Avatar ("line" 2)
awards from cat.1 (line 3)
awards from cat.2 (line 4 )

Stunner Inc. 09-16-2005 08:52 AM

Ok I'm either dumb or can't read....I put the medals where the instructions said ({ROOT}/images/medals/*)I get red X's on my site....I try putting them elsewhere and still get X's....HELP would be appreciated....

Do I have to move the Folder in the zip called Medals to the images folder or not?

cclaerhout 09-16-2005 09:22 AM

Quote:

Originally Posted by Stunner Inc.
Ok I'm either dumb or can't read....I put the medals where the instructions said ({ROOT}/images/medals/*)I get red X's on my site....I try putting them elsewhere and still get X's....HELP would be appreciated....

Do I have to move the Folder in the zip called Medals to the images folder or not?

Are you sure about the path you have precised for each picture in admincp ?

Cyricx 09-16-2005 04:29 PM

Bug with table prefixes when viewing "awards.php?award_cat_id=x"

Got an sql error.

Fixed it by changing this

Code:

        // check to see if we have already got the results from the database
                $fcache = array();
                $award_cats = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "award_cat
                " . iif($display_award_cat_id, "WHERE award_cat.award_cat_id = $display_award_cat_id", '') . "
                        ORDER BY award_cat_displayorder
                ");


To this
Code:

        // check to see if we have already got the results from the database
                $fcache = array();
                $award_cats = $db->query_read("SELECT * FROM " . TABLE_PREFIX . "award_cat
                " . iif($display_award_cat_id, "WHERE " . TABLE_PREFIX ."award_cat.award_cat_id = $display_award_cat_id", '') . "
                        ORDER BY award_cat_displayorder
                ");

You were missing a table_prefix after the where statement :)

Also, noticed that the "awards_bit" template isn't getting cached when viewing threads?

Causing alot of extra queries.

Mastermaik 09-20-2005 06:40 AM

Hi there,
is there any translation of this hack into german !?
would be very great !

mtha 09-20-2005 10:07 PM

Quote:

Originally Posted by Mastermaik
Hi there,
is there any translation of this hack into german !?
would be very great !

There's one for vB 3.0.x

http://www.vbhacks-germany.com/forum...ead.php?t=1285

Mastermaik 09-22-2005 08:51 AM

Quote:

Originally Posted by mtha

But thats not working in 3.5 i guess, or ?
A original version for 3.5. isn?t available !?
thx


All times are GMT. The time now is 04:06 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.01385 seconds
  • Memory Usage 1,744KB
  • 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
  • (4)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
  • (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