![]() |
|
|||||||
| Geek Article and Review System GARS is the mega popular system for turning forums into articles, tutorials, or even reviews. |
| Advertisement | |
|
This is an HTML example. Isn't it just wonderful?!?!
|
|
| Learn how to remove ads | |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
In Gars in missing some Features from vB, if i wrote a new Post
• No Tags Field • No Portal Icon if use vBCMS (The side don't be look the same as in vB, if i wrote a new Post) • No Tags Icon, if there Tags written You understand me? ![]() |
|
#2
|
||||
|
||||
|
Tags have already been incorporated in the GARS_newthread template. To manually add tags, find $posticons in the GARS_newthread template and beforehand add the following:
Code:
<if condition="$show['tag_option']">
<fieldset class="fieldset" style="margin-top: $stylevar[cellpadding]px">
<legend>$vbphrase[tags]</legend>
<div style="padding:$stylevar[formspacer]px">
<div>$vbphrase[separate_tags_using_comma]</div>
<span id="tag_add"><input type="text" class="bginput" name="taglist" id="tag_add_input" value="$newpost[taglist]" size="40" /></span>
<if condition="$show['tags_remain']"><div><phrase 1="$tags_remain">$vbphrase[you_may_add_x_tags_to_thread]</phrase></div></if>
</div>
<if condition="$show['popups']">
<div id="tag_add_menu" class="vbmenu_popup" style="display:none"></div>
<script type="text/javascript" src="clientscript/vbulletin_ajax_tagsugg.js?v=$vboptions[simpleversion]"></script>
<script type="text/javascript">
<!--
vbmenu_register('tag_add', true);
tag_add_comp = new vB_AJAX_TagSuggest('tag_add_comp', 'tag_add_input', 'tag_add');
tag_add_comp.allow_multiple = true;
tag_add_comp.set_delimiters('$tag_delimiters');
//-->
</script>
</if>
</fieldset>
</if>
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. ![]() While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
|
#3
|
|||
|
|||
|
I mean, why the Postwindows don't look the same as from vB?
And when comes the Version, where the new vB supportet? With Tags in Postwindows, in "Home" the Tags-Icon and so on. Last edited by MotMann; 10-15-2008 at 09:25 PM.. |
|
#4
|
||||
|
||||
|
Gars fully supports even vB 3.8. I am not sure what you are referring to but Gars works perfect.
__________________
Depkac | Depkac Boards | Depkac Pic. Gal. | Depkac Blogs | Onpage SEO Tips | SEO Improvements on Showthread |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Actual Version | MotMann | Geek Article and Review System | 1 | 07-27-2009 06:12 PM |
| Current Version of GARS | waltercat | Geek Article and Review System | 3 | 05-31-2009 09:04 PM |
| Is this a modified version of GARS? | pcoskat | Geek Article and Review System | 1 | 06-10-2008 01:28 PM |
| Is GARS 2.1.8m version is compatible with vB3.7.0 b3? | PrimeEvil | Geek Article and Review System | 4 | 01-14-2008 12:07 AM |
| Gars 2.0.0 RC 5 to the latest version | Ghostsuit | Geek Article and Review System | 1 | 11-01-2007 05:39 PM |