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)

The Chief 11-02-2005 03:43 AM

looking good, I have installed, hope it all works out :D

*clicks install*

mtha 11-02-2005 12:36 PM

Quote:

Originally Posted by mtha
it's because you are looking at a guest's post.

Go to your AdminCP, edit the plugin YAAS - postbit_display_start

LOOK FOR
PHP Code:

        if ($vbulletin->options['aw_postbit']) 
        {
            if (
THIS_SCRIPT == 'private'$this->post['userid'] =& $post['fromuserid']; 

REPLACE BY

PHP Code:

        if (THIS_SCRIPT == 'private'$this->post['userid'] =& $post['fromuserid'];
         if ((
$vbulletin->options['aw_postbit']) AND ($this->post['userid']))
        { 


ps. i didnt test it, let me know if it works :)

Version 2.0.5 has include this fix! please implement the change if you havent done so!

jluerken 11-02-2005 01:00 PM

How to update from 2.0.3 to 2.0.5 ?

mtha 11-02-2005 02:56 PM

Just re-import the product over the old one

Omranic 11-04-2005 12:29 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=100064" target="_blank">[plugin] Yet Another Awards System Template Grouping</a>

RetroDreams 11-06-2005 01:01 PM

Quote:

Originally Posted by RetroDreams
If I'm posting a thread to the forum, what do I edit to change the title of that? It currently just throws a generic title in there and I'd like it to basically say "User Nomination for $nominatedusername"??

Also, same goes for the poll? How do I edit what the question of the poll should be?

Bump?

mtha 11-06-2005 09:06 PM

Quote:

Originally Posted by RetroDreams
If I'm posting a thread to the forum, what do I edit to change the title of that? It currently just throws a generic title in there and I'd like it to basically say "User Nomination for $nominatedusername"??

Also, same goes for the poll? How do I edit what the question of the poll should be?

you can look over this one:
https://vborg.vbsupport.ru/showthrea...300#post813300

In the request award configuration, you can set

$formtitle = "User Nomination".

further customize, you can look over Dr Erwin Loh for FORM TO THREAD/ FORUM/ PM/ EMAIL hack, since I dont use the request form myself, and I cant customize further that way now.


there's also a new form hack for vb3.5.0, you can install that form hack, customize it, and chaneg the request form to link to the new form.

AshokForums.com 11-13-2005 11:53 PM

Tried installing this hack.. Everything worked perfectly.. Added few awards.. I awarded a award to a user.. And while viewing the thread i get this error..

If i disable the plugin.. There is no error.. Whats the problem any idea?

Please note that for testing purpose i have installed this hack on my local host.. :)

Fatal error: Using $this when not in object context in H:\localhost\xampp\xampp\htdocs\Vbulletin\showthre ad.php(923) : eval()'d code on line 2

AshokForums.com 11-14-2005 12:04 AM

Display in postbit
Do you want to show awards in member\'s postbit
Yes No

If i set this option to NO.. the error goes away.. Which means the award isnt displayed in the postbit area.. But i want it to be displayed.. Someone please help me...

What might be the problem?

Everything else is working just perfectly!

Thanks in advance

mtha 11-14-2005 02:38 AM

Quote:

Originally Posted by AshokForums.com
Tried installing this hack.. Everything worked perfectly.. Added few awards.. I awarded a award to a user.. And while viewing the thread i get this error..

If i disable the plugin.. There is no error.. Whats the problem any idea?

Please note that for testing purpose i have installed this hack on my local host.. :)

Fatal error: Using $this when not in object context in H:\localhost\xampp\xampp\htdocs\Vbulletin\showthre ad.php(923) : eval()'d code on line 2

well, dont remember why I added a $this->post['userid'] check in showthread hooks, so i just removed it.

anyway, you can download the new version, and import again.


All times are GMT. The time now is 10:54 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.01544 seconds
  • Memory Usage 1,750KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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