Registered Links

Started by SMFHacks.com Team, May 18, 2006, 07:42:31 PM

Previous topic - Next topic

searchgr

Quote from: leoedin on August 26, 2006, 09:57:06 AM
Hi

I am trying to uninstall this, but it shows an error in the uninstall procedure:

1.     Execute Modification     .\Themes\default/languages/Modifications.english.php     Test failed

The other part works.



This guy had the same problem here: http://www.simplemachines.org/community/index.php?topic=88363.msg699784#msg699784

I don't understand how he had solved it.

vbgamer45

You can just add the entires manually to that file

Or find ?> inside the file and make sure it is on its own line.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

searchgr

This is what i don't understand.

Why i have to add these entries? I want to uninstall the mod, not to install it.

//Begin Reg Links
$txt['no_view_links'] = 'You are not allowed to view links.';
//END Reg Links Text Strings


vbgamer45

Then just uninstall the mod and remove those entires from that file manually.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

searchgr

ok, thanks, i will try.

xstocler

Hello,

I am using in my MOD's forum 2.

Images Registered - 2.1
Registered Links - 1.0

I would like to release the blocking of links and images in just 1 (one) topic.

How can I do that?

runebergen



Anyone figured out a way to make it work ONLY for posts?

And not at siggs, profile pages and so on...

Would love it, if it only where for posts  :)

SONSiVRi

Quote from: runebergen on August 04, 2008, 08:31:33 PM


Anyone figured out a way to make it work ONLY for posts?

And not at siggs, profile pages and so on...

Would love it, if it only where for posts  :)

I remember I have done this, its was working on my forum.
I am not blocking links anymore so I cant remember it.
If you need badly, I can check the codes.
My Mods - IP View Permission - Recycle Bin Cleaner - Ip to Country
www.sonsivri.com - microcontrollers
- Houston, we have a problem.

runebergen

Quote from: SONSiVRi on August 05, 2008, 04:26:04 PM
Quote from: runebergen on August 04, 2008, 08:31:33 PM


Anyone figured out a way to make it work ONLY for posts?

And not at siggs, profile pages and so on...

Would love it, if it only where for posts  :)

I remember I have done this, its was working on my forum.
I am not blocking links anymore so I cant remember it.
If you need badly, I can check the codes.

Would love to see the code if you have a chance :)

SONSiVRi

Quote from: runebergen on August 05, 2008, 06:16:25 PM
Would love to see the code if you have a chance :)

Here is 3 changed files report.
Its easy to understand what I did.
I also implemented codes in subs.php cause of increasing speed (for prevents second time arrays creating and etc...)
My Mods - IP View Permission - Recycle Bin Cleaner - Ip to Country
www.sonsivri.com - microcontrollers
- Houston, we have a problem.

runebergen


Thanks a lot  :D :D

Really nice of you...

I'll look into how you solved....

:)

SONSiVRi

Please gimme feedback, maybe I ripped incomplete codes.
My Mods - IP View Permission - Recycle Bin Cleaner - Ip to Country
www.sonsivri.com - microcontrollers
- Houston, we have a problem.

KameL

There is a way to bind the ED2K links for the guest using this mod?




TaX

HHHiii buddy!!!!  :D I install them in my smf 1.1.6 and works amazing!!!!!! :) Thanx's very much!!!  O:)
I'm having a question in mind (X i have a few images(Thumbnail) linked to Imageshack (Real size) for example  >:( but they say forbidden for guest (Register or login) I wanna know if you can please know a way for change this!? :) Maybe modyfing the mod or something like that!? :D Thanx's you VERY much in advance

SONSiVRi

It was long time ago and I dont remember correctly, but I believe you can disable for IMG tags and your guests can view imageshack links. Check my attached reports file 5 posts above, it may helped.
My Mods - IP View Permission - Recycle Bin Cleaner - Ip to Country
www.sonsivri.com - microcontrollers
- Houston, we have a problem.

baijianpeng

I tested this Mod today on SMF 1.1.6, it worked well.

But I have two suggestions:

1. Please move the Register and Login text and their link to the Language file, so that we can translate these words and put custom Links. Because sometimes when my SMF was bridged into Joomla!, the Register and Login links may change, not the same as your preset ones.

2. Put the warning/informing text generated by this Mod in a box with dashed border and special background color, I mean, seperate/distinguish it from the original post texts, so the visitor will understand that is a system message, not part of the post.

Thanks.
JoomlaGate: The way to the World of Joomla!

http://www.joomlagate.com

SONSiVRi

Quote from: baijianpeng on September 29, 2008, 09:30:49 AM
I tested this Mod today on SMF 1.1.6, it worked well.

But I have two suggestions:

1. Please move the Register and Login text and their link to the Language file, so that we can translate these words and put custom Links. Because sometimes when my SMF was bridged into Joomla!, the Register and Login links may change, not the same as your preset ones.

2. Put the warning/informing text generated by this Mod in a box with dashed border and special background color, I mean, seperate/distinguish it from the original post texts, so the visitor will understand that is a system message, not part of the post.

Thanks.

First one isn't already running like you offered?
I checked original mod file and there is $txt['no_view_links'] entry located in "$languagedir/Modifications.english.php".is doint what you said.
Am I missing something?
My Mods - IP View Permission - Recycle Bin Cleaner - Ip to Country
www.sonsivri.com - microcontrollers
- Houston, we have a problem.

baijianpeng

To SONSiVRi :

Did you find the word Register and Login was not coded to be inserted into the language file in the original Mod file? This is my point. I want to also translate the Register and Login word, and I want to define them with different links.
JoomlaGate: The way to the World of Joomla!

http://www.joomlagate.com

SONSiVRi

Quote from: baijianpeng on September 29, 2008, 06:50:14 PM
To SONSiVRi :

Did you find the word Register and Login was not coded to be inserted into the language file in the original Mod file? This is my point. I want to also translate the Register and Login word, and I want to define them with different links.

I claim "words" are already moved into language file. At least my mod is. Maybe I changed downloaded mod file and Its not original anymore.
My Mods - IP View Permission - Recycle Bin Cleaner - Ip to Country
www.sonsivri.com - microcontrollers
- Houston, we have a problem.

baijianpeng

Yes, you may hacked that yourself. I checked the Mod file which was downloaded yestoday, those Words is not preset to appear in the language file.

Could please allow me to share your hacked file?

Thanks.
JoomlaGate: The way to the World of Joomla!

http://www.joomlagate.com

Advertisement: