Skip to Content Skip to Menu

ListTab "Table Mod"

  • dennisth19
  • dennisth19
  • OFFLINE
  • Posts: 52
  • Thanks: 0
  • Karma: -1
17 years 7 months ago #33077 by dennisth19
Replied by dennisth19 on topic Re:ListTab "Table Mod"
now it works great.
but when i choose a few tabs, the choosen fields are unarranged in the profile menue tab

looks like:

Kontakte: Job Anbieter Alle Verbundene
Besucher: Job Anbieter Verbundene Alle

can i arrange the choosen fields manually in the fields?

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

  • mikko
  • mikko
  • OFFLINE
  • Posts: 703
  • Thanks: 0
  • Karma: 115
17 years 7 months ago #33078 by mikko
Replied by mikko on topic Re:ListTab "Table Mod"
Sure. use phpMyAdmin and edit comprofiler_field_values

mikko

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

  • dennisth19
  • dennisth19
  • OFFLINE
  • Posts: 52
  • Thanks: 0
  • Karma: -1
17 years 7 months ago #33323 by dennisth19
Replied by dennisth19 on topic Re:ListTab "Table Mod"
hi,

the entries i made in the profil menue tab dont be saved.

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

  • dennisth19
  • dennisth19
  • OFFLINE
  • Posts: 52
  • Thanks: 0
  • Karma: -1
17 years 7 months ago #33396 by dennisth19
Replied by dennisth19 on topic Re:ListTab "Table Mod"
i deinstalled the plugin and now i cant edit field entries.
every entry i made is not saved.

need help!:(

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

  • mikko
  • mikko
  • OFFLINE
  • Posts: 703
  • Thanks: 0
  • Karma: 115
17 years 7 months ago #33409 by mikko
Replied by mikko on topic Re:ListTab "Table Mod"
You most likely have a database problem. Please check my signature. In the future, pleaso post to this thread www.joomlapolis.com/component/option,com_joomlaboard/Itemid,/func,view/catid,13/id,33368/#33368

mikko

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

  • NeonDevil
  • NeonDevil
  • OFFLINE
  • Posts: 5
  • Thanks: 0
  • Karma: 0
17 years 7 months ago #33460 by NeonDevil
Replied by NeonDevil on topic Re:ListTab "Table Mod"
Earlier in this thread, a discussion to make listtab compatible with CB 1.0.2 was made.

If your have modified comprofiler.php as described, and your fields are still not saving, then make this fix:

[code:1]$database->setQuery( "SELECT f.* FROM #__comprofiler_fields f, #__comprofiler_tabs t"
. "\n WHERE f.published=1 and f.tabid = t.tabid AND t.enabled=1 and f.readonly=0 AND f.table like '?__comprofiler'" );
[/code:1]
[code:1]$database->setQuery( "SELECT f.* FROM #__comprofiler_fields f, #__comprofiler_tabs t"
. "\n WHERE f.published=1 and f.tabid = t.tabid AND t.enabled=1 and f.readonly=0 AND f.table like '#__comprofiler'" );[/code:1]

The difference between the two codes is the "?__" vs "#__" for comprofiler in the WHERE statement.

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

Moderators: beatnantkrileon
Powered by Kunena Forum