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)
-   -   Add-On Releases - Hide Links from Guests (https://vborg.vbsupport.ru/showthread.php?t=230556)

Krusty1231 09-20-2013 03:42 AM

It do and it do not.

Depends on how you have your friendly URLS set up.

Prior to my change this mod worked great. After switching to mod rewrite friendly URLS it stopped working.

Think that could be why?

adom7 10-12-2013 05:59 AM

doesnt work anymore on 4.2.2

winky8300 10-13-2013 05:31 PM

hello
not work in vb 4.2.2

there is an alternative or a solution please?

Quote:

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 102

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 117

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 102

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 117

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 102

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 117

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 102

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 117

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 102

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 117

Arianismmm 10-13-2013 06:41 PM

yes :( work, but i get above errors ...

ozzy47 10-13-2013 07:00 PM

1 Attachment(s)
Warning: Function ereg() is deprecated in ....Bla Bla Bla

Try this xml.

Arianismmm 10-13-2013 07:03 PM

i still have this errors

Warning: Function ereg() is deprecated in ....\includes\class_postbit.php(345) : eval()'d code on line 83

Warning: Function ereg() is deprecated in ....\includes\class_postbit.php(345) : eval()'d code on line 98

Arianismmm 10-13-2013 07:06 PM

oh i think fixed :D thanks:*

ozzy47 10-13-2013 07:07 PM

Not a problem, glad to help. :)

winky8300 10-14-2013 06:27 AM

hello

works perfectly ,thank you ozzy ,you are the best

ozzy47 10-14-2013 09:41 AM

Good, glad to hear. :)

adom7 10-14-2013 10:35 AM

Why am i still having these lines :(

Code:

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 42
Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 57

thanks anyway, ozzy47


EDIT: http://www.vbulletin.com/forum/forum...66#post4000466

Quote:

2. For those who feel comfortable with editing files.

In class_core.php locate lines 5683-5685 (class_core.php is in the 'includes' folder)
Code:
case E_NOTICE:
// Just ignore these completely //
break;
Add lines for Deprecated and/or Strict errors as required ;

Code:
case E_NOTICE:
case E_STRICT:
case E_DEPRECATED:
// Just ignore these completely //
break;
This will bypass the additional error reporting.

ozzy47 10-14-2013 10:48 AM

Are you sure it is from this mod? I know of four others that the fix I provided works..

You can do what you quoted, but that is only suppressing the errors, so you will never know what mods you have that need to be updated.

adom7 10-14-2013 01:40 PM

Quote:

Originally Posted by ozzy47 (Post 2453188)
Are you sure it is from this mod? I know of four others that the fix I provided works..

You can do what you quoted, but that is only suppressing the errors, so you will never know what mods you have that need to be updated.


Most probably vbseo crashes with the mod.
Its okay now

thank you for your assistance ozzy47 :up:

ozzy47 10-14-2013 01:53 PM

Not a problem, glad to help. :)

katie hunter 10-20-2013 12:36 AM

Hi Chris, is this modification, has the same settings like this ? https://vborg.vbsupport.ru/showthrea...ks+From+Guests

I am looking for these features and Marco's mod doesn't have them :/

1. To have an option in the setting to exclude certain forum categories from hiding links via category ids for guests and members.

2. To have an option to display hide links in certain forum category via category ids.

3. To have an option to exclude certain usergroups from seeing the links via user group ids.

4. To have an option to only hide links, so images should display.

naveed.lodhi 10-20-2013 06:23 AM

Can anyone help me in this? https://vborg.vbsupport.ru/showthread.php?p=2454799

betadoor 10-26-2013 09:56 AM

Quote:

Originally Posted by ozzy47 (Post 2452985)
Warning: Function ereg() is deprecated in ....Bla Bla Bla

Try this xml.

Hi ozzy47,

Even after installing your XML file, I keep getting this error

Code:

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 1

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 16

(my server run on php 5.3.15)

ozzy47 10-26-2013 10:07 AM

You must have another mod that is running in that hook, disable your mods one by one till you find the culprit.

betadoor 10-26-2013 11:00 AM

hi ozzy47,

i have only "Hide Links from Guests" in my forum.

my plugin:

Forum Runner
Guest don't see links
Panjo
PostRelease
Skimlinks Plugin
vBulletin Blog
vBulletin CMS

blog, cms, postrelease and forumrunner is disable.

my version: vbulletin 4.2.2

Scimia 12-15-2013 11:43 AM

Doesn't work for me ozzy's XMl file.

:(

I get these errors on every showthread page (vBulletin 4.2.2)

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 4

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 19

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 4

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 19

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 4

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 19

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 4

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 19

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 4

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 19

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 4

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 19

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 4

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 19

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 4

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 19

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 4

Warning: Function ereg() is deprecated in ..../includes/class_postbit.php(345) : eval()'d code on line 19

ged 12-16-2013 08:20 AM

This mod works perfectly on my site. I wonder if something's wrong because all the other users are complaining about errors. :)

ozzy47 12-16-2013 10:16 AM

1 Attachment(s)
Ok let's try this file.

rohirrim 01-02-2014 10:45 PM

Quote:

Originally Posted by ozzy47 (Post 2468629)
Ok let's try this file.

thanks this solved my problem :)

craigvm 01-17-2014 10:49 PM

how can i use this to only hide links from guests in 1 forum and show links in all the other forums

ForceHSS 01-18-2014 04:12 AM

Quote:

Originally Posted by craigvm (Post 2475019)
how can i use this to only hide links from guests in 1 forum and show links in all the other forums

You cant with this mod unless the op recodes it for you

franzes80 03-14-2014 09:34 PM

Quote:

Originally Posted by ozzy47 (Post 2468629)
Ok let's try this file.

tested on vb 4.2.2. PL 1 and work perfect thank you

Jennifer2010 04-10-2014 12:22 AM

Quote:

Originally Posted by ozzy47 (Post 2468629)
Ok let's try this file.

Doesn't work for me on 4.2.2 PL1

Changes all text inside of post to the hidden message (it essentially thinks every word is a link)

ForceHSS 04-10-2014 12:37 AM

Quote:

Originally Posted by Jennifer2010 (Post 2492349)
Doesn't work for me on 4.2.2 PL1

Changes all text inside of the post to the hidden message (it essentially thinks every word is a link)

Works for me on 4.2.2 PL

Jennifer2010 04-10-2014 04:14 AM

Quote:

Originally Posted by ForceHSS (Post 2492352)
Works for me on 4.2.2 PL

Correction: It doesn't replace the words in posts.

However: It replaces every single image (thumbnail) in the post.

We have a picture forum so in any given thread there may be 20 pictures plus a couple links. This replaces every thumbnail. I looked at the XML file and it seems to target anything starting with www or http or whatever, which includes thumbnails.

Has anyone got this working with 'only' links being replaced? (not images, too)

koruyucu54 04-10-2014 05:36 AM

ewet çalişti teşekkurler

ForceHSS 04-10-2014 03:34 PM

Quote:

Originally Posted by Jennifer2010 (Post 2492374)
Correction: It doesn't replace the words in posts.

However: It replaces every single image (thumbnail) in the post.

We have a picture forum so in any given thread there may be 20 pictures plus a couple links. This replaces every thumbnail. I looked at the XML file and it seems to target anything starting with www or http or whatever, which includes thumbnails.

Has anyone got this working with 'only' links being replaced? (not images, too)

It would need recoded to add that option for you as the op has not been on for some time maybe some other coder might help you try posting in paid section

forsanelhaq 04-21-2014 07:06 PM

is this combatable with 4.2.2

ForceHSS 04-21-2014 07:10 PM

Quote:

Originally Posted by forsanelhaq (Post 2494047)
is this compatible with 4.2.2

try reading a few posts above before asking

K!nG 04-25-2014 02:03 PM

Hey All,

I know above posts says that it works on 4.2.2, but it's not working for me :( Where did i go wrong ??

Downloaded zip file .. extracted .... import the product and in admincp settings looks like this;

[IMG]http://i59.tinypic.com/2lubbsj.jpg[/IMG]

ForceHSS 04-25-2014 04:03 PM

Quote:

Originally Posted by K!nG (Post 2494648)
Hey All,

I know above posts says that it works on 4.2.2, but it's not working for me :( Where did i go wrong ??

Downloaded zip file .. extracted .... import the product and in admincp settings looks like this;

https://vborg.vbsupport.ru/external/2014/04/10.jpg

Have you checked your forums as a guest

K!nG 04-25-2014 06:19 PM

Quote:

Originally Posted by ForceHSS (Post 2494687)
Have you checked your forums as a guest

Yes I have and it shows all the links to guests.

Jennifer2010 04-25-2014 06:21 PM

Quote:

Originally Posted by K!nG (Post 2494708)
Yes I have and it shows all the links to guests.

Are you using a custom theme? Try switching to vb default theme and see if it does the same thing. Make sure to clear your cache or disable it before verifying.

K!nG 04-25-2014 06:30 PM

Quote:

Originally Posted by Jennifer2010 (Post 2494710)
Are you using a custom theme? Try switching to vb default theme and see if it does the same thing. Make sure to clear your cache or disable it before verifying.

Just tried.. Still same thing. Shows regular links, [url] links all to guests.

ForceHSS 04-25-2014 07:55 PM

Can have a look if you wish pm me admin login

K!nG 04-28-2014 01:33 AM

Hi Force,
sorry to reply late. I actually used a different mode which did what i needed. Thanks for your help :).


All times are GMT. The time now is 01:02 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.01866 seconds
  • Memory Usage 1,829KB
  • 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
  • (16)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
  • (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