Support Joomla!
Register :
Lost password?
Remember me
Home
Extensions
Template Club
Services
Forum
latest jobs mod - title length
Forums
Search:
Advanced search
3176
Posts in
750
Topics by
15553
Members
Latest Member:
varagar varagar
Forums
Products - English
Extensions
NeoRecruit
latest jobs mod - title length
« previous
next »
Pages:
[
1
]
Author
Topic: latest jobs mod - title length (Read 1055 times)
Paul Higgins
Newbie
Posts: 19
latest jobs mod - title length
«
on:
February 06, 2008, 04:47:54 PM »
is it possible that if the title in the lastest jobs mod is longer than the space, rather then it going into the next line. could it look something
job title is to.....
rather than
job title is too long
and goes on another line
Logged
Raphael
Administrator
Hero Member
Posts: 1076
Re : latest jobs mod - title length
«
Reply #1 on:
February 11, 2008, 08:43:18 AM »
Hello Paul,
You can edit the file mod_neorecruit_latestoffers.php, line 105, and replace the variable $row->title by something like that, to display the 100 firsts characters :
Code:
substr( $row->title, 0, 100 )
Regards,
Logged
Paul Higgins
Newbie
Posts: 19
Re: latest jobs mod - title length
«
Reply #2 on:
February 11, 2008, 07:43:20 PM »
can it be set to display 20 char and then ... if there are more chars?
Logged
Raphael
Administrator
Hero Member
Posts: 1076
Re : latest jobs mod - title length
«
Reply #3 on:
February 14, 2008, 06:05:41 PM »
Sure Paul!
You can do domething like this :
Code:
echo substr( $row->title, 0, 20 );
if ( strlen( $row->title ) > 20 ) {
echo '...';
}
Regards,
Logged
Pages:
[
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
NeoJoomla - English
-----------------------------
=> Announcements
=> General discussions
=> Suggestions & Feedback
=> Your realisations with Joomla!
-----------------------------
Products - English
-----------------------------
=> Extensions
===> NeoRecruit
===> NeoFlashBanner
===> NeoReferences
===> NeoWebtour
===> NeoLegal
===> NeoMenu
===> NeoLatestNews
===> NeoJoomlaBar
=> Templates
===> Musashi
===> RetroGraphix
===> SimplicityDotted
===> MyFlowers
===> ElGancia
===> Oldskool GUI
-----------------------------
NeoJoomla - Français
-----------------------------
=> Annonces
=> Discussions générales
=> Suggestions et retours
=> Vos réalisations avec Joomla!
-----------------------------
Produits - Français
-----------------------------
=> Extensions
===> NeoRecruit
===> NeoFlashBanner
===> NeoReferences
===> NeoWebtour
===> NeoLegal
===> NeoMenu
===> NeoLatestNews
===> NeoJoomlaBar
=> Templates
===> Musashi
===> RetroGraphix
===> SimplicityDotted
===> MyFlowers
===> ElGancia
===> Oldskool GUI
===> Sport's Web
===> Clocking Machine
===> Summer Week
===> Light Skills
===> Underground
===> J!lloween
Loading...
Joomla Professionals
|
Joomla Components
|
Joomla Extensions
|
Joomla Templates
|
Joomla Design
|
Joomla Developers
|
Joomla Blog
|
Contact
|
Quote