1. rsm
  2. RO CSVI
  3. Tuesday, 17 October 2017
  4.  Subscribe via email
Quick Add Fields - doesnt add fields in templates
Accepted Answer Pending Moderation
Hello,
Did you add your template fields for template name 1? If the fields were not added for this template select the template name for which the fields were added in drop down box and check if you see the fields then.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
unfortunately fields are not added to any template
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello,
By Using Firebug to analyse problems document, can you check if you see any Javascript error while adding fields using Quick add? Please post screenshot of the console here.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 3
Accepted Answer Pending Moderation
firebug incompatible with the latest version firefox.
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
Hello,
You can use web console from Tools >> Web developer >> Web console on latest Firefox version. If its chrome you can use Developer tools from View >> Developer. Make sure that console tab is selected to see the Javascript error.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 5
Accepted Answer Pending Moderation
ок
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 6
Accepted Answer Pending Moderation
Hello,
There is no Javascript error as per your screenshot so can you check something? Please go to your database using PHPMyAdmin, select your database and look for table #__csvi_templatefields where #_ is your table prefix. Do you see column names source_field and table_name in the table?
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 7
Accepted Answer Pending Moderation
u can see it in printscreen
Attachments (1)
  1. more than a month ago
  2. RO CSVI
  3. # 8
Accepted Answer Pending Moderation
Hello,
Not sure how but as i guessed table_name field is missing in your #__csvi_templatefields table. Can you run the below query from your phpMyAdmin? Go to your phpMyAdmin >> select your database >> on SQL tab, copy the below query and click Go. Don't forget to replace #_ with your table prefix. Check if you see template fields after that.

ALTER TABLE `#__csvi_templatefields`
ADD COLUMN `table_name` VARCHAR(255) NOT NULL COMMENT 'Table name for custom export' AFTER `field_name`;
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 9
Accepted Answer Pending Moderation
u are right. thanks
  1. more than a month ago
  2. RO CSVI
  3. # 10
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!