[ABD] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
talkbasket
Registered User
Posts: 41
Joined: Fri Jun 29, 2007 2:18 pm
Location: Lithuania
Contact:

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by talkbasket »

talkbasket wrote:

Code: Select all

Parse error: syntax error, unexpected T_VARIABLE, expecting T_FUNCTION in /forums/includes/bbcode.php on line 600
I got this error :?
Any help? Did I do anything wrong?
TalkBasket - Home of basketball

Create Blog | Forums | Ask the Coach
ycl6
Registered User
Posts: 5696
Joined: Sat Feb 15, 2003 10:35 am
Location: Taiwan
Contact:

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by ycl6 »

You probably mis-edit the file, check again around line 600 of includes/bbcode.php

~Mac
sam_xp
Registered User
Posts: 213
Joined: Fri Feb 08, 2008 8:05 pm
Location: Lebanon
Contact:

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by sam_xp »

Can it hide the autolink urls ? I mean the ones without [url] bbcode , for example this one : http://www.phpbb.com
Image
مجتمع محبي الكوميكس الناطقين بالعربية http://arabcomics.net
furman
Registered User
Posts: 24
Joined: Tue May 28, 2002 10:54 pm

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by furman »

Hi,
I am new to PHPBB. Quick question, do I need to install the mod and then edit the source to hide

Code: Select all

 links?
User avatar
Muad''Dib
Registered User
Posts: 311
Joined: Tue Jun 12, 2007 6:20 pm
Contact:

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by Muad''Dib »

furman wrote:Hi,
I am new to PHPBB. Quick question, do I need to install the mod and then edit the source to hide

Code: Select all

 links?[/quote]

No if all you want to do is hide "Code" links, then just follow my instructions:

http://www.phpbb.com/community/viewtopic.php?p=5259615#p5259615
furman
Registered User
Posts: 24
Joined: Tue May 28, 2002 10:54 pm

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by furman »

Hi,
Thanks, I got the Hide Code first time :)
kiran_n444
Registered User
Posts: 115
Joined: Mon May 21, 2007 9:42 pm

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by kiran_n444 »

works likke a charm. noe only if it could work on the magic urls
danielnguyen
Registered User
Posts: 287
Joined: Thu Jan 24, 2008 11:44 am
Location: Vietnam
Contact:

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by danielnguyen »

Greate mod! Thank you!
My forum, for just teen only with many happy things
Cộng Đồng Teen Online - Cộng Đồng Teen Việt - Teen Việt Nam
Hội Ngộ - Giao Lưu - Học Hỏi - Giải Trí - Kết Bạn
http://www.congdongteenonline.net
shantoo
Registered User
Posts: 91
Joined: Sat Apr 12, 2008 12:10 am

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by shantoo »

Absolutly the perfect hide mod for phpbb3 :)
great job, thanks mate!

// Maybe you can make the text into a field & relink the word "Register" to the register page. Als make the text in color red or whatever.

But I do this for my own board to. It's a better view.
jasonb619
Registered User
Posts: 9
Joined: Tue Apr 29, 2008 9:27 pm

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by jasonb619 »

Is there a way to make clickable hyperlinks within the

Code: Select all

 tag?

Any help or ideas would be appreciated.
User avatar
Muad''Dib
Registered User
Posts: 311
Joined: Tue Jun 12, 2007 6:20 pm
Contact:

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by Muad''Dib »

shantoo wrote:Absolutly the perfect hide mod for phpbb3 :)
great job, thanks mate!

// Maybe you can make the text into a field & relink the word "Register" to the register page. Als make the text in color red or whatever.

But I do this for my own board to. It's a better view.
It should be pretty obvious on how to do that... just use standard HTML when you make this change:

Code: Select all

'CODE_HIDDEN'         => 'CODE is hidden from guests, please register and login to view the code',
For example:

Code: Select all

'CODE_HIDDEN'         => 'CODE is hidden from guests, please <a href=http://yourlinkhere>register</a> and login to view the code',
jasonb619 wrote:Is there a way to make clickable hyperlinks within the

Code: Select all

 tag?

Any help or ideas would be appreciated.[/quote]

Are you talking about CODE tags in general, or when they get replaced with the text above?

If your talking about the replacement text, just read what i put before your quoted text.
User avatar
ChaosBurnt
Registered User
Posts: 194
Joined: Fri May 25, 2007 12:33 pm
Location: London, UK

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by ChaosBurnt »

oooops, wrong topic
For everyone's information, the templates I provided are back under the copyright property of the original designer, EidolonHades.
jasonb619
Registered User
Posts: 9
Joined: Tue Apr 29, 2008 9:27 pm

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by jasonb619 »

Muad''Dib wrote:
shantoo wrote:Absolutly the perfect hide mod for phpbb3 :)
great job, thanks mate!

// Maybe you can make the text into a field & relink the word "Register" to the register page. Als make the text in color red or whatever.

But I do this for my own board to. It's a better view.
It should be pretty obvious on how to do that... just use standard HTML when you make this change:

Code: Select all

'CODE_HIDDEN'         => 'CODE is hidden from guests, please register and login to view the code',
For example:

Code: Select all

'CODE_HIDDEN'         => 'CODE is hidden from guests, please <a href=http://yourlinkhere>register</a> and login to view the code',
jasonb619 wrote:Is there a way to make clickable hyperlinks within the

Code: Select all

 tag?

Any help or ideas would be appreciated.[/quote]

Are you talking about CODE tags in general, or when they get replaced with the text above?

If your talking about the replacement text, just read what i put before your quoted text.[/quote]

I meant for the CODE tags in general, but the above suggestion helped for the other thing I wanted to do.
digitalbass
Registered User
Posts: 33
Joined: Sat Jun 28, 2008 1:45 am

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by digitalbass »

Is there a way i can make a hide code, so say if a person with less then 10 posts can't see the links??? :)
thank you.
bluecafez
Registered User
Posts: 43
Joined: Thu Apr 24, 2008 9:25 pm

Re: [BETA] Simple Hide URL MOD 0.0.1 (phpBB3 GOLD)

Post by bluecafez »

thank you. that mod working fine. just a request

if i post only a link the link does not hide from guest. only when i use this [url=http://]text[/url] code the mod working. there any way to hide the link without the code?

Thank You.
Locked

Return to “[3.0.x] Abandoned MODs”