Re: Help please with Guestflo widget

2012-12-28 Thread mrfugimoto
Hi @jsundquist. This is my rootappviews folder contents C:\xampp\htdocs\divinghorse\app\views C:\xampp\htdocs\divinghorse\app\views\administrators C:\xampp\htdocs\divinghorse\app\views\categories C:\xampp\htdocs\divinghorse\app\views\elements C:\xampp\htdocs\divinghorse\app\views\errors

Re: Help please with Guestflo widget

2012-12-28 Thread Jonathan Sundquist
So your pasting html into a tinymxe editor which Will convert a into lt; and a gt;. If you are trying to add this static widget to the events page you Will need to modify the ctp file within the /app/views/events directory. Possibly an index.ctp file. I would suggest checking out the docs for

Re: Help please with Guestflo widget

2012-12-28 Thread mrfugimoto
Hi @jsundquist, it's cake version 1.3Old. I have read through everything I think there is in the cookbooks. It seems not even the developers of cakePHP know how to get the widget to work. It's not a knock against the developers. I just don't see any references to adding scripts in their

Re: Help please with Guestflo widget

2012-12-28 Thread Jonathan Sundquist
This really isn't a cakephp problem. Someone built a cms on top of cakephp and you are relaying heavily on that. In order to add this new, from what I can understand from the initial post, static widget you will need to modify one of the view files. This doesn't sound like some thing you will

Re: Help please with Guestflo widget

2012-12-28 Thread mrfugimoto
If you don't mind and would like to have a look, I would like to email you directly. What address would you like for me to email to? Thank you On Friday, December 28, 2012 11:18:11 AM UTC-5, jsundquist wrote: This really isn't a cakephp problem. Someone built a cms on top of cakephp and

Re: Help please with Guestflo widget

2012-12-28 Thread lowpass
In app\views\events there is probably a file named index.ctp. Open that in an editor. There should be some PHP code that iterates over an array of data to create listings for the events which are stored in the DB. Find a place somewhere within this template to paste the widget code. Next, go to

Re: Help please with Guestflo widget

2012-12-28 Thread mrfugimoto
nevermind I see your email address is in the autonotification. On Friday, December 28, 2012 12:54:43 PM UTC-5, mrfugimoto wrote: If you don't mind and would like to have a look, I would like to email you directly. What address would you like for me to email to? Thank you On Friday,

Re: Help please with Guestflo widget

2012-12-28 Thread mrfugimoto
Thank you @Cricket. With the assistance of @jlundquist, he was able to help get me situated. Everything is working, everybody is happy. Essentially the site I had to add the widget to is a complete train wreck. jlundquist created an entirely new page with the widget and I put a link on the

Help please with Guestflo widget

2012-12-27 Thread mrfugimoto
Hi Please delete if this shows up twice. I posted in the old cakephp Google Groups but nothing showed up. I clicked new cakephp Google group, and still didn't see anything. Trying again... Hi I am extremely unfamiliar with cakephp framework. I work for a web development company who provide

Re: Help please with Guestflo widget

2012-12-27 Thread lowpass
Is this Guestflo widget meant to replace the existing Events code? Does it load HTML from some other site? If that's the case, it probably shouldn't be added through the database. Rather, the existing events code could be removed, and the index.ctp template changed to just include the widget code,

Re: Help please with Guestflo widget

2012-12-27 Thread mrfugimoto
Hi @cricket. Thank you very much for reply. Unfortunately I am very unfamiliar with cakePHP. Of our 300 seo customers. This particular one is the only one who uses this script. The business owner, (our customer) just started using guestflo, this site http://guestflo.com/ to create promotional

Re: Help please with Guestflo widget

2012-12-27 Thread Jonathan Sundquist
What is Grr Cms that they are using? Cakephp is just a framework in itself. It might help to understand this admin panel you speak of. Honestly it sounds to me like you need to modify the layout file which is usually with app/Views On Dec 27, 2012 7:37 PM, mrfugimoto r...@nhlfightclub.com wrote:

Help please with Guestflo widget

2012-12-27 Thread mrfugimoto
Hi I am extremely unfamiliar with cakephp framework. I work for a web development company who provide SEO support to customers. We inherited a site which is cakephp 1.3, (I believe an old version). We have an Our Events page and the customer asked me to add a widget This is the widget below. I've