Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[AJAX]Did you know ...? (Tip Management) Details »»
[AJAX]Did you know ...? (Tip Management)
Version: 1.0.0 A 6, by Surviver Surviver is offline
Developer Last Online: May 2020 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.5 Rating:
Released: 05-07-2007 Last Update: 05-11-2007 Installs: 120
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

~ Ajax Tip Management ~

What ist this?

This Hack adds a tip management to your forum. Administrators can add tips, which will be displayed on each page of the forum. Using ajax your members will be able to scroll through tips and hide the tip box.

Installation

Please read the readme.txt

Misc

Screenshots are attached as well.
I will try to give support, but sorry, if i don't reply
A demo is aviable here!
A german Version is aviable here

Support

Show supporting the Hack in klicking install or make a small donation

Greetings Surviver

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 06-12-2007, 05:40 PM
Panagioths Panagioths is offline
 
Join Date: Feb 2004
Location: Greece
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where is that? I use the v3 of vbadvanced
Reply With Quote
  #93  
Old 06-13-2007, 03:26 AM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Panagioths View Post
Where is that? I use the v3 of vbadvanced
Add it in the options of THIS hack - this has nnothing to do with vBAfvanced
Reply With Quote
  #94  
Old 06-14-2007, 04:10 PM
Carlos2 Carlos2 is offline
 
Join Date: Sep 2002
Posts: 187
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can you put with this that you only see this in one subforum?
Reply With Quote
  #95  
Old 06-22-2007, 09:16 AM
HaCaoChien HaCaoChien is offline
 
Join Date: Jun 2005
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I change the layout of tip template and then the link of Previous Tip, Random Tip and Next Tip did not work. Please help

Below is the code after changed
HTML Code:
<script type="text/javascript" src="clientscript/vbulletin_ajax_tip.js?v=$vboptions[simpleversion]"></script>
$autohtml
<table cellpadding="0" background="$stylevar[imgdir_misc]/tipbg.gif" cellspacing="0" id="tiptable" style="margin-top:20px;" border="0" align="center">
    <tr>
        <td style="background: url($stylevar[imgdir_misc]/tip_top_left.gif) no-repeat;" width="33" height="36"></td>
        <td style="background: url($stylevar[imgdir_misc]/tip_top.gif) repeat-x"><if condition="$show['hidebutton']"><span style="float:right;">[<a title="$vbphrase[close_tip_windown]" href="" onclick="return send_hide_tip();">X</a>]</span></if><strong>$vbphrase[did_you_know]</strong></td>
        <td style="background: url($stylevar[imgdir_misc]/tip_top_right.gif) no-repeat;" width="55"></td>
    </tr>
    <tr>
        <td style="background: url($stylevar[imgdir_misc]/tip_left.gif) repeat-y"></td>
        <td>$tip[text]</td>
         <td style="background: url($stylevar[imgdir_misc]/tip_right.gif) repeat-y"></td>
    </tr>
<if condition="$show['scrollbuttons']">
    <tr>
        <td style="background: url($stylevar[imgdir_misc]/tip_bottom_left.gif) no-repeat;" width="33" height="39"></td>
        <td style="background: url($stylevar[imgdir_misc]/tip_bottom.gif) repeat-x;" align="center"><img style="display:none;" id="tipprocimg" src="$stylevar[imgdir_statusicon]/processing_tipps.gif" alt="" />   <input type="hidden" name="tipid" id="tipid" value="$tip[tipid]" />
                    <span class="smallfont">&lt;&lt; <a href="" onclick="return send_tip_request('prev', 'tipid');">$vbphrase[prev_tip]</a> - <a href="" onclick="return send_tip_request('rand', 'tipid');">$vbphrase[random_tip]</a> - <a href="" onclick="return send_tip_request('next', 'tipid');">$vbphrase[next_tip]</a> &gt;&gt;</span></td>
        <td style="background: url($stylevar[imgdir_misc]/tip_bottom_right.gif) no-repeat;"></td>
    </tr>	
</if>
</table>
Reply With Quote
  #96  
Old 07-04-2007, 02:05 AM
HaCaoChien HaCaoChien is offline
 
Join Date: Jun 2005
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this mod mark as supported???
Reply With Quote
  #97  
Old 07-07-2007, 12:51 PM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HaCaoChien View Post
Does this mod mark as supported???
Yes this mod is supported, but your problem is not a problem of the mod, but a problem of your modifucation of your mod.

To get it working:

You haveto give the Table or whatever the id, which it has in the original mod.
Reply With Quote
  #98  
Old 07-13-2007, 03:15 AM
FireFish's Avatar
FireFish FireFish is offline
 
Join Date: Jan 2006
Location: Yipppikayeh, Mofoh!!!
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Where do you edit or add your Did You Know tips?

Install went fine; I couldn't find the place to add the tips, though.

I checked the Options, nothing there.

Please advise.
Reply With Quote
  #99  
Old 07-14-2007, 03:07 PM
Surviver's Avatar
Surviver Surviver is offline
 
Join Date: Feb 2006
Location: Bonn, Germany
Posts: 382
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Refresh your ACP --> There's an entry in the navigationbar
Reply With Quote
  #100  
Old 07-15-2007, 07:30 PM
FireFish's Avatar
FireFish FireFish is offline
 
Join Date: Jan 2006
Location: Yipppikayeh, Mofoh!!!
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Surviver View Post
Refresh your ACP --> There's an entry in the navigationbar
Got it. For the record, it is titled Tips
Reply With Quote
  #101  
Old 07-19-2007, 08:55 PM
dbirosel dbirosel is offline
 
Join Date: Feb 2007
Location: San Diego
Posts: 587
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

this is a nice mod..thx
Reply With Quote
Reply


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 05:26 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.06170 seconds
  • Memory Usage 2,320KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete