HI
I followed this tutorial http://www.chronoengine.com/tutorials/other-tutorials/18-tutorials/40-chronoconnectivity-tutorial-1.html and everything worked fine until I tried to edit a record........
the page is showing:
Name:
IntroText: display( 'objectivos', $row->objectivos , '100%', '350', '75', '20', false ) ; ?>
MainText: display( 'maintext', '' , '100%', '350', '75', '20', false ) ; ?>
hits:
published:
Can someone help me please?
I followed this tutorial http://www.chronoengine.com/tutorials/other-tutorials/18-tutorials/40-chronoconnectivity-tutorial-1.html and everything worked fine until I tried to edit a record........
the page is showing:
Name:
IntroText: display( 'objectivos', $row->objectivos , '100%', '350', '75', '20', false ) ; ?>
MainText: display( 'maintext', '' , '100%', '350', '75', '20', false ) ; ?>
hits:
published:
Can someone help me please?
Hi omissirev,
Please check that you have these lines correctly in your code:
Bob
Please check that you have these lines correctly in your code:
<?php
$editor =& JFactory::getEditor();
?>
If they are correct please post the whole of the Record Edit Template code block so we can take a look.Bob
<?php
$editor =& JFactory::getEditor();
?>
<table>
<tr>
<td>IntroText:</td><td><?php echo $editor->display( 'title', $row->title , '100%', '350', '75', '20', false ) ; ?></td>
</tr>
<tr>
<td>MainText:</td><td><?php echo $editor->display( 'alias', $row->alias , '100%', '350', '75', '20', false ) ; ?></td>
</tr>
</table>
This is the code I have just for testing purposes...
I will post a new tutorial for the new version later this week!
Regards
Max
Regards
Max
Hi,
Have you gotten a chance to create and new tutorial for the new version yet? I've been looking around the forum for it but can't find it.
Thank you,
Joebob
Have you gotten a chance to create and new tutorial for the new version yet? I've been looking around the forum for it but can't find it.
Thank you,
Joebob
Hi Joebob,
Max is out of town most of this week, I expect that he is working on the tutorial but I haven't seen anything yet.
Bob
Max is out of town most of this week, I expect that he is working on the tutorial but I haven't seen anything yet.
Bob
thanks Grey for the heads up. Yeah I ended up having to go back to v1.2 because I was having issue with version 2RC1 but I would like to use the new one whenever we're able to get a tutorial for V2RC1.
Hi Guys,
Have you got any further with a guide?. I have no idea how to create a SQL query. I have created a query in CC and added it to a menu item, when I go to it all it has is the link to your website.. I need to get this working so that I am able to generate some reports. Just to confrim that I do not need to have CF running as I have creted my own form.
Thanks
Have you got any further with a guide?. I have no idea how to create a SQL query. I have created a query in CC and added it to a menu item, when I go to it all it has is the link to your website.. I need to get this working so that I am able to generate some reports. Just to confrim that I do not need to have CF running as I have creted my own form.
Thanks
This topic is locked and no more replies can be posted.