Skip to Content Skip to Menu

Remove limitation in tab title + reordering tab

  • dotcom22
  • dotcom22
  • OFFLINE
  • Posts: 522
  • Thanks: 14
  • Karma: 4
9 years 10 months ago - 9 years 10 months ago #255342 by dotcom22
hello

Please 2 questions:


1)

I would list setup my Tab title such this:

<i class="fa fa-map-marker fa-2x myclass"></i> My tab title


The problem is the number of allowed character seem to be limited to 50 because when I save, I loose part of my title. I suppose you have voluntary limited characters for avoid too longer tab name. But now with F.A we can make nice looking tab, but for that we need more place for put the code.

Could you remove limitation please ? I suppose is possible to alter the field directly inside database but ideally a more official solution would be better.


2)

I would like re-order my fields in logic manner when users subscribe. I would like also re-order tab in profile edit view. Unfortunately it seem is not possible to have 2 independent view because fields appear always according to how we order tabs and this is a bit annoying.

any clue ?

thank

I use Joomla 3.3.6 - CB 2.0.4 - CBSubs 4 - Several Incubator plugins
Last edit: 9 years 10 months ago by dotcom22.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48482
  • Thanks: 8283
  • Karma: 1443
9 years 10 months ago #255370 by krileon

Could you remove limitation please ? I suppose is possible to alter the field directly inside database but ideally a more official solution would be better.

Use a language string if you need HTML or long tab titles. Do not try to add the HTML directly to the tab title as it'll be too long and it makes tab management an absolute nightmare to use. Example as follows.

Code:
'MY_TAB_TITLE' => '<i class="fa fa-map-marker fa-2x myclass"></i> My tab title'

I would like re-order my fields in logic manner when users subscribe. I would like also re-order tab in profile edit view. Unfortunately it seem is not possible to have 2 independent view because fields appear always according to how we order tabs and this is a bit annoying.

Profile Edit and Profile View tab order are one in the same. Tab order on Registration is independent. Field order is the same for all 3 views. There's no changing this behavior at this time.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: dotcom22

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum