How to change forum post's to a image?
4 posters
Page 1 of 1
Re: How to change forum post's to a image?
Hello,
I do not understand what you are specifically asking for, could you please explain your question?
I do not understand what you are specifically asking for, could you please explain your question?
Re: How to change forum post's to a image?
Do you mean the topic title?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to change forum post's to a image?
Sorry, but no.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to change forum post's to a image?
Heya @Red Rose like SLGray said, you can't convert a text node to an image. But I think making the text unselectable would result in what you're aiming for
There are actually two ways to do this. You can choose whichever you prefer.
1. Using CSS
Administration Panel >> Display >> Colors >> CSS Stylesheet and add this code:
2. Using JavaScript
Administration Panel >> Modules >> HTML & JavaScript >> Javascript codes management (make sure Javascript codes are enabled) >> Create a new Javascript
Title: Unselectable Topic Titles
Placement: In all the pages
Javascript code:
Whichever one you pick, they should disable people from selecting the topic titles. Sorry that there's really no way to convert text into an image without using an image hosting site or the PrntScr key. I hope this helps you
There are actually two ways to do this. You can choose whichever you prefer.
1. Using CSS
Administration Panel >> Display >> Colors >> CSS Stylesheet and add this code:
- Code:
a.topictitle { user-select: none; }
2. Using JavaScript
Administration Panel >> Modules >> HTML & JavaScript >> Javascript codes management (make sure Javascript codes are enabled) >> Create a new Javascript
Title: Unselectable Topic Titles
Placement: In all the pages
Javascript code:
- Code:
$('a.topictitle').disableSelection;
Whichever one you pick, they should disable people from selecting the topic titles. Sorry that there's really no way to convert text into an image without using an image hosting site or the PrntScr key. I hope this helps you
Re: How to change forum post's to a image?
@Ace 1 if you do that, how will you open and read the topic?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to change forum post's to a image?
@SLGray using that code doesn't disable users from clicking the topic title, only from highlighting the text, thus making it seem like an image.
Similar topics
» Change icons for: no new posts/new posts/forum locked
» Forum, Topics, Posts, and Last Posts Color Change...
» How to remove replies, views, latest posts and forum image columns on forum.
» Can someone change this image to say "Forum"
» Where can i change forum's image weight and height?
» Forum, Topics, Posts, and Last Posts Color Change...
» How to remove replies, views, latest posts and forum image columns on forum.
» Can someone change this image to say "Forum"
» Where can i change forum's image weight and height?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum