Sackgesicht VIP
Total posts: 1,636
28 Jul 2012 17:43

Clowride,

since the group title in Cobalt does not support html tags, it needs a workaround.

A possible solution would be to add the icon into the description field of the group.

See

and then create a modified article template (see here ).

Go to your new full record template and and change line 165

from

<?php group_start($this, $group_name, 'group'.@$i++);?>

to

<?php group_start($this, current($fields)->group_descr." ".$group_name, 'group'.@$i++);?>

This is just a quick fix and only intended for the use of NoNumber Tabber.


Sackgesicht VIP
Total posts: 1,636
28 Jul 2012 17:46

The same applies to the special styling.

Just add your styling into the description and save it.

With JCE toggle to the source code and make sure the surrounding paragraph tag is removed. Save it, while in source code view.


Sackgesicht VIP
Total posts: 1,636
28 Jul 2012 17:51

here the result:


Sergey
Total posts: 13,748
28 Jul 2012 20:06

I just wonder if entering something like

Basic

As group name will work?


Sackgesicht VIP
Total posts: 1,636
28 Jul 2012 20:07

no, as said in my post, the title does not allow html tags.


Sergey
Total posts: 13,748
29 Jul 2012 05:49

Do you think I have to allow it?


clowride VIP
Total posts: 1,022
29 Jul 2012 05:52

thank you for your help

Powered by Cobalt