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)

Elenna 04-21-2009 03:39 PM

If you only use one language, it might be simpler for you to avoid making a new Phrase, and just enter in the text you want it to say.

Using Biker_GA's code (Hi from MO!), here are the steps to do that (this is assuming that you do not have the Template Modification System installed). When/if you upgrade you will NEED to re-do these steps, since upgrading usually removes changes like this (hence the very popular Template Modification System).

1) In your AdminCP, click the + next to the Styles and Templates, and then click Style Manager. For the Style you are using (if you use more than one, you'll need to do this for each style), click the drop-down and choose Edit Templates.

2) You will see a long list of templates and template categories. Scroll down to "Postbit Templates" and double click on that line (there are two possible Postbit options).

3) You are using the normal Postbit (name on top of the post), rather than the Legacy one (postbit_legacy, which displays the name on the left side). So double-click on "postbit".

4) You will see a large block of code. Take care when editing. ;) I recommend immediately choosing the "Save in Template History" option and giving a name. That way, if you mess something up, you can revert back! Anyway, in that box, do a search for:

Code:

<if condition="$show['search']">
        <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
    </if>

There is that nifty "find" box at the bottom, or you can use your browser's normal search function. You might want to search for "find_more_posts_by_x" for ease of typing!

When you find that code, make a few new lines under it, and add this code there:

Code:

<!-----Request Award----->
                <tr><td class="vbmenu_option"><a href="awards.php?$session[sessionurl]">Request Award for $post[username]</phrase></a></td></tr>
<!-----Request Award----->

Just to make sure, the code should now look like:
Code:

<if condition="$show['search']">
        <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
    </if>


<!-----Request Award----->
                <tr><td class="vbmenu_option"><a href="awards.php?$session[sessionurl]">Request Award for $post[username]</phrase></a></td></tr>
<!-----Request Award----->

Click Save and go check out a post (you might need to refresh in your browser - F5).

Phantasmagoric 04-21-2009 05:10 PM

Does any one have any idea what might be wrong, I have this mod set to post a new thread when an award is requested.
It works great and all but in the thread I find this at the begining of each post:

Code:

<!-- BEGIN TEMPLATE: awards_request_formanswers -->
and this at the end of each post:
Code:

<!-- END TEMPLATE: awards_request_formanswers -->
Anyone have any suggestions on how I can stop this from showing in the posts please?

Biker_GA 04-21-2009 05:15 PM

Did you make any manual changes to the template?

Phantasmagoric 04-21-2009 05:27 PM

You mean the awards_request_form template?

Code:

$stylevar[htmldoctype]
<html id="form" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $vbphrase[award_formtitle]</title>
$headinclude
</head>
<body>
$header
$navbar

<form enctype="multipart/form-data" method="post" action="request_award.php">
<input type="hidden" value="submit" name="do">
<input type="hidden" value="$award[award_id]" name="award_id">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat" colspan="3">
                $vbphrase[award]: $award[award_name] (id: $award[award_id])
        </td>
</tr>
<tr>
        <td class="panelsurround" align="center">
        <div class="panel">
                <div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">

                        <br><div align="center"><img src="$award[award_img_url]"></div><br>
                        <if condition="$award[award_desc]">
                                <fieldset class="fieldset">
                                        <legend>$vbphrase[award_description]</legend>
                                        <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
                                        <tr>
                                                <td>$award[award_desc]</td>
                                        </tr>
                                        </table>
                                </fieldset>
                        </if>
                </div>
        </div>
        </td>
</tr>
</table>

<br>

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat" colspan="3">
                $vbphrase[award_formtitle]
        </td>
</tr>
<tr>
        <td class="panelsurround" align="center">
        <div class="panel">
                <div style="width:$stylevar[formwidth_usercp]" align="$stylevar[left]">
                        <fieldset class="fieldset" style="margin:0px">
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
                                <tr>
                                        <td>$vbphrase[award_formpurpose]</td>
                                </tr>
                                </table>
                        </fieldset>
                       

                        <fieldset class="fieldset">
                                <legend>$vbphrase[username]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
                                <tr>
                                        <td><b>$bbuserinfo[username]</b></td>
                                </tr>
                                </table>
                        </fieldset>
               
                        <fieldset class="fieldset">
                                <legend>$vbphrase[award_request_name]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
                                <tr>
                                        <td></td>
                                </tr>
                                <tr>
                                        <td><input type="text" class="bginput" size="30" name="award_request_name"></td>
                                </tr>
                                </table>
                        </fieldset>

                        <fieldset class="fieldset">
                                <legend>$vbphrase[award_request_recipient_name]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
                                <tr>
                                        <td><input type="text" class="bginput" size="30" name="award_request_recipient_name"></td>
                                </tr>
                                </table>
                        </fieldset>
               
                        <fieldset class="fieldset">
                                <legend>$vbphrase[award_request_reason]</legend>
                                <table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
                                <tr>
                                        <td><textarea rows="5" cols="50" name="award_request_reason"></textarea></td>
                                </tr>
                                </table>
                        </fieldset>

                </div>
        </div>
        </td>
</tr>
<tr>
        <td class="panelsurround" align="center">
        <div style="margin-top:$stylevar[cellpadding]px">
                <input type="submit" name="submit" class="button" value="$vbphrase[submit]" accesskey="s" />
                <input type="reset" name="reset" class="button" value="$vbphrase[reset_fields]" accesskey="r" />
        </div>
        </td>
</tr>

</table>
</td>
</tr>
</table>

</form>

$footer
</body>
</html>


Saviour 04-21-2009 06:09 PM

Quote:

Originally Posted by Phantasmagoric (Post 1796120)
Does any one have any idea what might be wrong, I have this mod set to post a new thread when an award is requested.
It works great and all but in the thread I find this at the begining of each post:

Code:

<!-- BEGIN TEMPLATE: awards_request_formanswers -->
and this at the end of each post:
Code:

<!-- END TEMPLATE: awards_request_formanswers -->
Anyone have any suggestions on how I can stop this from showing in the posts please?

Set Add Template Name in HTML Comments to "No" in Admin CP vBulletin Options/General Settings

Cindyl10 04-21-2009 06:18 PM

Thank you so much! May I ask yet one more question? How to I "associate the plugin with the award?"

Cindyl10 04-21-2009 06:40 PM

Quote:

Originally Posted by Elenna (Post 1796057)
If you only use one language, it might be simpler for you to avoid making a new Phrase, and just enter in the text you want it to say.

Using Biker_GA's code (Hi from MO!), here are the steps to do that (this is assuming that you do not have the Template Modification System installed). When/if you upgrade you will NEED to re-do these steps, since upgrading usually removes changes like this (hence the very popular Template Modification System).

1) In your AdminCP, click the + next to the Styles and Templates, and then click Style Manager. For the Style you are using (if you use more than one, you'll need to do this for each style), click the drop-down and choose Edit Templates.

2) You will see a long list of templates and template categories. Scroll down to "Postbit Templates" and double click on that line (there are two possible Postbit options).

3) You are using the normal Postbit (name on top of the post), rather than the Legacy one (postbit_legacy, which displays the name on the left side). So double-click on "postbit".

4) You will see a large block of code. Take care when editing. ;) I recommend immediately choosing the "Save in Template History" option and giving a name. That way, if you mess something up, you can revert back! Anyway, in that box, do a search for:

Code:

<if condition="$show['search']">
        <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
    </if>

There is that nifty "find" box at the bottom, or you can use your browser's normal search function. You might want to search for "find_more_posts_by_x" for ease of typing!

When you find that code, make a few new lines under it, and add this code there:

Code:

<!-----Request Award----->
                <tr><td class="vbmenu_option"><a href="awards.php?$session[sessionurl]">Request Award for $post[username]</phrase></a></td></tr>
<!-----Request Award----->

Just to make sure, the code should now look like:
Code:

<if condition="$show['search']">
        <tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&amp;u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[find_more_posts_by_x]</phrase></a></td></tr>
    </if>


<!-----Request Award----->
                <tr><td class="vbmenu_option"><a href="awards.php?$session[sessionurl]">Request Award for $post[username]</phrase></a></td></tr>
<!-----Request Award----->

Click Save and go check out a post (you might need to refresh in your browser - F5).

Thank you Elenna! Yes, I only use one language!

Biker_GA 04-21-2009 06:53 PM

Quote:

Originally Posted by Cindyl10 (Post 1796184)
Thank you so much! May I ask yet one more question? How to I "associate the plugin with the award?"

When creating a new phrase, one of your options (from a pull down menu) will be which plugin to associate the phrase with.

Cindyl10 04-22-2009 11:22 AM

:o oh ok, lol, thanks so much!

Brakkish 04-24-2009 08:34 PM

Quote:

Originally Posted by Brakkish (Post 1794041)
Is there a way to widen the description column? If you tell me where to find the code, I'll change it.

As you can see here: http://www.hammerfistclan.com/forum/awards.php it would look much better if the column was widened.

Thanks.

I think this got overlooked.


All times are GMT. The time now is 07:22 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.01771 seconds
  • Memory Usage 1,806KB
  • 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
  • (11)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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