Jump to content


* * * * * 1 votes

[Unsupported] (MSS) Hide Links


  • Please log in to reply
47 replies to this topic

#1 msrag

msrag

    n00b

  • Members
  • Pip
  • 1 posts
  • Real Name:suliman
  • IPB Version:v2.3.x

Posted 20 February 2008 - 06:48 PM

Posted Image

File Name: [Unsupported] (MSS) Hide Links
File Submitter: msrag
File Submitted: 20 Feb 2008
File Updated: 20 Feb 2008
File Category: IP.Board v2.3.x Mods

Hide Links v1.0 to v2.3.x


Description:

Hide thread posted links from selected guest, eg. Guests, Banned users etc .

Click here to download this file

#2 maxspeed

maxspeed

    Member

  • Banned
  • PipPipPip
  • 24 posts
  • Location:Tbilisi, Georgia
  • Real Name:vanika
  • IPB Version:v2.2.x
Contributor

Posted 20 February 2008 - 08:05 PM

msrag thx ;) it is working

#3 viko

viko

    n00b

  • Banned
  • Pip
  • 2 posts
  • Real Name:victor
  • IPB Version:N/A

Posted 20 February 2008 - 08:45 PM

Thank you, I will try.

#4 Colibri

Colibri

    Coder

  • Members
  • PipPipPipPipPip
  • 245 posts
  • IPB Version:v2.3.x

Posted 21 February 2008 - 11:31 AM

so can hide by choice topic or is it certain sections or plan whole group.
personaly I would want topic

edit
its per group

Edited by Colibri, 21 February 2008 - 11:40 AM.

Posted Image

#5 The End

The End

    Novice

  • Members
  • PipPip
  • 7 posts
  • Real Name:Jacob
  • IPB Version:v1.3.x

Posted 22 February 2008 - 12:44 AM

Finally someone ported over the vB mod! Nice job man! Can't wait to use this!

#6 msrag

msrag

    n00b

  • Members
  • Pip
  • 1 posts
  • Real Name:suliman
  • IPB Version:v2.3.x

Posted 22 February 2008 - 11:58 PM

;)

#7 Tom

Tom

    Posting God

  • IM Supporters
  • PipPipPipPipPipPipPipPipPip
  • 1,541 posts
  • IPB Version:v2.3.x

Posted 23 February 2008 - 07:48 AM

I was looking for this for a long time! Great Job mate! Thank's a million.

#8 icydubloon

icydubloon

    n00b

  • Members
  • Pip
  • 4 posts
  • IPB Version:v2.2.x

Posted 23 February 2008 - 11:42 PM

It still shows up on Lo Fi version, any way to get rid of that?

#9 DerSpinner

DerSpinner

    n00b

  • Members
  • Pip
  • 3 posts
  • Location:Россия - Кемерово
  • Real Name:DerSpinner
  • IPB Version:v2.3.x

Posted 02 March 2008 - 09:48 AM

v profile vidno ;)

#10 zbahadir

zbahadir

    n00b

  • Banned
  • Pip
  • 1 posts
  • Location:TR
  • Real Name:Zafer BAHADIR
  • IPB Version:v2.3.x

Posted 06 March 2008 - 12:57 PM

Mod the my plan ;)
http://www.ipbaccess...v101-t3160.html

			   // -----------------------------------------
					 // BL23-Hide Links v1.0.1
					 // http://www.ipbaccess.com
					 // Author : Zafer BAHADIR
					 // Creating Date : 15-08-2007
					 // Update 18-08-2004
					 //-----------------------------------------
							 if($this->ipsclass->vars['bl_hide_links_on']){
							   if (in_array($this->ipsclass->member['mgroup'],
							 explode(',', $this->ipsclass->vars['bl_hide_links_group']))){
							 $gelen=$row['post'];
							 $post_array = preg_split('/(<a.*?<*a>)/', $gelen, 65535, PREG_SPLIT_DELIM_CAPTURE |  PREG_SPLIT_NO_EMPTY);
							 for ($i=0; $i<=count($post_array); $i++){
								 if(strstr($post_array[$i],"<a"))
								 $gelen=str_replace($post_array[$i], $this->ipsclass->vars['bl_hide_links_replace'], $gelen);
								 }
							 $row['post']=$gelen;
							 }
					  }

Edited by zbahadir, 06 March 2008 - 12:58 PM.


#11 ARieS

ARieS

    Novice

  • Banned
  • PipPip
  • 5 posts
  • Location:Turkey
  • Real Name:Ahmet Dereli
  • IPB Version:v2.3.x

Posted 06 March 2008 - 02:49 PM

View Postzbahadir, on Mar 6 2008, 04:57 PM, said:

Mod the my plan :)
http://www.ipbaccess...v101-t3160.html

			   // -----------------------------------------
					 // BL23-Hide Links v1.0.1
					 // http://www.ipbaccess.com
					 // Author : Zafer BAHADIR
					 // Creating Date : 15-08-2007
					 // Update 18-08-2004
					 //-----------------------------------------
							 if($this->ipsclass->vars['bl_hide_links_on']){
							   if (in_array($this->ipsclass->member['mgroup'],
							 explode(',', $this->ipsclass->vars['bl_hide_links_group']))){
							 $gelen=$row['post'];
							 $post_array = preg_split('/(<a.*?<*a>)/', $gelen, 65535, PREG_SPLIT_DELIM_CAPTURE |  PREG_SPLIT_NO_EMPTY);
							 for ($i=0; $i<=count($post_array); $i++){
								 if(strstr($post_array[$i],"<a"))
								 $gelen=str_replace($post_array[$i], $this->ipsclass->vars['bl_hide_links_replace'], $gelen);
								 }
							 $row['post']=$gelen;
							 }
					  }

It's definitely true.  :) Mod's name is BL23-Hide Links v1.0.1  ;)

Speed needs No translation!!!
}*∫≈ ÀЯΪΣ§ ≈∫*{
Posted Image


#12 HeQet

HeQet

    n00b

  • Members
  • Pip
  • 1 posts
  • Real Name:Zeki OZTORUN
  • IPB Version:v2.3.x

Posted 06 March 2008 - 03:13 PM

Cheater !
Codes are still Turkish ;)

#13 utkuts

utkuts

    n00b

  • Banned
  • Pip
  • 3 posts
  • IPB Version:v2.3.x

Posted 07 March 2008 - 02:04 PM

Yes I know this mod. Created by Oscar

thanx again

#14 Cool Surfer

Cool Surfer

    Not Guilty!!

  • Members
  • PipPipPipPipPipPip
  • 331 posts
  • Location:India
  • Real Name:Cool Surfer
  • IPB Version:v3.0.x
Contributor

Posted 29 March 2008 - 06:03 PM

so it doesnt ask you to post before links are visible?
Affordable hosting at www.xpindia.com
Server Alert Reseller XpIndia.Com Forum
Be Kind And Courteous To People On Your Way Up for You Might meet Them On Your Way down...

#15 samix

samix

    Advanced Member

  • Banned
  • PipPipPipPip
  • 57 posts
  • Location:Mars
  • Real Name:sameh
  • IPB Version:v2.3.x

Posted 13 April 2008 - 11:20 PM

thanks 4 that it worked but
is there any way not to include the images in the box
Posted Image
i need the guest to see the picture or the snapshot of the movie and only cant show the download links
thanks

#16 Cool Surfer

Cool Surfer

    Not Guilty!!

  • Members
  • PipPipPipPipPipPip
  • 331 posts
  • Location:India
  • Real Name:Cool Surfer
  • IPB Version:v3.0.x
Contributor

Posted 14 April 2008 - 02:29 AM

there are instructions for only one file edit where as it says there r 2 files to be edited .Files Effected:

sources/lib/func_topic_linear.php
  
sources/lib/func_topic_threaded.php
Affordable hosting at www.xpindia.com
Server Alert Reseller XpIndia.Com Forum
Be Kind And Courteous To People On Your Way Up for You Might meet Them On Your Way down...

#17 samix

samix

    Advanced Member

  • Banned
  • PipPipPipPip
  • 57 posts
  • Location:Mars
  • Real Name:sameh
  • IPB Version:v2.3.x

Posted 14 April 2008 - 06:49 PM

View PostCool Surfer, on Apr 13 2008, 09:29 PM, said:

there are instructions for only one file edit where as it says there r 2 files to be edited .Files Effected:

sources/lib/func_topic_linear.php
  
sources/lib/func_topic_threaded.php

that's right ...i don't know what is the second edit or what it does.....but i did te first and it worked but with the problem i reported in the previous post
can any one tell me can i do what i wanted?
thanks

#18 Cool Surfer

Cool Surfer

    Not Guilty!!

  • Members
  • PipPipPipPipPipPip
  • 331 posts
  • Location:India
  • Real Name:Cool Surfer
  • IPB Version:v3.0.x
Contributor

Posted 14 April 2008 - 07:34 PM

It did not hide the links with one file edit. ;)

Any help pl.
Affordable hosting at www.xpindia.com
Server Alert Reseller XpIndia.Com Forum
Be Kind And Courteous To People On Your Way Up for You Might meet Them On Your Way down...

#19 samix

samix

    Advanced Member

  • Banned
  • PipPipPipPip
  • 57 posts
  • Location:Mars
  • Real Name:sameh
  • IPB Version:v2.3.x

Posted 14 April 2008 - 10:42 PM

View PostCool Surfer, on Apr 14 2008, 03:34 PM, said:

It did not hide the links with one file edit. ;)

Any help pl.

for some how it worked today fine and my problem is solved i did nothing...but it worked

@ Cool Surfer: did you edit ACP? it is diabled by defult?
here an image 4 my edit ...do as i did  may it work with you
Posted Image

#20 Cool Surfer

Cool Surfer

    Not Guilty!!

  • Members
  • PipPipPipPipPipPip
  • 331 posts
  • Location:India
  • Real Name:Cool Surfer
  • IPB Version:v3.0.x
Contributor

Posted 15 April 2008 - 02:14 AM

Yup thanks, it worked for me too. ;)
Affordable hosting at www.xpindia.com
Server Alert Reseller XpIndia.Com Forum
Be Kind And Courteous To People On Your Way Up for You Might meet Them On Your Way down...




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users