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)

Little Fancy 12-15-2009 10:00 AM

I downloaded this and it seems to work, except there is no way to request awards. How do we get the request awards portion to work?

Xanlamin 12-15-2009 11:28 AM

permissions in the usergroups.

Little Fancy 12-16-2009 03:51 AM

Well, it is set so admin can request awards, however I don't see any place to actually request the award. What am I missing?

Xanlamin 12-16-2009 05:30 AM

Awards List: Display Request Award Link
Do you want to show Request Award link in Awards list page

Yes No

This setting in the Award System Settings.

Little Fancy 12-16-2009 09:52 AM

Awards List: Display Request Award Link
Do you want to show Request Award link in Awards list page

Yes No

Is set to yes, yet still don't see where to request them. Sorry, where?

snowlion 12-16-2009 12:40 PM

Quote:

Originally Posted by Little Fancy (Post 1931583)
Awards List: Display Request Award Link
Do you want to show Request Award link in Awards list page

Yes No


Is set to yes, yet still don't see where to request them. Sorry, where?

hmm...it listed on awards.php page, of course. First go to yourforum/awards.php and then you will see the request link if you added any awawd(s)

Little Fancy 12-17-2009 12:36 AM

Ok, so apparently we need to manually add a link to that somewhere, because one has not popped-up on its own.

Xanlamin 12-17-2009 03:14 AM

yes, you must manually add awards.php to the navbar or some navigation menu you may have, it does not auto create the link...not yet.

Razfaz 12-17-2009 07:23 AM

1 Attachment(s)
Hi, first sorry my english.
The Mod works fine to me (Firefox and IE8), but if i open my site in Opera the Medals show in row.
How can i change this? In wich Template i have to make changes?

Razfaz 12-17-2009 07:31 AM

OK i solved the Problem:
in awards_bit
Original:
Code:

<a href="member.php?$session[sessionurl]u=$award[userid]&tab=myawards#aw_issue$award[issue_id]"><img src="$award[award_icon_url]" alt="$award[award_name]" border="0" /></a>&nbsp;
After:

Code:

<a href="member.php?$session[sessionurl]u=$award[userid]&tab=myawards#aw_issue$award[issue_id]"><img src="$award[award_icon_url]" alt="$award[award_name]" border="0" /></a>&nbsp;<br />
Change: <br /> after &nbsp;

deathdlr 12-17-2009 06:19 PM

1 Attachment(s)
Is it possible and/or that difficult to code this to show up in the manner I would like to see it? Thank you for anyhelp you are able to lend.

D?

Quote:

Originally Posted by deathdlr (Post 1930130)
Thank you that worked well. I still have a couple of issues that can?t be terribly hard to alter I just am not sure where to start.

You can see (example 1) shows how it looks currently after I changed the setting on the admin panel. You can see this looks awful. Since the style has a fixed width the awards shrink the visible window space of the post.

(Example 2) is how I would like it to look.

I have three categories for awards. Military, Site and Game. I have the display order set as follows; (military 1), (site 2), (game 3). I would like to see the awards set up similar in order of precedence.

As you can see in (example 1) there is a definite space between the ribbons. How do I go about taking that space out. I am trying to go for the look as a military rack similar to this

Is there any way to tie multiple of the same medals into a cluster similar to the posted image?


Thank you for any help you are able to lend.
D?


Xanlamin 12-17-2009 07:13 PM

You would need two separate outputs, 1 for the top row, then another for the remainder, not something very easy to do if it can even be done, so far all my attempts to do it have failed.

Also something you have to consider, doing so where you would show that many ribbons in the postbit makes for a very long postbit, 3-4 post would be equivalent to 10+ post as for scrolling down the page. You would be better off making custom code for your site to have it shown that way in there profile instead of the postbit, and we will not do custom code on a per site bases unless you would be willing to pay us.

Trip 12-21-2009 07:24 AM

I've read through all the posts, and noticed a couple of references to db queries. Is this mod considered server intensive or resource hungry? I plugged it into my test site and never noticed anything out of this world. I do have "display awards in postbit" turned off.
Anybody have any experience with this?

swiftor 12-22-2009 05:11 PM

Hi, any plans for a vb 4 version?

Bouncer222 12-22-2009 06:14 PM

+1 to that reply ^

Any vb 4 version coming out soon please? Otherwise I cannot upgrade :(

Xanlamin 12-22-2009 06:34 PM

Quote:

Originally Posted by Trip (Post 1934439)
I've read through all the posts, and noticed a couple of references to db queries. Is this mod considered server intensive or resource hungry? I plugged it into my test site and never noticed anything out of this world. I do have "display awards in postbit" turned off.
Anybody have any experience with this?

No, this is not server intensive at all, you will not even know it is there.

Quote:

Originally Posted by swiftor (Post 1935601)
Hi, any plans for a vb 4 version?

Hi, any plans for a hooked on phonics? (in other words, learn to read cause this has already been answered).

Quote:

Originally Posted by Bouncer222 (Post 1935652)
+1 to that reply ^

Any vb 4 version coming out soon please? Otherwise I cannot upgrade :(

As above.

Not to sound rude, but it's not hard to go back a couple of pages and look instead of just coming in and posting questions that have already been answered with no intentions of reading.

fpd42 12-22-2009 07:43 PM

Quote:

Originally Posted by Trek (Post 1930129)
This is good news! This is one of the mods that I consider at the top of the list that I need when I move to VB4. Thanks for all of your work on this!




Agreed....much needed! :) Can't wait.

CypherSTL 12-24-2009 03:38 PM

I have YAAS installed on a test board and I am working on proper compatibility for vB4.

Not sure on the time frame, but I am hoping for a release early next week.

Bouncer222 12-24-2009 04:04 PM

Hope you guys can as well implement the option to have different award categories show up differently such as for example found here at www.edgegamers.org , somehow they made it show up in different boxes in the forums, just check out any of their posts under the avatar.

Trek 12-24-2009 05:42 PM

Quote:

Originally Posted by CypherSTL (Post 1937351)
I have YAAS installed on a test board and I am working on proper compatibility for vB4.

Not sure on the time frame, but I am hoping for a release early next week.

Sounds awesome, because it's around the time I'm HOPING to be able to go to vB4. =) Thanks for your work!

Quote:

Originally Posted by Bouncer222 (Post 1937367)
Hope you guys can as well implement the option to have different award categories show up differently such as for example found here at www.edgegamers.org , somehow they made it show up in different boxes in the forums, just check out any of their posts under the avatar.

Good idea, but I can wait for a solid vB4 port first. =)

CypherSTL 12-24-2009 07:01 PM

Has anyone installed this on 4.0 yet, and tried working with all of the evals, etc? If so, and you've had some success, message me a PM please.

swiftor 12-27-2009 01:03 AM

Could I upgrade to vb4 now, and install the vb4 version later without losing our current users awards? (understanding that they wouldn't have them until the new vb4 version you're working on is done)

CypherSTL 12-27-2009 01:12 AM

Quote:

Originally Posted by swiftor (Post 1939057)
Could I upgrade to vb4 now, and install the vb4 version later without losing our current users awards? (understanding that they wouldn't have them until the new vb4 version you're working on is done)

What I would recommend doing, is disabling the YAAS Product itself, then upgrading to vB4.

That way, YAAS is still "installed", that way when the new version releases, it wont try to overwrite your database tables and what not. Then, all yu'll have to do after you install the new release that I'm working on is re-enable the product.

I should also add that the current release of YAAS "will" install on vB4, the main area with the majority of the issues that we'll have to recode is a lot of the display code. The backend and what not still works flawlessly from what my testing as came across.

Emperor_Mel 12-27-2009 10:34 PM

Quote:

Originally Posted by Biker_GA (Post 1786605)
Originally Posted by zefyx
When I enable Award Showcase in Member's List, it never shows & under Username: I see this

Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in [path]/awards_memberlist.php on line 14

Any ideas?

You've made an error in one of your template edits. Triple check your modification and make sure you've put the edit exactly where the instructions tell you to place it. Also ensure you've typed the change exactly the way it's written in the instructions.

I have this same issue but only when i sort the awards Ascending (ASC). (When they are sorted by by Issue they show fine but I need to show them Ascendingly).

I have checked the template mod and it shows as follows:

<tr align="center">
<td class="alt1Active" align="$stylevar[left]" id="u$userinfo[userid]">
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
<if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if>
<!-- show awards -->
<if condition="$vbulletin->options['cat_yaas_display_memberlist']">
$memberListAwardsPHP
</if>
<!-- /show awards -->
</td>
<if condition="$show['emailcol'] AND exec_switch_bg()"><td class="$bgclass"><if condition="$show['emaillink']"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/email.gif" alt="email.gif"


etc etc..

Any suggestions??

Thanks in advance :)

Emperor_Mel 12-27-2009 10:39 PM

On another subject. Is it possible to have the awards show in the "View forum leaders" area?

CypherSTL 12-28-2009 05:26 PM

Quote:

Originally Posted by Emperor_Mel (Post 1939793)
I have this same issue but only when i sort the awards Ascending (ASC). (When they are sorted by by Issue they show fine but I need to show them Ascendingly).

I have checked the template mod and it shows as follows:

<tr align="center">
<td class="alt1Active" align="$stylevar[left]" id="u$userinfo[userid]">
<a href="member.php?$session[sessionurl]u=$userinfo[userid]">$userinfo[musername]</a>
<if condition="$show['usertitlecol']"><div class="smallfont">$userinfo[usertitle]</div></if>
<!-- show awards -->
<if condition="$vbulletin->options['cat_yaas_display_memberlist']">
$memberListAwardsPHP
</if>
<!-- /show awards -->
</td>
<if condition="$show['emailcol'] AND exec_switch_bg()"><td class="$bgclass"><if condition="$show['emaillink']"><a href="sendmessage.php?$session[sessionurl]do=mailmember&amp;u=$userinfo[userid]" target="_blank" rel="nofollow"><img src="$stylevar[imgdir_button]/email.gif" alt="email.gif"


etc etc..

Any suggestions??

Thanks in advance :)

Are you using MySQL or MySQLi? If I do remember correctly, that PHP worked properly with one, but not the other.

Xanlamin 12-28-2009 05:29 PM

Quote:

Originally Posted by Bouncer222 (Post 1937367)
Hope you guys can as well implement the option to have different award categories show up differently such as for example found here at www.edgegamers.org , somehow they made it show up in different boxes in the forums, just check out any of their posts under the avatar.

I told you how they did that, IT IS TWO DIFFERENT HACKS....NOT ONE HACK DOING BOTH. One is Awards and one is Achievements.

Not sure if we will be able to get this to do it.

Quote:

Originally Posted by Emperor_Mel (Post 1939799)
On another subject. Is it possible to have the awards show in the "View forum leaders" area?

We have also decided to do 2 versions of the Mod, this would be something that would go into the second one with an yes/no tick to it.

We are starting to get some request in that would require the Mod to be coded on a per forum bases, as we really do not want to get into that what we will do is 2 version into one. A free version and a Pro version, the free version will contain everything you now see + a couple of extra features. A Pro version that will contain more custom features from request, it will be more extensive but features can be turned on/off, and the point values will be functional in the Pro version.

CypherSTL 12-28-2009 05:50 PM

So far it seems that I won't get this done and ready to be released for 4.0 this week.

If anyone is familiar with this mod, the templates, and has experience with vB4 and would want to help me out with a few of my issues, please send me a PM or get a hold of me on AIM "CypherSTL".

Trip 12-28-2009 11:15 PM

Is developing this modification with the vb3.8+ series still on crosshairs or are you gents developing/improving YAAS strickly for 4.xx?

CypherSTL 12-28-2009 11:35 PM

Quote:

Originally Posted by Trip (Post 1940972)
Is developing this modification with the vb3.8+ series still on crosshairs or are you gents developing/improving YAAS strickly for 4.xx?

Both will be worked on.

During the development of YAAS for 4.0, I will also be adding everything I add into 4.0 into 3.8.

Emperor_Mel 12-29-2009 12:39 AM

Quote:

Originally Posted by CypherSTL (Post 1940631)
Are you using MySQL or MySQLi? If I do remember correctly, that PHP worked properly with one, but not the other.

Using: MySQL version 5.0.81-community

Is it possible to fix it?

RK1gaming 12-29-2009 02:44 PM

Thanks guys for the updates on the Dev to VB4.0 - I stopped by Battlelands but seemed like a ghost town ...

I understand the huge change this will take so take your time and get a stable product out .. any ideas on the cost yet for the pro version ..

Skydiver10 12-29-2009 09:13 PM

VB version: 3.8.4 PL2
MySQL version: 5.0

Hi there, I have installed this mod.
Install went fine, accept when I tried it out by giving myself an award, it gave me the award.... but in the process I got this:
Code:

Warning: mysql_insert_id() [function.mysql-insert-id]: A link to the server could not be established in [path]/admincp/award.php on line 581
The award showed up on my posts and it showed on the profile. Do I need to modify something on line 581 in the award.php file?
Or am I missing something? I can edit it..but to what?

I double checked everything and re-uploaded all files and xml file, just to make sure I did not forget something.

Another thing that is wrong is when I edited the "memberlist_resultsbit" template to show the awards, when I went to look at the members list there was a crapload of server error problems on each members line.

Any help would be greatly appreciated, maybe I'm missing a step? I also looked over the last 15 pages on this thread and only saw a few with this problem but they had a different message.

Any ideas?....thank you in advance...by the way this an awesome mod. :up:

Xanlamin 12-31-2009 05:35 PM

Quote:

Originally Posted by RK1gaming (Post 1941569)
Thanks guys for the updates on the Dev to VB4.0 - I stopped by Battlelands but seemed like a ghost town ...

I understand the huge change this will take so take your time and get a stable product out .. any ideas on the cost yet for the pro version ..

The Battle-Lands site was a multi online gaming community that was just not going anywhere so we shut it down, if you wish to view this mod in action you can stop by http://www.75thclan.com where I am an Admin at and active clan member. On that site we have the "under sig" display of the awards instead of within the postbit, and a link to the main awards can be found in the game information module on the home page.

Skydiver10 01-01-2010 12:51 AM

Hi there Xanlamin, was wondering if there is still support on this mod or does my issue have no conclusion...just wondering if I should keep waiting for an answer....or if I just got stepped over and ignored....just wondering...thank you....happy new year!!

Xanlamin 01-01-2010 06:06 AM

Sorry for any delay in response Skydiver10, the coming new year has left us with preparations for the new, and had left us busy. We are unable to reproduce this error for yourself and others with similar issues, and if I think about it that is why we removed the member list aspect. If you go to the web site above you can see that we are able to have this mod installed with no issues and we still do not use the memberlist aspect.

Since some are having this issue we will look into it more so since it seems that some do wish to use it. Even though this mod is more geared towards a "roster" type of memberslist display.

Fear not, this mod is being worked on, we are going to do what we can to keep it compatiable with both 3.8 and 4.0.

Skydiver10 01-01-2010 04:26 PM

Hi Xanlamin, thank you so much for your response, and thank you for your help on not being able to reproduce this error. This will help others when searching this thread.

I really like this mod and I like the awards.php that shows the list of awards, a have started to compile some simple awards, when you get a chance take a look. I'm also trying to figure out the rest of the settings that offer thread and forum ID's for posts. Is there a manual or information guide to this or is this something I have to experiment with and figure out on my own?

Yes, by checking out: http://www.75thclan.com/forums/awards.php you can see how powerful and effective this mod is! I really like this! :up: What a list!

The new year will bring many challenges, and the whole 4.0 thing has opened many cans of worms, I do not plan on updated to 4.0 for many many reasons, so good luck!

I have spent hours searching this thread and other related version threads for this error and could not find a fix. I spent an additional few more hours on the web searching for database error information under different scenarios than mine, but I have found something that works on line 581 in the award.php file, I would like to know your experienced opinion with database errors.

On line 581 of award.php:
Code:

$issue_id = mysql_insert_id();
Replaced with this:
Code:

$issue_id = $db->insert_id;
This eliminates the error that shows for 5 seconds after giving a member an award in the adminCP awards.

~ With your expert opinion and experience with data-basing, is this OK?

~ When you talk about member list, are you referring to the memberlist_resultsbit; awards that show up on the community member list? I have not been able to figure these errors out since there are 3 database errors that show up in a row on every single member line. I can live without the awards not showing up on this list, since all of the awards that are won... show up on the awards.php list!

Look forward to your responses, special the database error above...happy new year, and thanks again.

Virtualshiner 01-01-2010 10:47 PM

On a website that uses this, www.vmkmagic.com , they have it so if you post in a certain thread, it will automatically give you an award. I have checked and checked in my settings, but i do not see an option for this. How is it possible?

CypherSTL 01-01-2010 10:56 PM

Quote:

Originally Posted by Skydiver10 (Post 1944114)
I have spent hours searching this thread and other related version threads for this error and could not find a fix. I spent an additional few more hours on the web searching for database error information under different scenarios than mine, but I have found something that works on line 581 in the award.php file, I would like to know your experienced opinion with database errors.

On line 581 of award.php:
Code:

$issue_id = mysql_insert_id();
Replaced with this:
Code:

$issue_id = $db->insert_id;
This eliminates the error that shows for 5 seconds after giving a member an award in the adminCP awards.

~ With your expert opinion and experience with data-basing, is this OK?

~ When you talk about member list, are you referring to the memberlist_resultsbit; awards that show up on the community member list? I have not been able to figure these errors out since there are 3 database errors that show up in a row on every single member line. I can live without the awards not showing up on this list, since all of the awards that are won... show up on the awards.php list!

Look forward to your responses, special the database error above...happy new year, and thanks again.

I will have to take a look around the code and see if I can duplicate the errors, and/or duplicate your code change and see if it affects anything else in the system.

Quote:

Originally Posted by Virtualshiner (Post 1944423)
On a website that uses this, www.vmkmagic.com , they have it so if you post in a certain thread, it will automatically give you an award. I have checked and checked in my settings, but i do not see an option for this. How is it possible?

Most likely they have a custom script, cron, or plugin that does this. That isn't part an option in the awards system, nor will the demand be there enough for it to work on coding that.

If you want the code, I would suggest you get a hold of that site administrator/developer and see what you can work out with them.

HolyKiller 01-07-2010 05:33 AM

Nice mod, like it on 3.8. Hope version for vB4 come soon :)


All times are GMT. The time now is 01:36 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.02024 seconds
  • Memory Usage 1,864KB
  • 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
  • (7)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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