- rsm
- RO CSVI
- Tuesday, 17 October 2017
- Subscribe via email
Quick Add Fields - doesnt add fields in templates
0
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.
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
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
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.
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
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
Accepted Answer
Pending Moderation
firebug incompatible with the latest version firefox.
Attachments (1)
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.
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
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
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?
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
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
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.
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
Tharuna
=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
- Page :
- 1
There are no replies made for this post yet.
Be one of the first to reply to this post!
Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »