Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Google gadgets for navbar with drop down and popup Details »»
Google gadgets for navbar with drop down and popup
Version: 2.00, by elenh elenh is offline
Developer Last Online: Jun 2010 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.x Rating:
Released: 07-30-2009 Last Update: 07-31-2009 Installs: 9
Template Edits
 
No support by the author.

Hi,

I have create this code to my site and i like to share with you here in vb.org

Description:

With this code you can add google gadgets on your website in the navbar.

LIVE DEMO

INSTALLATION:

Firts go to:

Admincp > styles manager > choose your style > Navigation & Breadcrump templates > Navbar

find:
Code:
		<if condition="$show['member']">
			<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
		</if>
and add adove:

Code:
<!-- Gadgets Popup -->
		<if condition="$show['member']">
                       <td class="vbmenu_control"><a 
href="#4" id="gadgets" >Gadgets</a><script type="text/javascript"> vbmenu_register("gadgets");          </script></td>
		</if>
<!-- / Gadgets Popup -->
Next find in the same template:
Code:
<!-- NAVBAR POPUP MENUS -->
and add bellow:

Code:
<!-- Main gadgets drop down menu -->

<div class="vbmenu_popup" id="g_menu" style="display:none">
<table cellpadding="4" cellspacing="1" border="0">
<tr>
<td class="thead">Google Gadgets</td>
</tr> 
<tr>
<td class="vbmenu_control"><a href="javascript: void(0)" 
   onclick="window.open('gadgets/facebook.php', 
  'windowname1', 
  'width=840, height=500'); 
   return false;">Facebook</a></td>
</tr>
<tr>
<td class="vbmenu_control"><a href="javascript: void(0)" 
   onclick="window.open('gadgets/allinone.php', 
  'windowname1', 
  'width=840, height=500'); 
   return false;">All in one!</a></td>
</tr>

</table>
</div>

<!-- / Main gadgets drop down menu -->

You are finish click save..

They are 2 Gadgets installed by default by me:
  1. Facebook
  2. All email in one

If you want more gadgets then:

Go to Google gadgets official website and select you gadgets.

Open new txt file in your pc and add:

Code:
<html>
 <head>
  <title>All mail in one Gadget</title>
 </head>
 <body>
GADGET SCRIPT HERE!!!
 </body>
</html>
Copy the scripts codes of the gadget you want and place on my code like i explane adove with the red color between tags
<body> </body> .


Save as PHP file and upload to gadgets path on your server.

Then go to: Admincp > styles manager > choose your style > Navigation & Breadcrump templates > Navbar

Find:
Code:
   return false;">All in one!</a></td>
</tr>
and add bellow:

Code:
<tr>
<td class="vbmenu_control"><a href="javascript: void(0)" 
   onclick="window.open('gadgets/NAME_OF_GADGET.php', 
  'windowname1', 
  'width=840, height=500'); 
   return false;">NAME_OF_GADGET_TO_DISPLAY</a></td>
</tr>

Where blue colored NAME_OF_GADGET is you must replace with the same name of the gadget php file.


You can change the numbers of the width and height like you want.('width=840, height=500')

Click Save and finish!

Some extras...

If you dont like to see the drop down icon then do this:

find:
Code:
"); </script></td>
and replace with:
Code:
", true); </script></td>

Post end here.If you like my hack please click installed.

Download Now

File Type: zip gadgets.zip (1.1 KB, 42 views)

Show Your Support

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

Comments
  #2  
Old 07-31-2009, 06:04 PM
NLP-er's Avatar
NLP-er NLP-er is offline
 
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any screen shots or live demo?
Reply With Quote
  #3  
Old 07-31-2009, 06:11 PM
elenh elenh is offline
 
Join Date: Jun 2009
Location: Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes sure. Added on top.
Reply With Quote
  #4  
Old 07-31-2009, 07:42 PM
Alfa1's Avatar
Alfa1 Alfa1 is offline
 
Join Date: Dec 2005
Location: Netherlands
Posts: 3,537
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

My Greek really sucks. Could you please provide screen shots or a demo in English? The only part of your demo that is in English is the gadget drop down, but its stuck behind the advertisement. If I hover it, a Facebook popup appears. Is this what this modification does?

Please explain.
Reply With Quote
  #5  
Old 07-31-2009, 09:13 PM
Rooms Rooms is offline
 
Join Date: Apr 2009
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah the gadgets drop down doesn't want to work for me in your demo, but it's a nice idea.
Reply With Quote
  #6  
Old 07-31-2009, 09:30 PM
goxy63 goxy63 is offline
 
Join Date: Oct 2008
Location: its like another planet:D
Posts: 657
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah drop down is not working, when I hoover with mouse window just pops out...

How do you close pop out window?
I lost myself there for 10 secs...place a button for shut it down and its great mod if you ask me

Tagged
Reply With Quote
  #7  
Old 08-01-2009, 11:39 AM
elenh elenh is offline
 
Join Date: Jun 2009
Location: Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The mod is UPDATED.And the demo works too.
Reply With Quote
  #8  
Old 08-01-2009, 04:34 PM
NLP-er's Avatar
NLP-er NLP-er is offline
 
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by elenh View Post
The mod is UPDATED.And the demo works too.
What should I look there?...
Reply With Quote
  #9  
Old 08-01-2009, 05:18 PM
elenh elenh is offline
 
Join Date: Jun 2009
Location: Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Click in the demo url on Navbar the Gadgets! link.
Reply With Quote
  #10  
Old 08-01-2009, 07:19 PM
NLP-er's Avatar
NLP-er NLP-er is offline
 
Join Date: Aug 2008
Location: Wrocław
Posts: 1,353
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by elenh View Post
Click in the demo url on Navbar the Gadgets! link.
Great thanks
Reply With Quote
Reply

Thread Tools

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 11:19 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.04725 seconds
  • Memory Usage 2,320KB
  • Queries Executed 24 (?)
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
  • (9)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (1)postbit_attachment
  • (10)postbit_onlinestatus
  • (10)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete