topics to threads
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
topics to threads
hi, I am starting to design my forum and would like to change the 'topics' text ( on the homepage) to read as threads instead of topics.
that is the topic text next to last post . its the topics to read as threads instead of topics on the homepage. I have phpbb3. thank you.
that is the topic text next to last post . its the topics to read as threads instead of topics on the homepage. I have phpbb3. thank you.
filbert1993- New Member
- Posts : 16
Reputation : 3
Language : english
Re: topics to threads
What's your forum URL / Version?
You can try doing it with JS, just input the sentence topic is used in and change it to threads. Here's an example:
You can try doing it with JS, just input the sentence topic is used in and change it to threads. Here's an example:
- Code:
$string = "View All Topics.";
$find ="Topics";
$replace = "Threads";
$changed = str_ireplace($find,$replace,$string,$cnt);
Mike- Hyperactive
-
Posts : 4251
Reputation : 468
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: topics to threads
I've mention my forum version already its phpbb3.
the code don't work is there a css code to work?
the code don't work is there a css code to work?
filbert1993- New Member
- Posts : 16
Reputation : 3
Language : english
Re: topics to threads
Not possible to do it by CSS on PHPBB3, other than javascript the only way to change that text would be in templates, which would have to be done on PHPBB2 or PunBB.
Mike- Hyperactive
-
Posts : 4251
Reputation : 468
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: topics to threads
Hello filbert1993,
Add this to your stylesheet :
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
Add this to your stylesheet :
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
- Code:
.forabg .header .topics { font-size:0; }
.forabg .header .topics:after {
font-size:10px;
content:"Threads";
line-height:10px;
}
Re: topics to threads
hey ange the code worked but the 'topics' is still displayed with 'threads' next to it. so just need to get rid of the word topics. The threads text inserted fine but topics still remains.
filbert1993- New Member
- Posts : 16
Reputation : 3
Language : english
Re: topics to threads
Add important to this code :
- Code:
.forabg .header .topics { font-size:0 !important; }
Re: topics to threads
thanks ange it wrks.
filbert1993- New Member
- Posts : 16
Reputation : 3
Language : english
Re: topics to threads
Topic Solved & Locked

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.

The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum