Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Hide Links from Guests Details »»
Hide Links from Guests
Version: 1.00, by Delilahs Delilahs is offline
Developer Last Online: Dec 2011 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.0.0 RC 4 Rating:
Released: 12-18-2009 Last Update: Never Installs: 304
Uses Plugins
 
No support by the author.

Just import the product and it stops guests from seeing your links.

As seen on my forum.

Originally seen on vBulletin.com, but no-one yet has brought it to here

http://www.delilahs.co.uk/forum/f2/a...78/index4.html

Download Now

File Type: zip Hide_links_from_guests.zip (2.9 KB, 3531 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
bymny, FReeSTER, joselaholla, ramesh_umk3, winky8300

Comments
  #92  
Old 10-14-2013, 10:35 AM
adom7's Avatar
adom7 adom7 is offline
 
Join Date: Aug 2007
Location: Turkiye / Antalya
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #93  
Old 10-14-2013, 10:48 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #94  
Old 10-14-2013, 01:40 PM
adom7's Avatar
adom7 adom7 is offline
 
Join Date: Aug 2007
Location: Turkiye / Antalya
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
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:
Reply With Quote
  #95  
Old 10-14-2013, 01:53 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not a problem, glad to help.
Reply With Quote
  #96  
Old 10-20-2013, 12:36 AM
katie hunter's Avatar
katie hunter katie hunter is offline
 
Join Date: May 2007
Posts: 533
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #97  
Old 10-20-2013, 06:23 AM
naveed.lodhi naveed.lodhi is offline
 
Join Date: Apr 2013
Location: Lahore, Pakistan
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone help me in this? https://vborg.vbsupport.ru/showthread.php?p=2454799
Reply With Quote
  #98  
Old 10-26-2013, 09:56 AM
betadoor betadoor is offline
 
Join Date: Sep 2010
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
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)
Reply With Quote
  #99  
Old 10-26-2013, 10:07 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You must have another mod that is running in that hook, disable your mods one by one till you find the culprit.
Reply With Quote
  #100  
Old 10-26-2013, 11:00 AM
betadoor betadoor is offline
 
Join Date: Sep 2010
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #101  
Old 12-15-2013, 11:43 AM
Scimia Scimia is offline
 
Join Date: Aug 2011
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:01 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07272 seconds
  • Memory Usage 2,341KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete