Loading...
 
Features / Usability

Features / Usability


Re: Repositiong Quicktags

posts: 101

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.


There are no comments at this time.