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)

daveaite 03-13-2012 01:36 AM

Quote:

Originally Posted by ryohnosuke (Post 2308504)
Please add support for deleted and merged threads for this next release.

Saludos.

Added to next release dev 4.0

daveaite 03-15-2012 01:01 AM

v.3.5 Simplifies CSS
- You no longer need to add css to additional.css. All css settings exist in templates > css templates > livenotifications.css
-White Themes CSS Integration and Dark Themes CSS Integration : Choose the one that works best with your theme.

1320Nation 03-15-2012 05:33 PM

I have a ultimate user account on vbsocial.com. I downloaded the 3.5 version from that site. I noticed when I went to upgrade from 3.0 to 3.5 the 3.5 version has the 3.0 manual.

So because of this the instructions on what exactly needs to be done to upgrade from 3.0 to 3.5 is not there. Also before I see the 3.5 manual, I'm curious if the upgrade instruction explain exactly what needs to be done? I say that because from what I have read here so far it's my impression that templete edits need removed or added that were not there before?

daveaite 03-16-2012 10:58 PM

Sorry about that, I've updated to 3.5.

If your upgrading, remove anything your added to additional.css from for this mod.

So remove this from additional.css if your upgrading:

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;
}


egyptsons 03-17-2012 03:19 AM

nice I will try it ;)

daveaite 03-21-2012 11:11 PM

v.3.6 Updated. More to come. :)

fishmaster 03-21-2012 11:14 PM

Cant believe I am just now seeing this.

My pants just got tighter! LOL!

Katoona 03-22-2012 08:36 AM

1 Attachment(s)
When I installed v3.5 the css did not work at all. Is this what have been fixed in 3.6?

See picture.

Akyeame Kwame 03-22-2012 11:54 AM

1 Attachment(s)
In the manual it says 3.5 and it also says to upload Forum-Skins Notifications.xml which I can't find. I have: product-livenotifications-whitethemes.xml and product-livenotifications-darkthemes.xml

I've attached a screenshot of what I'm seeing. Is it that I don't have Forum-Skins Notifications.xml or has it not populated with content yet? I'd really like to get this mod working so I'd appreciate any support you may be able to offer.

1320Nation 03-23-2012 08:59 PM

https://vborg.vbsupport.ru/external/2012/03/15.jpg

I removed the code from the additional.css templete and uploaded the product-livenotifications-darkthemes.xml and the above image is what shows on my site. Is that how it should look or is something wrong?

I also noticed in the Product Manager it shows 3.0 and NOT 3.6.

daveaite 03-23-2012 09:50 PM

Quote:

Originally Posted by psychobike (Post 2312619)
https://vborg.vbsupport.ru/external/2012/03/15.jpg

I removed the code from the additional.css templete and uploaded the product-livenotifications-darkthemes.xml and the above image is what shows on my site. Is that how it should look or is something wrong?

I also noticed in the Product Manager it shows 3.0 and NOT 3.6.

If your using a custom theme, you'll need to upload the images to the themes misc folder.

daveaite 03-23-2012 09:51 PM

Quote:

Originally Posted by Katoona (Post 2312023)
When I installed v3.5 the css did not work at all. Is this what have been fixed in 3.6?

See picture.

This has been fixed in 3.6 I believe. Uninstall the .xml, then reinstall over. Please verify when you get a chance :)

daveaite 03-23-2012 09:52 PM

Quote:

Originally Posted by Katoona (Post 2312023)
When I installed v3.5 the css did not work at all. Is this what have been fixed in 3.6?

See picture.

Yes, thats' your css missing in your photo. 3.6 Should fix this. Uninstall the .xml, then reinstall the 3.6 one. Cheers.

Let me know how it goes, need some returning feedback and more tests.

1320Nation 03-24-2012 12:19 AM

Quote:

Originally Posted by daveaite (Post 2312645)
If your using a custom theme, you'll need to upload the images to the themes misc folder.

Other then contactus.png what images are there. I added the only image I could which was contactus.png and there is still NO change. Everything looks as it does in the image I inserted here.

The image use to show up when the css was done through the additional.css file but nothing shows with current update.

nacaruncr 03-24-2012 03:23 PM

When I go to "View all messages" I do not get redirected to the tab, since it routed me this link:
http://www.myweb.com/usuario/my-name...enotifications

When should look like this:
http://www.myweb.com/usuario/my-name...enotifications

How do I resolve it?

daveaite 03-25-2012 05:26 PM

Quote:

Originally Posted by nacaruncr (Post 2312840)
When I go to "View all messages" I do not get redirected to the tab, since it routed me this link:
http://www.myweb.com/usuario/my-name...enotifications

When should look like this:
http://www.myweb.com/usuario/my-name...enotifications

How do I resolve it?

Those links aren';t working for me

daveaite 03-25-2012 05:27 PM

Quote:

Originally Posted by psychobike (Post 2312683)
Other then contactus.png what images are there. I added the only image I could which was contactus.png and there is still NO change. Everything looks as it does in the image I inserted here.

The image use to show up when the css was done through the additional.css file but nothing shows with current update.

If you use IE, you can see that an image is missing. Right click on the missing image, and then go to properties. Look at what the location of the image is pointing to and place that image in that location

ultimategeek 04-08-2012 02:31 PM

I have installed this Mod but i can't get it to work
I get no error messages, but nothing changes. Any ideas why?
I have version 4.1.6

here is a link: http://www.planetgeeksforum.com/forum.php?styleid=36

draver 04-08-2012 04:28 PM

I love this mod an I want to buy the pro version but the display on my forums looks bad.

https://vborg.vbsupport.ru/external/2012/04/37.jpg

dawges 04-08-2012 07:51 PM

Quote:

Originally Posted by ultimategeek (Post 2318015)
I have installed this Mod but i can't get it to work
I get no error messages, but nothing changes. Any ideas why?
I have version 4.1.6

here is a link: http://www.planetgeeksforum.com/forum.php?styleid=36

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.

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?

daveaite 04-12-2012 04:58 AM

Quote:

Originally Posted by Escaped (Post 2318658)
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?

No, it should be in the header template.

Quote:

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

{vb:raw livenotifications_header}

daveaite 04-12-2012 04:59 AM

Quote:

Originally Posted by Kolbi (Post 2318589)
What's the difference between and ?

You get notifications when someone replies on your threads
or you get notifications when someone replies to your posts on any thread.

Kolbi 04-12-2012 06:22 AM

Quote:

Originally Posted by daveaite (Post 2319303)
You get notifications when someone replies on your threads
or you get notifications when someone replies to your posts on any thread.

Thank you for your explanation. Am I right, that the second option notification on my posts makes the option notification on my threads obsoletet. Because a thread is also a post?
:-)


A little improvement that could be made is that the hint "new messages" could be a phrase because I'm translating it currently into German. And a little request: Can you implement vBSEO Likes?

Thank you.

Escaped 04-12-2012 10:44 AM

As I already told you, It's in the navbar template and when I move to the header template my tab system no longer works, aswell as the path explanation on a thread:

vBulletin.org Forum / vBulletin Modifications / vBulletin 4.x Modifications / vBulletin 4.x Add-ons / Major Additions
Reload this Page
vBSocial Notifications | v3.6 RELEASE Facebook Concept


It would only show the forum homepage.

deverill2010 04-15-2012 05:05 PM

Can you tag people in posts and they get a notification of that post?

daveaite 04-17-2012 01:12 AM

Quote:

Originally Posted by deverill2010 (Post 2320395)
Can you tag people in posts and they get a notification of that post?

I like this idea. Added to version 4.0 development.

sticky 04-17-2012 07:50 AM

Quote:

Originally Posted by daveaite (Post 2319303)
You get notifications when someone replies on your threads
or you get notifications when someone replies to your posts on any thread.

Can users choose this themselves?

Merenguista 04-17-2012 12:54 PM

What is the difference between the lite version and the gold version ?

daveaite 04-19-2012 02:32 AM

Quote:

Originally Posted by sticky (Post 2320815)
Can users choose this themselves?

Yes, this is in user profile options

daveaite 04-19-2012 02:33 AM

Quote:

Originally Posted by Merenguista (Post 2320887)
What is the difference between the lite version and the gold version ?

We've disabled some of the features. When you test out lite version, you'll see the features we've disabled.


All times are GMT. The time now is 04:04 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.01970 seconds
  • Memory Usage 1,863KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_html_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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