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)
-   -   Show Thread Enhancements - Vbulletin Social Content Locker [Lite] - Pay With Like , Tweet and +1 (https://vborg.vbsupport.ru/showthread.php?t=314983)

bridge2heyday 01-07-2015 05:22 PM

Quote:

Originally Posted by Nirjonadda (Post 2531048)
Yes, This option planned the Developer for Release in 2016/17, Not Sure ...

No , They will be available this week .. Thanks for your interest in the mod

webmaster74 01-07-2015 11:52 PM

As the mod does NOT offer to affect all posts or a group of posts automatically and requires that you manually enter [LOCK] and [/LOCK] before and after content that you wish to hide till click in every single post, I am trying to find a way to concatenate the pagetext in post in order to add the LOCK tag to every FIRST post of every topic.

I would appreciate your help fixing this one line.

UPDATE post SET pagetext =CONCAT('[lock]', pagetext,'[/lock]') WHERE postid =(Select firstpostid from dbname_vb.thread) ;

But when I try the substatement,
SELECT post WHERE postid =(Select firstpostid from dbname_vb.thread)
I get :
#1242 - Subquery returns more than 1 row
it must look in the thread table, where there are thousands of rows...

Please help

JesWhite 01-08-2015 05:05 AM

Quote:

Originally Posted by bridge2heyday (Post 2531059)
please note there are excluded usergroups , locked content is automatically unlocked for them .

https://vborg.vbsupport.ru/external/2015/01/27.jpg

webmaster74 01-08-2015 05:47 AM

Quote:

Originally Posted by JesWhite (Post 2531155)

thanks. Yes you are right, but 1. that is only in the pro version, and 2. I wanted only to lock the content of the first post in every thread, not per group of user.

In fact, on second thoughts, how compatible is this with any SEO?

Google won't appreciate the content of the post being readable to it in the source of the page but not displayed to human.

Won't you get a penalty for this?

JesWhite 01-08-2015 09:23 AM

Quote:

Originally Posted by webmaster74 (Post 2531161)
thanks. Yes you are right, but 1. that is only in the pro version, and 2. I wanted only to lock the content of the first post in every thread, not per group of user.

In fact, on second thoughts, how compatible is this with any SEO?

Google won't appreciate the content of the post being readable to it in the source of the page but not displayed to human.

Won't you get a penalty for this?


you didnt understand me ...
the plugin not working ..
i'm using demo version...
but demo fetuares are not working too. i didnt try pro version...


and again...
unlock not working good..
i tested bridge's site...
i viewed page's source code...
and again i found hidden content there...
this is not healty ...
problem with google penalty....
because of we must use again a hide hack in this lock bbcode...
[lock][hide] content [/hide][/lock]

webmaster74 01-08-2015 10:33 AM

Dear bridge2heyday,

Have concerns about SEO compatibility of this mod been addressed or not?

webmaster74 01-08-2015 10:49 AM

In fact, on second thoughts, I remember well there was a solution to give Google access to content you hide from other users.

hoangserip 01-08-2015 10:56 AM

Thank You Very Much bridge2heyday

webmaster74 01-08-2015 10:56 AM

Was that called "User Specific Content"? Does anyone remember how this was done?
You give to Google a username and a password and you allow it to search your vbulletin forums as if it were a registered user.

bridge2heyday 01-08-2015 11:49 AM

Quote:

Originally Posted by webmaster74 (Post 2531137)
As the mod does NOT offer to affect all posts or a group of posts automatically and requires that you manually enter [LOCK] and [/LOCK] before and after content that you wish to hide till click in every single post, I am trying to find a way to concatenate the pagetext in post in order to add the LOCK tag to every FIRST post of every topic.

I would appreciate your help fixing this one line.

UPDATE post SET pagetext =CONCAT('[lock]', pagetext,'[/lock]') WHERE postid =(Select firstpostid from dbname_vb.thread) ;

But when I try the substatement,
SELECT post WHERE postid =(Select firstpostid from dbname_vb.thread)
I get :
#1242 - Subquery returns more than 1 row
it must look in the thread table, where there are thousands of rows...

Please help

This is strongly not recommended .. there is an update this week that will allow you to automatically lock all threads in selected forums .. but it will only lock threads .. not posts .. are you sure you want to lock posts ?


All times are GMT. The time now is 03:23 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.01275 seconds
  • Memory Usage 1,740KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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