1
thkiat
Job Listing Block
  • 2005/7/18 9:53

  • thkiat

  • Just popping in

  • Posts: 22

  • Since: 2005/1/6 6


This is what I get for the Job Listing Block:-

"Full Time: Package Design / D..."

How can I have more characters for this listing?

This is what I get at job_block_new.html:

<{foreach item=item from=$block.items}> <{$item.type}>: <{$item.link}>
<{/foreach}>
<{$block.link}>

2
jlm69
Re: Job Listing Block
  • 2005/7/18 13:45

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


It is not in the template, it is in the file

modules/jobs/blocks/jobs.php

look for the following lines:

if ( !XOOPS_USE_MULTIBYTES ) {
if (strlen($title) >= 14) {
$title = substr($title,0,18)."...";

change the number 14 to a higher number.
That should do it.

John

Login

Who's Online

173 user(s) are online (94 user(s) are browsing Support Forums)


Members: 0


Guests: 173


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits