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)
-   -   New Posting Features - vS-Hide Hack Resurrection (https://vborg.vbsupport.ru/showthread.php?t=237057)

genxstan 01-13-2011 02:45 AM

I need this one . I pmed the coder but no use .

I tried using this one added some content in . After i posted it ,the content inside the tag was gone forever . Even after i tried to check if it was in edit mode but no use.

shuuk 01-15-2011 08:10 AM

hmm i use not the standart style and i have no hide button
i follow the readme but i dont what is wrong? can i anyone help me?

or can anyone tell me a working version of a hide hack für 4.1.1?

andryus 01-15-2011 05:11 PM

Quote:

Originally Posted by KaiStone (Post 2147327)
I use Sid's Hide Hack and convert it to compatible with vB 4 myself. Because I just need Hide-Thanks only.

@ NovoCiv: it's funny if you're going to disable searching system. Bad idea. To fix the small problem, you have a bigger one.

I'm already give you an idea, I thought you're interested...

So, add a new plugin

Product: *Your Product*
Hook Location: search_result_postbit
Title: Hide when Search (Show Post)
PHP Code:

Code:

global $vbphrase, $db;
$post_text = $db->query_first("SELECT pagetext FROM " . TABLE_PREFIX . "post WHERE postid = $post[postid] ORDER BY dateline ASC");
$post_hide['pagetext'] = preg_replace('/\\[hide\\](.*)\\[\/hide\\]/siU', 'Your Message Goes Here', $post_text[pagetext]);
$post['pagetext'] = nl2br(vbchop($post_hide['pagetext'], 200));


Hello , this solution work great for search results , but i?m still with meta keywords problem on source code, on SHOWTHREAD page , anyone have solution for it?

Regards.

KaiStone 01-16-2011 04:38 AM

NovoCiv have already fixed it. Please read the previous pages.

andryus 01-16-2011 01:15 PM

NovoCiv remove meta tags , and this is not an option , because it is very important for google and others searchs engines to index your web content , i need another idea to avoid remove meta tags , it is very important thing in your website.

Regards.

KaiStone 01-16-2011 02:16 PM

Quote:

Originally Posted by andryus (Post 2149995)
NovoCiv remove meta tags , and this is not an option , because it is very important for google and others searchs engines to index your web content , i need another idea to avoid remove meta tags , it is very important thing in your website.

Regards.

Oh, I'll try.But I'm not sure I'll find out.

tomoyo23 01-27-2011 12:14 AM

This hack is compatible with https://vborg.vbsupport.ru/showthread.php?t=231666 ?? .. Greetings

Chmura 01-30-2011 12:28 AM

Has anyone got this working successfully on 4.1.1?

fukdawrld 02-02-2011 10:47 AM

I've upgraded from 3.8 to 4.1 recently. How would I move this hacks tables to the working version so nothing is lost?

depalaza 03-10-2011 06:46 AM

nice one

but i want to buy the expanded version. i follow your link but there is no price or something about buying expanded version.


All times are GMT. The time now is 12:10 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.01196 seconds
  • Memory Usage 1,735KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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