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.

Latest message bigger and description

4 posters

Go down

Solved Latest message bigger and description

Post by Niko Sun Apr 01, 2012 11:34 am

Hello,

Latest message bigger and description Atest_10
as you noticed I want to have the latest thread in each section bigger than the others...

How can I do it?
And if I want to show also the first part of that topic (like in the widget news on portal) How can I do? Mr. Green
Friendly,


Last edited by Niko! on Thu Apr 05, 2012 9:02 am; edited 1 time in total
Niko
Niko
Helper
Helper

Male Posts : 3122
Reputation : 245
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: Latest message bigger and description

Post by Niko Mon Apr 02, 2012 11:44 am

BUMP!
Niko
Niko
Helper
Helper

Male Posts : 3122
Reputation : 245
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: Latest message bigger and description

Post by Niko Tue Apr 03, 2012 1:55 pm

BUMP Mr. Green
Niko
Niko
Helper
Helper

Male Posts : 3122
Reputation : 245
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: Latest message bigger and description

Post by kirk Tue Apr 03, 2012 3:47 pm

I dont know?
May be someone else can help with it.
This is only larger for the newest topic posted? that dont make sense to me so i am unsure?
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: Latest message bigger and description

Post by ankillien Tue Apr 03, 2012 8:43 pm

Hi,

If you need it for punBB version, this javascript can do it...

Code:
$(function(){
$('.statused:last .topic-title:first').css('font-size' , '20px');
});

Add it via Admin CP > Modules > Javascript management.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Latest message bigger and description

Post by Niko Thu Apr 05, 2012 7:06 am

ankillien wrote:Hi,

If you need it for punBB version, this javascript can do it...

Code:
$(function(){
$('.statused:last .topic-title:first').css('font-size' , '20px');
});

Add it via Admin CP > Modules > Javascript management.

Oh sorry...
I use PhpBB3 Mr. Green
Niko
Niko
Helper
Helper

Male Posts : 3122
Reputation : 245
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: Latest message bigger and description

Post by ankillien Thu Apr 05, 2012 9:00 am

This is the code for phpBB3...

Code:
$(function(){
$('.topiclist:last .topic-title:first a').css('font-size' , '20px');
});
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Latest message bigger and description

Post by Niko Thu Apr 05, 2012 9:01 am

Solved..
I will work on that code Wink
Niko
Niko
Helper
Helper

Male Posts : 3122
Reputation : 245
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Solved Re: Latest message bigger and description

Post by SLGray Thu Apr 05, 2012 11:24 am

Topic Solved & Locked




Latest message bigger and description Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51550
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

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