How I can use CSS to change the title of widgets? I am administrating a Hungary forum now, and although most of the forum is automatically translated into Hungary, titles of widgets are not (e.g. "Latest Topics". its here problem image:
4 posters
Language change of widgets?
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
- Post n°2
Re: Language change of widgets?
Broj Jedan- Forumember
- Posts : 35
Reputation : 0
Language : Serbia
Location : Zajecar
- Post n°3
Re: Language change of widgets?
If you have phpbb2, you can change widget titles in
ACP>Display>Templates>Portal
eg.
mod_most_active_topics:
mod_statistics:
ACP>Display>Templates>Portal
eg.
mod_most_active_topics:
change {L_MOST_ACTIVE_TOPICS} to your text,this is default widget title<td class="catLeft" height="25"><span class="genmed module-title">{L_MOST_ACTIVE_TOPICS}</span></td>
mod_statistics:
change {L_STATISTICS} with your title ...<span class="genmed module-title">{L_STATISTICS}</span>
fonixportal- New Member
- Posts : 5
Reputation : 1
Language : Hungary
- Post n°4
Re: Language change of widgets?
ok thanks it work thankyou
Broj Jedan- Forumember
- Posts : 35
Reputation : 0
Language : Serbia
Location : Zajecar
- Post n°5
Re: Language change of widgets?
Base- Forumaster
- Posts : 10383
Reputation : 1695
Language : English and French
Location : United Kingdom, England
- Post n°6
Re: Language change of widgets?
Topic Solved & Locked Please mark your topic as 'Solved' when your problem is solved, thanks. |