The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Link acces sign

3 posters

Go down

Link acces sign Empty Link acces sign

Post by Glavee 01.01.15 17:25

Hi!

I recently set on my forum to let just mermbers+ to acces the links, but I wanna ask you if I can put a warning in there to let the guests know that only members can acces the links, and instead of the link, to be '(ONLY MEMBERS CAN ACCESS THE LINKS)'. It would be a way more cool if I can put an image instead of this message!

Thanks!
Glavee
Glavee
Forumember

Posts : 149
Reputation : 1
Language : English

http://1point.forumstech.com/

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by Fierce Star 01.01.15 18:29

Hi,

Try adding this to your Javascipt Codes Management (Located at ACP -> Modules -> Javascript Codes Management -> Add):
Title: Optional
Placement: In the topics
Code:
Code:
$(function() {
  var IMGsrc = "http://2img.net/i/fa/i/smiles/icon_rr.png";
  $('span[style="color:#f00"]:contains("to see this link")').html('<img src="'+ IMGsrc  + '"/>');
});
Replace https://2img.net/i/fa/i/smiles/icon_rr.png with the URL of your image.
avatar
Fierce Star
Forumember

Male Posts : 110
Reputation : 17
Language : English
Location : United States

http://inactivesite.onlyhelpwithothersnow.com

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by Glavee 01.01.15 18:58

Fierce Star wrote:Hi,

Try adding this to your Javascipt Codes Management (Located at ACP -> Modules -> Javascript Codes Management -> Add):
Title: Optional
Placement: In the topics
Code:
Code:
$(function() {
   var IMGsrc = "http://2img.net/i/fa/i/smiles/icon_rr.png";
   $('span[style="color:#f00"]:contains("to see this link")').html('<img src="'+ IMGsrc  + '"/>');
});
Replace https://2img.net/i/fa/i/smiles/icon_rr.png with the URL of your image.

It doesn't work... :/
Glavee
Glavee
Forumember

Posts : 149
Reputation : 1
Language : English

http://1point.forumstech.com/

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by _Twisted_Mods_ 01.01.15 22:16

can you give me a link to your forum that has a link on it that shows the msg?
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by Glavee 01.01.15 22:59

_Twisted_Mods_ wrote:can you give me a link to your forum that has a link on it that shows the msg?

http://1001hacks.omgforum.net/t10-1-8-taco-client-pvp-huge-hakes-get-rekt-by-elitetaco9000

Scroll down to 'Download:' and under it is the link.
Glavee
Glavee
Forumember

Posts : 149
Reputation : 1
Language : English

http://1point.forumstech.com/

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by Fierce Star 01.01.15 23:17

For the code to work, you'll need to have set the permissions in General -> Categories and Forums -> Edit -> Permissions -> See links in the messages : (Set it to "Members").
avatar
Fierce Star
Forumember

Male Posts : 110
Reputation : 17
Language : English
Location : United States

http://inactivesite.onlyhelpwithothersnow.com

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by Glavee 01.01.15 23:28

Fierce Star wrote:For the code to work, you'll need to have set the permissions in General -> Categories and Forums -> Edit -> Permissions ->  See links in the messages : (Set it to "Members").

I've already done this.
Glavee
Glavee
Forumember

Posts : 149
Reputation : 1
Language : English

http://1point.forumstech.com/

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by _Twisted_Mods_ 02.01.15 2:08

you can enable links for everyone and this will replace the links url and content

but if they disable javascript the links will still show .. other then that i have no idea

just create a new javascript and set placement to in topics

Code:
$(function(){
if(_userdata.session_logged_in == 0){
  $('.post-entry .entry-content a').attr('href',"/forum");
  $('.post-entry .entry-content a').html(' <img src="http://i55.servimg.com/u/f55/18/84/19/28/admin10.png> ');
  }});
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by Glavee 02.01.15 17:34

_Twisted_Mods_ wrote:you can enable links for everyone and this will replace the links url and content

but if they disable javascript the links will still show .. other then that i have no idea

just create a new javascript and set placement to in topics

Code:
$(function(){
if(_userdata.session_logged_in == 0){
  $('.post-entry .entry-content a').attr('href',"/forum");
  $('.post-entry .entry-content a').html(' <img src="http://i55.servimg.com/u/f55/18/84/19/28/admin10.png> ');
  }});

Look guys, this is what I'm talking about:

Link acces sign Untitl11
Glavee
Glavee
Forumember

Posts : 149
Reputation : 1
Language : English

http://1point.forumstech.com/

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by Glavee 03.01.15 20:01

BUMP
Glavee
Glavee
Forumember

Posts : 149
Reputation : 1
Language : English

http://1point.forumstech.com/

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by _Twisted_Mods_ 03.01.15 22:59

did the script not work? or u needing something else?
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by Glavee 05.01.15 20:25

It doesn't work
Glavee
Glavee
Forumember

Posts : 149
Reputation : 1
Language : English

http://1point.forumstech.com/

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by _Twisted_Mods_ 05.01.15 20:49

you have it set to in topic and you have JavaScript on... also did you logout to see if it worked
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by Glavee 14.01.15 15:19

@_Twisted_Mods_ The images doesn't work, just the links aren't enabled for guests.
Glavee
Glavee
Forumember

Posts : 149
Reputation : 1
Language : English

http://1point.forumstech.com/

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by _Twisted_Mods_ 15.01.15 2:39

Code:
$(function(){
if(_userdata.session_logged_in == 0){
  $('.post-entry .entry-content a').attr('href',"/forum");
  $('.post-entry .entry-content a').html(' <img src="http://i55.servimg.com/u/f55/18/84/19/28/admin10.png"> ');
  }});

was missing the " at end of the image url
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by Glavee 15.01.15 20:29

@_Twisted_Mods_ Doesn't work... It still appears only the text. :/
Glavee
Glavee
Forumember

Posts : 149
Reputation : 1
Language : English

http://1point.forumstech.com/

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by Glavee 18.01.15 11:39

Bump
Glavee
Glavee
Forumember

Posts : 149
Reputation : 1
Language : English

http://1point.forumstech.com/

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by Glavee 20.01.15 15:12

BUMP
Glavee
Glavee
Forumember

Posts : 149
Reputation : 1
Language : English

http://1point.forumstech.com/

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by Glavee 20.01.15 15:18

@_Twisted_Mods_ your code works just for images, not for links.
Glavee
Glavee
Forumember

Posts : 149
Reputation : 1
Language : English

http://1point.forumstech.com/

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by _Twisted_Mods_ 20.01.15 18:16

it should covert all links inside post to images
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by Glavee 25.01.15 12:08

But it doesn't... BUMP
Glavee
Glavee
Forumember

Posts : 149
Reputation : 1
Language : English

http://1point.forumstech.com/

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by _Twisted_Mods_ 25.01.15 13:08

last try

Code:
$(document).ready(function(){
if(_userdata.session_logged_in == 1){
  $('.post-entry a').attr('href',"/forum");
  $('.post-entry a').html(' <img src="http://i55.servimg.com/u/f55/18/84/19/28/admin10.png"> ');
  }});



you are running punbb on your forum correct if so.. and this does not work then its another script on your forum is causing it not to run because i tested this on my test forum on punbb
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Link acces sign Empty Re: Link acces sign

Post by _Twisted_Mods_ 13.02.15 0:56

Has this request been completed?
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2083
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum