Hello there,
I have added a tab called "january meeting attendance", and I want it to appear on the top of other tabs in the front-end user update interface (see first screen dump below).
Question : HOW CAN I GET THIS TAB DISPLAYED there WITHOUT PROBLEM WITH CB CORE TABLES CONSISTENCY (see explanation below) ?
To have the tab displayed there, I have declared it as a "getContactTab" class tab directly in comprofiler_tabs table. It works perfectly well : no problem (as you can see first dump image attached below).
BUT...
When I check the tables with CB tools : "Check Community Builder Database".
I get this :
"Core CB mandatory basics Database structure differences:
Error on tab id 23 with pluginclass "getContactTab": This tab id is not right,
this pluginclass is core CB and must have id 11, so it needs to change its id.
The Core CB mandatory basics database structure differences can be fixed (adjusted)..."
If I "fix" through CB interface, CB does this :
"Deleted duplicate core tabs tabids 23 of the used core tabid: 11
DELETE FROM `#__comprofiler_tabs` WHERE `tabid` IN (23)
Moved core tab from old tabid: 23 to new tabid: 11
UPDATE `#__comprofiler_tabs` SET `tabid` = 11 WHERE `tabid` = 23"
AND I LOOSE MY TAB ...
Question : HOW CAN I FIX THE CB TABLE CONSISTENCY ISSUE KEEPING MY TAB DISPLAYED ON THE TOP ?
(Version : Joomla : 1.5.21, CB : 1.4 )
SCREEN DUMP : UPDATING MY PROFILE
SECOND SCREEN DUMP (just in case) :
I have configured position "underall"
here is the result when viewind another profile":