Really nice job. This is one of those modules that (if you RTFM) does exactly what is expected in a very straightforward way.

I ended up hard coding this in the block configuration because I ran out of space in the formatting form. I needed \ . . . \ tags around the numbers; otherwise the surrounding text jumps around.

Comments

eyecon-1’s picture

*&(*&^% (code) (/code) tags around the numerals!

jvandervort’s picture

So you'd like the output format fields in the admin settings to be changed to textarea right?

Where was the numeral problem found? In the output formats as well? And you had to backslash them?

jvandervort’s picture

Assigned: Unassigned » jvandervort
Status: Active » Closed (fixed)
jvandervort’s picture

Status: Closed (fixed) » Fixed
eyecon-1’s picture

Sorry, the backslashes were . . . never mind -;). Moreover, I made the simple - complex.

"So you'd like the output format fields in the admin settings to be changed to textarea right?"

Correct.

codx="code"

<span style="display: none" name="format_txt"><b><codx>%days%</codx> days, 
<codx>%hours%</codx> hrs,
<codx>%mins%</codx> minutes, 
<codx>%secs%</codx> seconds until . . . . . . .</span>

The above is all within a right float div. Without the code tags, the block jumps around because the float changes with proportional numerical text. It doesn't fit into the text field.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.