The vB Geek

Go Back   The vB Geek > vB Geek Products > Geek Article and Review System

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

Reply
 
Thread Tools Display Modes
  #1  
Old 04-07-2007, 05:31 AM
ragtek ragtek is offline
Member
 
Join Date: Jun 2006
Posts: 86
Geek Article and Review System License Holder 
Default mouseover

because my english is sooo bad i have made this little video to show what i need

www.ragtek.org/1.htm
__________________
greets ragtek


www.ragtek.org
my blog
Reply With Quote
  #2  
Old 04-07-2007, 07:08 AM
The Geek's Avatar
The Geek The Geek is offline
Senior Member
 
Join Date: Aug 2005
Posts: 6,717
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

hehe, nice

Just edit the gars_tools template and include the code you want
Reply With Quote
  #3  
Old 04-07-2007, 07:26 AM
ragtek ragtek is offline
Member
 
Join Date: Jun 2006
Posts: 86
Geek Article and Review System License Holder 
Default

thats the problem
i dont know the code
but ok
i'll try to find it

edit:
i've changed the class to class="vbmenu_option"> but theres no mouseover
__________________
greets ragtek


www.ragtek.org
my blog

Last edited by ragtek; 04-07-2007 at 07:31 AM..
Reply With Quote
  #4  
Old 04-07-2007, 09:31 AM
The Geek's Avatar
The Geek The Geek is offline
Senior Member
 
Join Date: Aug 2005
Posts: 6,717
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

THere will be 2 elements you need to copy over.

One will be the div element that contains the popup menu, the other will be the link code.

Something like this for the link:

HTML Code:
<a id="garsthreadtools" href="$show[nojs_link]#goto_garsthreadtools">$vbphrase[thread_tools]</a>
<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("garsthreadtools"); </script></if>
Then place the container div somewhere in the template:

HTML Code:
<!-- GARS thread tools menu -->
<div class="vbmenu_popup" id="garsthreadtools_menu" style="display:none">
<form action="postings.php?t=$threadid&amp;pollid=$pollid" method="post" name="threadadminform">
 <table cellpadding="4" cellspacing="1" border="0">
 <tr>
  <td class="thead">$vbphrase[thread_tools]<a name="goto_threadtools"></a></td>
 </tr>
 <tr>
  <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" alt="$vbphrase[show_printable_version]" /> <a href="printthread.php?$session[sessionurl]t=$threadid" accesskey="3" rel="nofollow">$vbphrase[show_printable_version]</a></td>
 </tr>
 <tr>
  <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" alt="$vbphrase[email_this_page]" /> <a href="sendmessage.php?$session[sessionurl]do=sendtofriend&amp;t=$threadid" rel="nofollow">$vbphrase[email_this_page]</a></td>
 </tr>
 <if condition="$show['member']">
 <tr>
  <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[subscription]" />
  <if condition="$show['subscribed']">
   <a href="subscription.php?$session[sessionurl]do=removesubscription&amp;t=$threadid" rel="nofollow">$vbphrase[unsubscribe_from_this_thread]</a>
  <else />
   <a href="subscription.php?$session[sessionurl]do=addsubscription&amp;t=$threadid" rel="nofollow">$vbphrase[subscribe_to_this_thread]</a>
  </if>
  </td>
 </tr>
 </if>
 <if condition="$show['addpoll']">
 <tr>
  <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/addpoll.gif" alt="$vbphrase[add_a_poll]" /> <a href="poll.php?$session[sessionurl]do=newpoll&amp;t=$threadinfo[threadid]">$vbphrase[add_a_poll_to_this_thread]</a></td>
 </tr>
 </if>
 <if condition="$show['adminoptions']">
 <tr>
  <td class="thead">$vbphrase[admin_tools]<a name="goto_threadadmin"></a></td>
 </tr>
 <tr>
  <td class="vbmenu_option" title="nohilite">
  <if condition="$show['openclose']"><div><label for="ao_oct"><input type="radio" name="do" id="ao_oct" value="openclosethread" checked="checked" /><if condition="$show['closethread']">$vbphrase[close_thread]<else />$vbphrase[open_thread]</if></label></div></if>
  <if condition="$show['movethread']"><div><label for="ao_mvt"><input type="radio" name="do" id="ao_mvt" value="movethread" />$vbphrase[move_thread]</label></div>
  <div><label for="ao_cpt"><input type="radio" name="do" id="ao_cpt" value="copythread" />$vbphrase[copy_thread]</label></div></if>
  <if condition="$show['editthread']"><div><label for="ao_edt"><input type="radio" name="do" id="ao_edt" value="editthread" />$vbphrase[edit_thread]</label></div></if>
  <if condition="$show['deletethread']"><div><label for="ao_dlt"><input type="radio" name="do" id="ao_dlt" value="deletethread" />$vbphrase[delete_thread]</label></div></if>
  <if condition="$show['managethread']">
   <div><label for="ao_sut"><input type="radio" name="do" id="ao_sut" value="stick" /><if condition="$show['unstick']">$vbphrase[unstick_thread]<else />$vbphrase[stick_thread]</if></label></div>
   <div><label for="ao_mgt"><input type="radio" name="do" id="ao_mgt" value="mergethread" />$vbphrase[merge_threads]</label></div>
   <div><label for="ao_rrd"><input type="radio" name="do" id="ao_rrd" value="removeredirect" />$vbphrase[remove_redirects]</label></div>
  </if>
  <if condition="$show['editpoll']"><div><label for="ao_edp"><input type="radio" name="do" id="ao_edp" value="editpoll" />$vbphrase[edit_poll]</label></div></if>
  </td>
 </tr>
 <tr>
  <td class="vbmenu_option" title="nohilite" align="center">
   <input type="hidden" name="s" value="$session[sessionhash]" />
   <input type="hidden" name="t" value="$threadid" />
   <input type="hidden" name="pollid" value="$pollid" />
   <input type="submit" class="button" value="$vbphrase[perform_action]" />
  </td>
 </tr>
 </if>
 </table>
</form>
</div>
<!-- / GARS thread tools menu -->
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:14 AM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.