Re: Link submission email

2011-04-20 Thread dvvbrook79
Hi Cricket.. Sorry! No i havent tried this Ok so how? and where do i put the above code for this? Thanks again for trying to help, Brook On Apr 20, 11:42 pm, cricket wrote: > Your message is mostly incomprehensible. (For the third time) have you > tried debugging either the submitted data

Re: Link submission email

2011-04-20 Thread cricket
Your message is mostly incomprehensible. (For the third time) have you tried debugging either the submitted data or the results of the find? On Wed, Apr 20, 2011 at 6:32 PM, dvvbrook79 wrote: > Hi Cricket, > > You lost me now, i still have all my normal code "how it was before", > i havent change

Re: Link submission email

2011-04-20 Thread dvvbrook79
Hi Cricket, You lost me now, i still have all my normal code "how it was before", i havent changed any coding apart from adding to it"CODE AS ABOVE", after i added the DB column i did a test submit and the link didnt show up in either the DB or the email i cant understand what needs doing

Re: Link submission email

2011-04-20 Thread cricket
Did you ever check to see if it's being submitted? if (!empty($this->data)) { die(debug($this->data)); Also, check after you do the find() $link = $this->Link->findById($this->Link->id); // delete this line later die(debug($link)); $this->set(compact('link')); On Wed, Apr 20, 2011 at 5:

Re: Link submission email

2011-04-20 Thread dvvbrook79
Hi again Cricket, To make helping me easier, ive included below the files what i have now after adding the column to the database...so here go's (THIS IS THE "submit_link.ctp") : : : link($link['Link']['url'],

Re: Link submission email

2011-04-20 Thread dvvbrook79
Hi again Cricket, To make helping me easier, ive included below the files what i have now after adding the column to the database...so here go's (THIS IS THE "submit_link.ctp") : : : link($link['Link']['url'],

Re: Link submission email

2011-04-20 Thread dvvbrook79
Hi Cricket, Sorry if i confused you, im still trying to make peace with cake.lol...I was just asking about option 2, and where i would need to put that code in order for it to work I took option 1: i have added the DB column now, but the "reciprocallink" is still not showing up in my email..

Re: Link submission email

2011-04-19 Thread cricket
On Tue, Apr 19, 2011 at 5:25 PM, dvvbrook79 wrote: > Hi Cricket, > > Thanks for the help, much appreciated... > > Would option 2  go into the "links controller"??  I just tried > adding the db column, but it didnt show up... but i know why as i > changed some code back to how it was, so im sur

Re: Link submission email

2011-04-19 Thread dvvbrook79
Hi Cricket, Thanks for the help, much appreciated... Would option 2 go into the "links controller"?? I just tried adding the db column, but it didnt show up... but i know why as i changed some code back to how it was, so im sure it should work when i update it...i have updated the DB to inc

Re: Link submission email

2011-04-19 Thread cricket
On Tue, Apr 19, 2011 at 4:11 AM, dvvbrook79 wrote: > DAM!!...Scrap that last note: > Just been checking the DB and theres is nothing for the forms, and i > just thought whilst looking...i dont need to store the "Reciprocal > Link" i just need it to show up in the emailNow im really > confused.

Re: Link submission email

2011-04-19 Thread dvvbrook79
DAM!!...Scrap that last note: Just been checking the DB and theres is nothing for the forms, and i just thought whilst looking...i dont need to store the "Reciprocal Link" i just need it to show up in the emailNow im really confused...PLEASE HELP!! Cheers Cricket for helping with this. On A

Re: Link submission email

2011-04-19 Thread dvvbrook79
Hi Cricket, HAHAHAHAH! i told you i was fairly new, im trying to come to terms with cakephpAND I DIDNT create a DB column for "reciprocallink" LOL!...So is this all im missing, the DB column? and then it should work right yes? Thanks again for helping, much appreciated. On Apr 19, 12:36 am,

Re: Link submission email

2011-04-18 Thread cricket
On Mon, Apr 18, 2011 at 4:14 AM, dvvbrook79 wrote: > Yeah ok sorry about that...heres my "submitlink.ctp" which is the > email i get. I have left the bottom part of the "controller" as i know > this is for admin purposesHOPE YOU CAN HELP,cause ive been looking > and cant seem to find anything

Re: Link submission email

2011-04-18 Thread dvvbrook79
Yeah ok sorry about that...heres my "submitlink.ctp" which is the email i get. I have left the bottom part of the "controller" as i know this is for admin purposesHOPE YOU CAN HELP,cause ive been looking and cant seem to find anything wrong, but saying that im still fairly new to cakeCheers

Re: Link submission email

2011-04-17 Thread cricket
On Sun, Apr 17, 2011 at 9:17 AM, dvvbrook79 wrote: > Hi > > I have a link submission page, and have just added a reciprocal link > field...which worked fine, however i cant get to draw this information > out of the "field" into the email that is sent to me when i have a > link submittedit ends