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)

donwon 03-12-2009 09:44 PM

This is awesome and I would love to use it, but the images, and other files will not upload into my ftp file transfer. Any ideas on why this is?

MarkFoster 03-18-2009 05:05 PM

Problem When I view the profile tabs of awards then everything is fine accept for "Description" there's nothing there at all, it's completely black, I've uninstalled reinstalled upgraded form all the other version and its still there, sounds like template error to me.
Please help!

Biker_GA 03-18-2009 05:27 PM

Quote:

Originally Posted by unicorn2433 (Post 1759715)
Oh and should there be an awards link in the navbar?

The program doesn't put any links into the toolbar or elsewhere. What I did is linked to the awards.php page via the postbit_legacy template.

Biker_GA 03-18-2009 05:29 PM

Quote:

Originally Posted by donwon (Post 1766821)
This is awesome and I would love to use it, but the images, and other files will not upload into my ftp file transfer. Any ideas on why this is?

More info please. There aren't very many images with this. I had to dig the originals out of an old backup and then upload.

trulylowcarb 03-18-2009 07:47 PM

1 Attachment(s)
Quote:

Originally Posted by MarkFoster (Post 1771267)
Problem When I view the profile tabs of awards then everything is fine accept for "Description" there's nothing there at all, it's completely black, I've uninstalled reinstalled upgraded form all the other version and its still there, sounds like template error to me.
Please help!

He's right. I have had this on my "To Try To Fix" list for a while now.
Here are screenshots to illustrate the problem.
Has anyone fixed this already? If so, can you please save us some time and post the proper code for the profile tab?
(If I can figure it out myself, I will come back and post the solution. Now that I know it is not just me having the problem, I will move this to the top of my To Try list.....)

Mahar 03-18-2009 08:28 PM

At least you guys can get it to work....it doesn't even work for me.

Biker_GA 03-18-2009 08:59 PM

Quote:

Originally Posted by trulylowcarb (Post 1771370)
He's right. I have had this on my "To Try To Fix" list for a while now.
Here are screenshots to illustrate the problem.
Has anyone fixed this already? If so, can you please save us some time and post the proper code for the profile tab?
(If I can figure it out myself, I will come back and post the solution. Now that I know it is not just me having the problem, I will move this to the top of my To Try list.....)

Ours works just fine. I didn't add it to the members.php page, but it shows just fine in postbit as well as the user's profile.

I suspect it's an edit error if you're having issues in getting it to display properly. Double, then triple check your installation and template edits. I suspect it's an error within one of your template edits.

Also.. When you gave the award to the individual, did you fill out the "issue reason" on the form?

hoopsta 03-18-2009 11:34 PM

works just fine in 3.8

TheLastSuperman 03-18-2009 11:43 PM

Quote:

Originally Posted by Biker_GA (Post 1771412)
Ours works just fine. I didn't add it to the members.php page, but it shows just fine in postbit as well as the user's profile.

I suspect it's an edit error if you're having issues in getting it to display properly. Double, then triple check your installation and template edits. I suspect it's an error within one of your template edits.

Also.. When you gave the award to the individual, did you fill out the "issue reason" on the form?

Most likely an edit error, this mod works great - I'm helping out a friend and we just installed one of mine and this mod - it is working flawlessly on 3.8 and is more updated than my ranks mod so a great addition IMO especially w/ the different display styles in postbit etc.

Make sure you have awards setup and all the files uploaded correctly and like Biker_GA said above check your template edits for accuracy and none of you should be having any problems. I'm currently working on a site but when I get some free time I'll whip up a video... a few of those on the way already.

Just take your time and don't get frustrated so easily ;)

Sayid 03-19-2009 03:31 AM

The problem with this mod is number of queries . It is better to reduce it using datastore or something like this

trulylowcarb 03-19-2009 05:31 PM

Quote:

Originally Posted by Biker_GA (Post 1771412)
When you gave the award to the individual, did you fill out the "issue reason" on the form?

Yes, both issue reason and description show on awards.php. Guess it's not out of the question we both made the same mistake. Could be a conflicting mod, too. Or in my case, something left over from the very old version I thought I'd wiped out when I went to 3.5. Howell. Try try again! :)

Biker_GA 03-19-2009 06:13 PM

I had some remnants of an old modification hanging around the forums long after I thought I'd removed it. Ended up blowing off the entire vBulletin installation and reloaded from scratch instead of going through each template and removing the offending code.

trulylowcarb 03-19-2009 06:13 PM

Well darn. I thought I had my problem figured out when I found this reference to hacknho in the xml file for awards showcase, but it actually came from the current package I downloaded, so I am partially stumped, still.
Code:

- <template name="awards_showcase" templatetype="template" date="1133206835" username="Cypher" version="">
- <![CDATA[ <!-- [START HACK='Yet Another Awards System hack' AUTHOR='HacNho'] --><if condition="$show['userawards']"><a name="award"></a><br><table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">        <tr>                <td class="tcat" colspan="3" align="center">                        <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('award_showcase')"><img id="collapseimg_award_showcase" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_award_showcase}.gif" alt="" border="0" /></a>                        $vbphrase[award_showcase] ($total_awards $vbphrase[awards])                </td>        </tr><tbody id="collapseobj_award_showcase" style="{$collapseobj_award_showcase}">        <tr>                <if condition="$vboptions[aw_showicon]">                                <td class="thead" nowrap>$vbphrase[award_icon]</td>                </if>                <if condition="$vboptions[aw_showimage]">                                <td class="thead" nowrap>$vbphrase[award_image]</td>                </if>                <td class="thead" width="100%">$vbphrase[award_description]</td>        </tr>        $userawardslistbits</tbody></table></if><!-- [END HACK='Yet Another Awards System hack' AUTHOR='HacNho'] --> ]]>
 </template>

{blush} I do see now that I previously edited my userward_bits template to remove the description entirely, since it persisted in showing up directly under the issue reason in the profile instead of off to the right in the next row, after my initial installation. I had forgotten all about doing it, truthfully, until I went looking today. Guess I didn't want to take the time to figure it out properly at the time. So I don't have the same issue as KenFoster after all.
In my best Gilda Radner voice...... "Never mind!" LOL

Biker_GA 03-19-2009 06:14 PM

Don't ya just hate it when CRS kicks in? :D

expeditionman 03-23-2009 02:20 PM

Uploaded files to proper directories, installed the XML file, but I do not see the awards manager.:confused:

Biker_GA 03-24-2009 12:56 PM

You'll need to add a link somewhere on your site to get to awards.php. I put mine in postbit_legacy so users could nominate posts.

expeditionman 03-24-2009 01:17 PM

What I mean is I don't have the Awards System as shown in the above screenshots..........
https://vborg.vbsupport.ru/external/2009/03/47.jpg
https://vborg.vbsupport.ru/attachmen...8&d=1226657593

donwon 03-24-2009 01:42 PM

Downloaded, but I can't see to get it to work?

I found the awards manager in the portal CP, but none of the options work. The url's are not found, and I thought I uploaded everything correctly.

expeditionman 03-25-2009 01:22 PM

Marked as uninstalled since this apparently isn't supported by the author (last login Dec 08).....can't get it to work, so, oh well.

Habtopia 03-27-2009 12:56 AM

Anybody know of a way i can make 2 awards show in somebodys profile ive tried everything just cant seem to twig it.

i dont mean on the profile tab where it already is i mean in a seperate box as im customising the user profiles

thanks in advance

TheLastSuperman 03-27-2009 01:00 AM

Quote:

Originally Posted by expeditionman (Post 1776650)
Marked as uninstalled since this apparently isn't supported by the author (last login Dec 08).....can't get it to work, so, oh well.

It is supported ;) CypherSTL is still alive lol so give things time.

Quote:

Originally Posted by Habtopia (Post 1777913)
Anybody know of a way i can make 2 awards show in somebodys profile ive tried everything just cant seem to twig it.

i dont mean on the profile tab where it already is i mean in a seperate box as im customising the user profiles

thanks in advance

Yes and no, busy at the moment but I'll see what I can come up with by Sat, should be simple but the author has updated his code quite a bit.

Saviour 03-27-2009 02:49 AM

I used to have this installed, but will wait for it to come out of Beta before I re-install it.

Asma44 04-01-2009 06:49 PM

Hi,
"CHANGES/MODIFICATION:
- Tables to add: 3 (award, award_user, award_cat)
- Files to add: 4 (/awards.php, /award_request.php, /admincp/award.php, /admincp/award_cat.php)"

Where and how shall I do that? I'm still novice in this field, please help me

slapjack2fast 04-01-2009 11:33 PM

Works GREAT for me , Thanks very much

expeditionman 04-03-2009 01:04 PM

Finally got it to work. Its a nice feature but wonder how to do away with the box and text in the users post bit and just have the award image

Biker_GA 04-03-2009 03:13 PM

Quote:

Originally Posted by Asma44 (Post 1781903)
Hi,
"CHANGES/MODIFICATION:
- Tables to add: 3 (award, award_user, award_cat)
- Files to add: 4 (/awards.php, /award_request.php, /admincp/award.php, /admincp/award_cat.php)"

Where and how shall I do that? I'm still novice in this field, please help me

Upload the files then add the plugin. You'll also need to create a menu item for awards.php.

Brakkish 04-03-2009 05:36 PM

We've been using this system for a little over 2 weeks now, and our users love it.. to one exception. It's seems the award show under a users avatar in the postbit in no particular order.

Is there a way you (developer) could add the functionality so medals are displayed in the postpit alphabetically? Or better yet, match the category display order?

realmum 04-04-2009 01:33 AM

Anyone know how I can change the content of the PMs sent out when an award is given to a user?

Can't seem to find anything :)

Thanks

Biker_GA 04-04-2009 01:15 PM

Phrase manager. Select Email Body Text and look for the award_pm phrase.

CypherSTL 04-04-2009 09:42 PM

Hey guys.

Sorry I haven't been in this thread in what seems like forever. Had a lot of personal things I have been tending to.

Dont worry, this product hasn't been forgotten. I am working on another update for this product.

CypherSTL 04-04-2009 09:43 PM

Quote:

Originally Posted by Brakkish (Post 1783176)
We've been using this system for a little over 2 weeks now, and our users love it.. to one exception. It's seems the award show under a users avatar in the postbit in no particular order.

Is there a way you (developer) could add the functionality so medals are displayed in the postpit alphabetically? Or better yet, match the category display order?

If you're using the latest release, YaAS 3.8.2:

Award System -> Award System Settings -> Sorting: Awards Listings

CypherSTL 04-04-2009 09:46 PM

Quote:

Originally Posted by expeditionman (Post 1783032)
Finally got it to work. Its a nice feature but wonder how to do away with the box and text in the users post bit and just have the award image

In the Award System Settings there are options for display styles in the postbit.

The next thing I will be working on it adding point attributes to the awards since I see a lot of people are requesting it.

As for the monthly awards, if anyone wants to help me figure out how to code that to where they're automatically given, feel free to PM me.

uprentiss 04-05-2009 06:12 PM

can you explain how to upload this p[lease?

CypherSTL 04-05-2009 06:34 PM

Quote:

Originally Posted by uprentiss (Post 1784443)
can you explain how to upload this p[lease?

The same way you upload any other mod?

You upload everything in the upload folder to your root vBulletin directory, then import the product.

uprentiss 04-05-2009 07:06 PM

what u mean my root directory

like my ftp main front

or like in the forums section?

and then i upload the xml??

this is really nice btw the award system i mean

gamerfu 04-06-2009 04:05 AM

Quote:

Originally Posted by uprentiss (Post 1784497)
what u mean my root directory

like my ftp main front


or like in the forums section?

and then i upload the xml??

this is really nice btw the award system i mean

upload to here:

yourdomain.com/forum/

uprentiss 04-06-2009 05:18 PM

ok i didd that, now what do i do thru my acp

i cant find the installer xml

i uploaded to wherer u said and now what

lol i really appreciate the help

uprentiss 04-06-2009 07:31 PM

lol heeellloooo someone help pleasseee

i got it uploaded to the root

but there is no product.xml so h ow do i run it from vbulletin admin panel

uprentiss 04-06-2009 07:43 PM

when i try to upload plug in it wont let me it keeps giving me an error plus i dont know while file to upload

i dont see A product xml to upload

uprentiss 04-06-2009 08:02 PM

lmao i uploaded the product xml
its STILL not showin up

how do i make the award optiions n everything else show up ?


All times are GMT. The time now is 07:51 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.01762 seconds
  • Memory Usage 1,836KB
  • 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
  • (1)bbcode_code_printable
  • (13)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