vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Yet Another Awards System (https://vborg.vbsupport.ru/showthread.php?t=187600)

logicuk 10-13-2008 11:40 AM

Is there a way to remove the border from the medal box in the postbit?

Xanlamin 10-13-2008 12:00 PM

Quote:

Originally Posted by logicuk (Post 1644019)
Is there a way to remove the border from the medal box in the postbit?

This has been addressed, please read back.

masterross 10-13-2008 12:00 PM

Quote:

Originally Posted by logicuk (Post 1644019)
Is there a way to remove the border from the medal box in the postbit?

yes

edit:
awards_postbit_display

logicuk 10-13-2008 12:02 PM

Quote:

Originally Posted by masterross (Post 1644034)
yes

edit:
awards_postbit_display


There is nothing todo with boarders in the code mate

Code:

<!-- show awards -->
<if condition="$post[showuserawards]">
<br />
<fieldset><legend><a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[award_showcase]</a></legend>
<div>
$post[userawards]
<br>
<a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[total_awards]</a>: $post[num_awards]
</div>
</fieldset>
<br />
</if>
<!-- /show awards -->


masterross 10-13-2008 12:13 PM

Quote:

<!-- show awards -->
<if condition="$post[showuserawards]">
<br />
<fieldset><legend><a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[award_showcase]</a></legend>
<div>
$post[userawards]
<br>
<a href="member.php?u=$post[userid]&tab=myawards" title="$vbphrase[more_awards]">$vbphrase[total_awards]</a>: $post[num_awards]
</div>
</fieldset>
<br />
</if>
<!-- /show awards -->

remove the red

logicuk 10-13-2008 12:39 PM

Thanks alot masterross that worked great :)

Cledus James 10-13-2008 10:19 PM

Sorry if this has been asked before, but...

I installed it on my "test" forum where's there's only 2 users (myself and a tester account) and I can not get the "Request Award" link to work from the awards.php page. When I click "Request Award", from either my admin account or tester account, it gives me the Vbulletin Message:

Quote:

User Name, you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
I have edited the settings in the admin CP, "Awards List: Display Request Award Link" and set to yes.

Any idea whats causing this problem and why its blocking me out?

Thanks.

futureye 10-14-2008 01:46 AM

Updated

alianalyssasmom 10-14-2008 11:48 AM

I asked back on pg 21, does anyone have time to help a newbie?

I have installed the program. But I acquired the board very abrubtly and dont understand a fe things, like uploading a template and those few files. How do I do that. Can I do it through the ACP?

SHe didn't leave me server info, so I am hoping that is how I do it.................

thebassman 10-15-2008 05:44 PM

Ok, I'm not good with code (just being upfront).

I'm running the old version, and want to upgrade to work with the new profiles. Can someone walk me through, step-by-step, what I need to do (most specifically, how to do the phpmyadmin stuff)?

Thanks in advance.

NFLfbJunkie 10-16-2008 01:40 AM

Would it be possible to have as one of the display locations for the awards in the postbit to be in the center (see attachment)?

Chris11987 10-16-2008 08:48 AM

Quote:

Originally Posted by thebassman (Post 1645760)
Ok, I'm not good with code (just being upfront).

I'm running the old version, and want to upgrade to work with the new profiles. Can someone walk me through, step-by-step, what I need to do (most specifically, how to do the phpmyadmin stuff)?

Thanks in advance.

You should only have to
1) upload the files to your directory and overwrite them.
2) Go to ACP > Manage Products > Add/Import Product. Select the produc and switch the box to YES for upgrade, and enter it. It should upgrade and still keep your current awards.

thebassman 10-16-2008 05:14 PM

Quote:

Originally Posted by Chris11987 (Post 1646217)
You should only have to
1) upload the files to your directory and overwrite them.
2) Go to ACP > Manage Products > Add/Import Product. Select the produc and switch the box to YES for upgrade, and enter it. It should upgrade and still keep your current awards.

What about the phpmyadmin stuff that was mentioned earlier in the thread? Backing up the 2 tables, then inserting the values back in?

S8G Avenger 10-20-2008 10:26 PM

Frickin awesome!!!!!!!!!!!!!!!!!

stickskills 10-22-2008 03:29 AM

Haven't checked in for awhile.. any update on the 4.1 update (adding points to each award)?

gamerfu 10-22-2008 09:29 AM

What needs to be fixed is the Award display in AdminCP: ASC and DES or Newest or Oldest first. It doesn't work on my forum.

Display of Awards never work when I toggle through all the possible options.

TheLastSuperman 10-22-2008 02:37 PM

THANKS!!!!!! NICE TO SEE THIS!

Myself and a friend also made a spin-off :D "Yet Another Ranks System"

Find it here --> https://vborg.vbsupport.ru/showthread.php?t=194043

It has re-usable code so you can see if any will help yours out!

But it was nice to see you updated this, especially if we upgrade to 3.7 anytime soon ;)

Edit: Also If anyone wants Awards for a COD4 or BF2142 style tournament just PM me and I'll post them for DL in my mod as I stated in post#2 :D

FiMeTi 10-24-2008 03:17 PM

Quote:

Originally Posted by Junkie (Post 1646083)
Would it be possible to have as one of the display locations for the awards in the postbit to be in the center (see attachment)?

Yea I am looking for the same position for my Showcase. Directly next to the User Stats in posbit on the left.

Hope someone can show us how to fixx this :=)

thebassman 10-24-2008 03:37 PM

Quote:

Originally Posted by thebassman (Post 1646498)
What about the phpmyadmin stuff that was mentioned earlier in the thread? Backing up the 2 tables, then inserting the values back in?

Is this mod no longer supported?

RK1gaming 10-24-2008 05:29 PM

hes around .. but also works for himself and is the last time I read was on a project ...

If you use the old YAAS before this one and want to keep your database tables you need to back them up and then restore them after the upgrade -

This was a stumbling block for me also and then I finally bit the bullet and did it -

I have access to my SQL databases via my hosting account with godaddy ...

I went into the admin tool and backed up my 3 databases ... saved them to my desktop and then upgraded the system and took out my template edits and installed the new 4.0 system and then restored my databases over writing the new ones.

My awards given out were still there and who I gave them to ..

I also asked a DBA I know for some help ..

mholtum 10-25-2008 06:53 AM

Would this be a simple upgrade from HacNho's YAAS product?

misuzuu 10-25-2008 10:51 AM

I've made some template changes in the AWARDS template to try to sort categories in pages~

Im sharing with you guys too so i made this thread:
https://vborg.vbsupport.ru/showthread.php?p=1652332

FiMeTi 10-25-2008 02:54 PM

@misuzuu - I cant open your link. No permission, but I have a full license. lol ^^

TheLastSuperman 10-25-2008 03:24 PM

Quote:

Originally Posted by FiMeTi (Post 1652451)
@misuzuu - I cant open your link. No permission, but I have a full license. lol ^^

Yeah me too???

TheLastSuperman 10-25-2008 03:25 PM

Quote:

Originally Posted by FiMeTi (Post 1651832)
Yea I am looking for the same position for my Showcase. Directly next to the User Stats in posbit on the left.

Hope someone can show us how to fixx this :=)

Hey hey, try what I gave you ;)

https://vborg.vbsupport.ru/showpost....6&postcount=21

TheLastSuperman 10-25-2008 03:27 PM

Quote:

Originally Posted by mholtum (Post 1652266)
Would this be a simple upgrade from HacNho's YAAS product?

I would say no but leaving that up to the actual coder to reveal... only because he said there were numerous changes even from 3.5 to 3.7......

It is by a different coder, not Hancho yet based off of his work so I'm not 100%

realmr 10-27-2008 10:06 AM

how to change the location of the awards in post bit to center ? And how to remove the awards and other design tag in post bit just displaying the award thumbnail alone

BucWiLd 10-27-2008 01:18 PM

Installed, thanks. anyone know where i can get some more medals? i checked the misc graphics section but i could not find any. Also is there a link to view the rewards as a whole and which user has which award? i have seen other site that have this feature. there is a lnk in the navbar that takes you to a page that lists the awards and who has received them

thebassman 10-28-2008 12:31 AM

Quote:

Originally Posted by RK1gaming (Post 1651921)
hes around .. but also works for himself and is the last time I read was on a project ...

If you use the old YAAS before this one and want to keep your database tables you need to back them up and then restore them after the upgrade -

This was a stumbling block for me also and then I finally bit the bullet and did it -

I have access to my SQL databases via my hosting account with godaddy ...

I went into the admin tool and backed up my 3 databases ... saved them to my desktop and then upgraded the system and took out my template edits and installed the new 4.0 system and then restored my databases over writing the new ones.

My awards given out were still there and who I gave them to ..

I also asked a DBA I know for some help ..

Ok... it's those 2 steps that I'm stuck on - I have full access, I just don't generally mess around in phpmyadmin, so I need a little more intrusction on the backing up and restoring of the DB's.... I have given out 500+ awards over the past couple of years, and it would mean a shitload of work to add them back manually if I mess something up... ;)

Emperor_Mel 10-29-2008 12:59 PM

This is awesome.. Exactly what I have been looking for.. Many thanks :)

TheSupportForum 10-30-2008 08:57 AM

looks great, but 1 problem

why is admincp/avatar.php

for version vBulletin 3.6.5

this is located in avatar.php

<?php
/*================================================= =====================*\
|| ################################################## ################## ||
|| # vBulletin 3.6.5 - Licence Number 10532bf3

why is is not a 3.7.0 version or above ?

Delazar 10-30-2008 09:27 AM

Quote:

Originally Posted by CypherSTL (Post 1633362)
Thank you for the screenshots, let me look into that issue a bit further and try to find out whats up.

hi CypherSTL,

what is with this problem?

regard
Delazar

CypherSTL 10-31-2008 05:48 AM

Sorry for the lack of updates on this product, I've been busy with work and other proejcts I've been working on.

I have a number of bug fixes that I have jotted down on how to fix them, some code changes relating to the proper BB Parsing on the profile tabs, and a few other general bug fixes. The updated product should be out within the next few days.

Nadeemjp 10-31-2008 06:09 AM

gr8 mod. installed. will check later.

Nadeemjp 10-31-2008 10:12 AM

hi there

i have installed but when i awarded myself as test and clicked the icon to view the image and go to my award tab, the following error occurred

Quote:

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/member.php(515) : eval()'d code on line 106
i have edited the member.php as instructed by adding the code.

how should i get rid of this error?

Nadeemjp 10-31-2008 10:14 AM

Also where I can get from the rest of the awards? can you guide me where to get it from?

Pixel-Peeps 11-02-2008 03:29 AM

hmm i cant take award off people.

CypherSTL 11-02-2008 06:00 PM

Quote:

Originally Posted by Nadeemjp (Post 1656525)
hi there

i have installed but when i awarded myself as test and clicked the icon to view the image and go to my award tab, the following error occurred



i have edited the member.php as instructed by adding the code.

how should i get rid of this error?

You can remove the code, or re-download your copy of vBulletin and overwrite the member.php file.

From what I've been told, the member.php edit actually isn't needed, so I have addressed that in the next release.
Quote:

Originally Posted by Pixel-Peeps (Post 1657643)
hmm i cant take award off people.

You know, I never even noticed that the ability is not their. I'll try to add the ability for that in the next release.

thebassman 11-02-2008 10:46 PM

Quote:

Originally Posted by thebassman (Post 1654203)
Ok... it's those 2 steps that I'm stuck on - I have full access, I just don't generally mess around in phpmyadmin, so I need a little more intrusction on the backing up and restoring of the DB's.... I have given out 500+ awards over the past couple of years, and it would mean a shitload of work to add them back manually if I mess something up... ;)

Can I get a little help here?

RK1gaming 11-03-2008 03:05 PM

let me walk thru the steps again and see if I can help you out with it - just busy at work

and also not a place I am comfy with - but let me see what i can do for you


All times are GMT. The time now is 01:29 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.01976 seconds
  • Memory Usage 1,835KB
  • 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
  • (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