Loading...
 
Features / Usability

Features / Usability


Re: Re: Repositiong Quicktags

posts: 3665 United States

> I just wanted to follow up with this to say I finally figured out how to get my quicktags to appear in a longer row. In tiki-edit_help_tool.tpl, there's a line as follows:
>
> {cycle name='cycle'|cat:$qtnum values=$qtcycle|default:",,," advance=false print=false}
>
> Which produces four quicktags in a row, then moves to the next row to print another four. If you simply add additional commas to the three already present, you can increase the number of quicktags on a row. For example,
>
> {cycle name='cycle'|cat:$qtnum values=$qtcycle|default:",,,,,,,,,,,," advance=false print=false}
>
> Prints out 10 quicktags per row.
>
>
>

Rather than hardcode the length, why not have it automatically wrap to the screen size? That's what I did, see here.

Get rid of the entire {cycle} loop and simply use a single {section} loop.

HTH

-Rick

There are no comments at this time.