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 - Navbar - adds social bookmarking, notifications highlighting, & search fields (https://vborg.vbsupport.ru/showthread.php?t=201758)

vbboarder 05-14-2009 03:55 PM

Quote:

Originally Posted by GeorgeB85 (Post 1810730)
I like this mod, but to bad it gives the name and email address for the administrator who signs up with the sharethis website. So I just changed the name to my company name, and the email to one I dont use.

Sounds reasonable, but if you have good spam filter or want to be contacted, you may want to use your company's email or create one just for Sharethis.

gcxboxps 05-14-2009 09:04 PM

Quote:

Originally Posted by vbboarder (Post 1810726)
If your whole board is private, you can just remove the script tag from the navbar Sharethis options page in VB Options.

If only some of your forums are private, then in the navbar_additions template, you can surround the Sharethis code with an if condition. For example:
Code:

<if condition="!$foruminfo['showprivate']">
$vboptions[sharethis_script]
</if>


thanks, what about for the User Control Panel area?

GeorgeB85 05-15-2009 01:45 AM

Is there away to get rid of the color aqua for the notifications window and have it as it was before installing the mod? Thanks.

vbboarder 05-15-2009 02:28 PM

Quote:

Originally Posted by gcxboxps (Post 1810909)
thanks, what about for the User Control Panel area?

You can add the script's name to the if condition for any page you don't want Sharethis. The script's name is usually at the first 20 lines of code in any php page. For example:
Code:

<if condition="!$foruminfo['showprivate'] and THIS_SCRIPT != 'usercp'">
$vboptions[sharethis_script]
</if>

Quote:

Originally Posted by GeorgeB85 (Post 1810990)
Is there away to get rid of the color aqua for the notifications window and have it as it was before installing the mod? Thanks.

To remove the color, remove the notifications area style in the options page for this mod in VB Options. Alternatively, you can change the color or style to whatever you want.

GeorgeB85 05-15-2009 02:44 PM

Quote:

Originally Posted by vbboarder (Post 1811210)
To remove the color, remove the notifications area style in the options page for this mod in VB Options. Alternatively, you can change the color or style to whatever you want.

After playing around with it for about a minute, I finally got it.

It is a good idea, but just isnt needed for my board right now.

So far I have had some good remarks about the mod. Good job, once again!

vbboarder 10-01-2009 02:58 PM

Fixed a minor bug - version updated to 1.3.8. To update, reinstall xml file and allow overwrite.

mp3u 10-02-2009 09:14 AM

Nice mod, installed.:up: Bumping up the idea of having the button appear in each post.

luket79 10-04-2009 10:57 PM

What is the difference with these 2 XML files? I want to upgrade but I dont know why there are 2 XML's here...

EDIT: I see both versions are available, nevermind.

luket79 10-21-2009 02:11 AM

Is there a way to widen this area created to the left of the login box? I have added other stuff there and need some more width....thanks for any help.

vbboarder 10-21-2009 06:18 PM

Quote:

Originally Posted by luket79 (Post 1902970)
Is there a way to widen this area created to the left of the login box? I have added other stuff there and need some more width....thanks for any help.

Go to Style Manager and edit navbar_additions IF you enabled navbar sharethis auto-templating, OR edit navbar IF you disabled the auto-templating. For either templates, find 15% and 85%, and changed them to whatever % values you want.


All times are GMT. The time now is 04:30 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.01192 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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