vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - vBulletin Social Network 9.5 Gold (Lite) - vBSocial.com (https://vborg.vbsupport.ru/showthread.php?t=266972)

ultimategeek 04-08-2012 09:41 PM

Quote:

Originally Posted by dawges (Post 2318126)
Same here. Installed it and nothing changed. I would really like to see this work. I looked through the thread but have found no answers.

fingers crossed we can get help:)

Escaped 04-09-2012 07:06 PM

My header template is empty, all the information is inside navbar, when I put the variable in there it doesn't show anything but when I move all the information from the navbar template to the header template and put it in, it shows up but it messes up alot in my skin, tab highlghting isn't properly working and it no longer shows what forum/sub-forum you are in when you opened a thread. Is there a way to make this system work by putting it inside the navbar template?

daveaite 04-10-2012 06:26 AM

Quote:

Originally Posted by draver (Post 2318051)
I love this mod an I want to buy the pro version but the display on my forums looks bad.

http://information-hunde.de/bilder/notifi.jpg

This means your CSS isn't applying correctly. Might be due to theme, or modifications you have done to your site. Try adding this to additional.css template and see if that works. :)

Code:

li.livenotifications_loading,
li.livenotificationbit,
li.livenotifications_link
{
width: 330px;
position: relative;
clear:both;
}

.livenotifications_list{
z-index:9001;
}

li.livenotifications_loading {
height: 40px;
background-image: url(images/misc/ln-ajax-loader.gif);
background-repeat: no-repeat;
background-position: center center;
}
li.livenotificationbit {
min-height: 56px;
margin: 0;
padding:3px !important;
color: #3E3E3E !important;
font-size: 13px;
font-family: Tahoma,Clibri,Verdana,Geneva,sans-serif;
cursor: pointer;
overflow: hidden;
}
li.livenotificationbit a {
display: inline !important;
padding: 0 !important;
margin: 0 !important;
background: inherit !important;
}
li.livenotificationbit img {
float: left;
margin-right: 4px;
}

span.livenotifications_num {
background-color: #FF0000;
border: 1px solid #FF0000;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
font-weight: regular;
}
li.livenotifications_link {
background: {vb:stylevar navbar_tab_background.backgroundColor};
color: {vb:stylevar pagination_color};
display: block !important;
font-weight: regular;
font-size: {vb:stylevar header_font};
font-family: Arial,Calibri,Verdana,Geneva,sans-serif;
min-height: 20px;
text-align: center !important;
padding-top:6px !important;
cursor: pointer;
}
li.livenotifications_link:hover {
color: {vb:stylevar pagination_hover_border};
background: {vb:stylevar imodhilite_backgroundColor};
text-decoration: {vb:stylevar linkhover_textDecoration};
width:100%;
}

ul.ln_list_full {
margin: 20px 0;
padding: 0;
border-top: 1px dotted #cccccc;
border-bottom: 1px dotted #cccccc;
}

ul.ln_list_full li {
margin: 20px 20px;
padding: 5px;
border-top: 1px solid #cccccc;
}
li.livebit {
vertical-align: top;
clear:left;
min-height: 50px;
cursor: pointer;
position: relative;

}

#livenotifications_list li.red,
ul.ln_list_full li.red {
background-color: {vb:stylevar navbar_popup_link_background};
}
#livenotifications_list li.red:hover,
ul.ln_list_full li.red:hover {
background-color: {vb:stylevar imodhilite_backgroundColor};
}

#livenotifications_list li.unread,
ul.ln_list_full li.unread {
background-color: #FFFBE2;
}
#livenotifications_list li.unread:hover,
ul.ln_list_full li.unread:hover {
background-color: #F9EC9F;
}
li.livebit img {
float:left;
margin-right:10px;
border: 1px solid #ccc;

}

.lnpmbit.livenotificationbit .ln_stats {
float: left;
font-size: 24px;
width: 80px;
text-align: center;
padding-top: 5px;
margin-right: 3px;
}

.lnpmbit.livenotificationbit .ln_context {
font-size: 11px;
}

.lnpmbit.livenotificationbit .ln_stats span {
font-size: 10px;
}
/* Overview pagination newer/older links */
div.ln_pagination {
border: 1px solid #CEDFEB;
background-color: #F2F6F8;
color: #666;
min-width: 100px;
padding: 5px 10px;
}

/* Time bits */
span.ln_time {
font-size: 11px;
color: #808080;
position: absolute;
right: 4px;
bottom: 4px;
}


daveaite 04-10-2012 06:28 AM

Quote:

Originally Posted by Escaped (Post 2318421)
My header template is empty, all the information is inside navbar, when I put the variable in there it doesn't show anything but when I move all the information from the navbar template to the header template and put it in, it shows up but it messes up alot in my skin, tab highlghting isn't properly working and it no longer shows what forum/sub-forum you are in when you opened a thread. Is there a way to make this system work by putting it inside the navbar template?

What type of theme are you using? I've seen all different types of integrations with this. It could work with navbar template. You just need to put the variable in the right place. Also overlapping could be an issue (z-index config)

daveaite 04-10-2012 06:38 AM

Also, be sure to read the Manual. Hope this helps. If you have any other questions, don't hesitate to ask.

Vb Notifications Manual

Kolbi 04-10-2012 07:05 AM

Same issue here, the css isn't been loaded.

Perhaps use a template hook like this
HTML Code:

$template_hook['custom_css_list'] .= ($template_hook['custom_css_list'] ? ',' : '') . 'sprite-main.css,sprite-forumhome.css,sprite-forumdisplay.css,sprite-showthread.css';

Kolbi 04-10-2012 07:12 AM

Show all notifications points to:
Code:

members/testaccount.html?lntransf=#livenotifications
instead off:
Quote:

members/testaccount.html?tab=livenotifications#livenotific ations

seems not to work with IE8?

ultimategeek 04-10-2012 07:13 AM

Quote:

Originally Posted by daveaite (Post 2318577)
Also, be sure to read the Manual. Hope this helps. If you have any other questions, don't hesitate to ask.

Vb Notifications Manual

I got it working from this Manual :up:
by doing

Quote:

1) Find:

{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>
Add After:

{vb:raw livenotifications_header}

Kolbi 04-10-2012 07:36 AM

What's the difference between
Quote:

Enable Thread Post Notifications?
and
Quote:

Enable Thread Reply Notifications?
?

Escaped 04-10-2012 11:45 AM

I am using the ideal blue fluid skin: http://vb4.themetempest.com/forum.php?styleid=11. The code after which you have to add the variable is in the navbar template, so when I add it there it doesn't work. What can I change it into to make it work?


All times are GMT. The time now is 09:13 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.02113 seconds
  • Memory Usage 1,757KB
  • 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
  • (1)bbcode_html_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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