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)

oman 08-22-2005 04:18 PM

thanx dear mtha

for upgrade this hack

Vizionz 08-22-2005 04:23 PM

Code:

<!-- [START HACK='Yet Another Awards System hack' AUTHOR='HacNho'] -->
            <if condition="$show['userawards']">
            <fieldset class="fieldset">
                <legend>$vbphrase[award_showcase]</legend>
                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                <tr>
                    <td align="center">
                        $userawards
                    </td>
                </tr>
                </table>
            </fieldset>
            </if>                    * remove that --> </if>*
                      <!-- [END HACK='Yet Another Awards System hack' AUTHOR='HacNho'] -->

i get a parse error when i try adding that first template edit

note just read that post above


The admincp add award section and edit award section should have a drop down that reads from the medals directory and shows a preview of each medal

ForYou 08-22-2005 05:45 PM

Hello ,

When i need to request Award , there is error message

Warning: main(/home/SITENAME/public_html/montada./includes/settings.request_award.php): failed to open stream: No such file or directory in /request_award.php on line 23

Fatal error: main(): Failed opening required '/home/SITENAME/public_html/montada./includes/settings.request_award.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/SITENAME/public_html/montada/request_award.php on line 23

Regards

ForYou 08-22-2005 06:31 PM

Hello ,

I can't see the Issue time ,

How can i let Issue time appear ,

Regards

ForYou 08-22-2005 07:06 PM

Hello ,

When i put NO here ,

Display Icon in Awards List
Do you want to show award icon column in Awards list page

Look in the photo what happend ,

https://vborg.vbsupport.ru/

But the Correct in this photo ,

http://www.dardasha.net/imagehost/up...23398dc0bb.png

Please Help

Regards

mtha 08-22-2005 08:41 PM

Quote:

Originally Posted by wcbryant
Will this extension recognize awards given from/through AnimeWebby's 3.0.x version of his hack? Meaning can I install yours when I move my site to 3.5.0, and have all the old awards still recognized by their database entries?

If not, is there a way to convert the old awards to your new system?


No, my database structure is different from his. There's no convertor yet available, but it can be done...

Quote:

Originally Posted by Biker_GA
Did all the file edits, installed the product and got this when clicking on a post:
Code:

MySQL Error  : Unknown column 'a.award_id' in 'on clause'
Error Number : 1054
Date        : Monday, August 22nd 2005 @ 12:10:33 PM
Script      : http://www.*******.org/forum/showthread.php?p=336700


Do you still get the error? check your database and see if you have the "award" table

Quote:

There are two /if statements at the end of that edit. Remove one of them.
yeah, I was copying from vB compare, and it wasnt good. the new file was updated.

the first edit just had one </if> and the second one just has one </table> at the end.

Quote:

Originally Posted by ForYou
Hello ,

When i need to request Award , there is error message

Warning: main(/home/SITENAME/public_html/montada./includes/settings.request_award.php): failed to open stream: No such file or directory in /request_award.php on line 23

Fatal error: main(): Failed opening required '/home/SITENAME/public_html/montada./includes/settings.request_award.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/SITENAME/public_html/montada/request_award.php on line 23

Regards

Did you have settings.request_award.php file uploaded to your includes folder? if not please do so. If you already have it up there, replace the request_award.php by the new one of the zip file

Quote:

Originally Posted by ForYou
Hello ,

When i put NO here ,

Display Icon in Awards List
Do you want to show award icon column in Awards list page

Look in the photo what happend ,

Will look into that :) thanks

ForYou 08-22-2005 09:02 PM

Quote:

Originally Posted by ForYou
Issue time

Hello ,

What about the Issue time , I can't see it

Regards

mtha 08-22-2005 09:26 PM

Quote:

Originally Posted by ForYou
Hello ,

When i put NO here ,

Display Icon in Awards List
Do you want to show award icon column in Awards list page

Look in the photo what happend ,

http://www.dardasha.net/imagehost/up...486aeaffdb.png

The bug is fixed and updated in the zip file

If you dont want to import the whole product again, you can import the attached plugin for TIME to show, and

replace the second part (above $footer) in MEMBERINFO template by


HTML Code:

<!-- Award detail list -->
<if condition="$show['userawards']">
<a name="award">
<br>
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
        <tr>
                <td class="tcat" colspan="3" align="center">$vbphrase[award_showcase]
        </tr>
        <tr>
<if condition="$vboptions[aw_showicon]">
                <td class="thead" nowrap>$vbphrase[award_icon]
</if>
<if condition="$vboptions[aw_showimage]">
                <td class="thead" nowrap>$vbphrase[award_image]
</if>
                <td class="thead" width="100%">$vbphrase[award_description]
        </tr>
        $userawardslistbits
</table>
</if>
<!-- /Award detail list -->


Sorry for the errors, my first hack in 3.5.0 :)

wcbryant 08-22-2005 09:32 PM

Quote:

Originally Posted by mtha
No, my database structure is different from his. There's no convertor yet available, but it can be done...

I think that would be a huge bonus if it could be done. Several hundred different rewards have been given out on my site, so it wouldn't be practical to try and just rebuild everything manually, but I'd really like to use your hack once I move to 3.5.0.

I'll watch this thread closely, if anyone can put that together, I'll be first in line to put it to good use. :)

mtha 08-22-2005 09:40 PM

Quote:

Originally Posted by wcbryant
I think that would be a huge bonus if it could be done. Several hundred different rewards have been given out on my site, so it wouldn't be practical to try and just rebuild everything manually, but I'd really like to use your hack once I move to 3.5.0.

I'll watch this thread closely, if anyone can put that together, I'll be first in line to put it to good use. :)

I dont have his hack installed, so it'd be great if you can send me your tables that his hack created, i can look into it and write something for you, or I can work directly on your database.


All times are GMT. The time now is 08:49 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.01438 seconds
  • Memory Usage 1,761KB
  • 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_code_printable
  • (1)bbcode_html_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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