Here we want to read your Ideas and Wishes to Garys Cookbook 3.X.x Of course also to everything around the Cookbook as the extensions. We need your Ideas to improve this component in a from you desired direction. The Ideas from the old thread are moved to this new Subforum. In this subforum it is easier to discuss and comment the ideas. Please open a new thread for each idea.Questions to the actual versions of course are written in the normal Forum as usual.
I'm not a coder by nature but I can often piece together things. I have created the necessary .xml file and am trying to figure out how to alter the Gary's Cookbook edit.php file... where does the code insert the new submission into the database... that is generally where you will insert the following code:
And here's what you put in the .xml file:
<?xml version="1.0" encoding="UTF-8"?>
<alphauserpoints type="plugin">
<rule>Add a recipe</rule>
<description>Add points when a User adds a recipe</description>
<component>com_garyscookbook</component>
<plugin_function>plgaup_addrecipe_garyscookbook</plugin_function>
<fixed_points>true</fixed_points>
</alphauserpoints>
So back to my question... where in edit.php is the new submission inserted into the database?