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.

Change Info Text

3 posters

Go down

Change Info Text Empty Change Info Text

Post by livescore June 4th 2010, 10:48 am

Dear Support

How can i change Forum Text Information.
I want insert more Details for the Guests or User are not in the Group.
Can i change this Text in AP?

"Sorry, but only users granted special access can read topics in this forum."
avatar
livescore
Forumember

Posts : 27
Reputation : 0
Language : german

Back to top Go down

Change Info Text Empty Re: Change Info Text

Post by Rianna Lauren June 4th 2010, 11:11 am

You want to change the "Sorry, but only users granted special access can read topics in this forum." with a custom sentence - is that what you mean?
Rianna Lauren
Rianna Lauren
Forumember

Female Posts : 288
Reputation : 0
Language : English, Indonesian
Location : INDONESIA

http://belgianreporter.forumotion.com

Back to top Go down

Change Info Text Empty Re: Change Info Text

Post by livescore June 4th 2010, 11:14 am

Yes that is it
avatar
livescore
Forumember

Posts : 27
Reputation : 0
Language : german

Back to top Go down

Change Info Text Empty Re: Change Info Text

Post by Rianna Lauren June 4th 2010, 11:16 am

Well as far as I know it's not changeable... Because it's from Forumotion itself - it's not something manageable by the admins.
Rianna Lauren
Rianna Lauren
Forumember

Female Posts : 288
Reputation : 0
Language : English, Indonesian
Location : INDONESIA

http://belgianreporter.forumotion.com

Back to top Go down

Change Info Text Empty Re: Change Info Text

Post by harvengure June 4th 2010, 12:43 pm

Not exactly sure where you'd put it to make sure it was seen given as I do not know where you are seeing the text you are trying to replace but there is a method using jQuery.

Code:
<script type="text/javascript">
            jQuery(document).ready(function() {
   var search = $('body').html();
search = search.replace(/Sorry, but only users granted special access can read topics in this forum./g, function(jQuery1){
    return('Replacement Text');
});
jQuery('body').html(search);
  });
  </script>
avatar
harvengure
Forumember

Posts : 86
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

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