Guest
14 Feb 2013 07:21

Dear,

1.How to add social share button in COb8 record??

2.when the type have field group, the group must be at the bottom, but i want to add more field under the group

thank you

Last Modified: 28 Jun 2014


Sergey
Total posts: 13,748
14 Feb 2013 07:28

You can insert any social share code inside record full template. Use something like addthis.


Guest
14 Feb 2013 07:33

Dear

Very very very fast get this feedback!!! Great support!

But i dont know program..can talk me how can i do this!!

And the no.2 question how can make field under the field group??

thank you


Sergey
Total posts: 13,748
14 Feb 2013 07:42

Please read this article


andiamine VIP
Total posts: 295
28 Jun 2014 12:33

Hi friends here AddThis Pro Field

this field add sharing buttons bar :)


pepperstreet VIP
Total posts: 3,837
28 Jun 2014 15:54

Guest 2.when the type have field group, the group must be at the bottom, but i want to add more field under the group

I think this is the DEFAULT ORDERING in default templates... it is the logic for fetching fields in a loop... and display your groups accordingly. Just by configuration in the backend:

  1. all single fields
  2. all groups

Inside 1. and 2. you can order by backend ordering parameter.

If you need a total custom order or mixed display... you have to write a custom template. i.e.:

... field 1,2,3 here
... groups with fields here
... field 9,10,11 here
... more groups here
... etc.

Powered by Cobalt