Re: load images with Ajax and use of lightbox

2012-06-18 Thread Naresh Kumar
you can do using jquery. it has everything...

On Mon, Jun 18, 2012 at 1:28 PM, georgio ch 
chatziefstratiougeorg...@gmail.com wrote:

 hi there

 i am  want to load on a static page 10 images with Ajax and use a
 lightbox for these images can anyone give me  some help i have read
 tutorial but it's  not so clear i have cakephp 2.0.

 thanks

 --
 Our newest site for the community: CakePHP Video Tutorials
 http://tv.cakephp.org
 Check out the new CakePHP Questions site http://ask.cakephp.org and help
 others with their CakePHP related questions.


 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.com For more options, visit this group
 at http://groups.google.com/group/cake-php




-- 
Cheers,
Naresh

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Problem with CakePHP in ~/public_html

2010-11-26 Thread Naresh Kumar
Hi burli,

i think the issue with mod_rewrite...

Try to use below commands

sudo a2enmod rewrite
sudo service apache2 restart

Regards,
Naresh


On Wed, Nov 24, 2010 at 10:49 PM, burli m...@embedit.de wrote:

 Hi, I want to start with CakePHP and install apache in Ubuntu 10.10. I
 want to use the public_html option to make editing easier.

 I fixed the bug with the pubic_html option in Ubuntu 10.04 and 10.10,
 installed the modules and copy the CakePHP files into public_html.

 When I call localhost/~burli I can see the start page, but in plain
 HTML without CSS, becaues the path to favicon and the css file starts
 with /~burli

 I forgot to install mod_rewrite. I installed and activated the module,
 but now I get a 404 Not Found Error.

 Now I have no idea what's wrong. Hope someone can help me.

 regards
 burli

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: error in my cake php

2010-11-24 Thread Naresh Kumar
This is not an error. This is just debugging. If u dont want to display go
to app/config/core.php and then change Configure::write('debug', 0);

On Wed, Nov 24, 2010 at 1:00 PM, siva sivanan...@gmail.com wrote:

 im new to cakephp

 i started with name convention program but did not get answer there
 some error that  i noted below


 (default) 0 query took ms
 Nr  Query   Error   AffectedNum. rows   Took (ms)

 im using wamp server

 pls help me to find the answer

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


Re: Authentication against 2 different user tables

2010-11-23 Thread Naresh Kumar
Hi,

If you use ACL it will help.

Regards,
Naresh

On Mon, Nov 22, 2010 at 8:01 PM, Johannes fernerjohan...@gmail.com wrote:

 Hello,

 I want to set up a new project, using CakePHP 1.3 and have one big
 problem.

 I have set up all the tables i need, but i have 2 user-tables called
 users and agents.
 I want to set up 2 different login sites, one for the users and one
 for the agents (who have more or the less CRUD-Gui for the items they
 are linked with).

 But i have no clue, how to tell cake, that only agents have access
 to the administration an not all the users.
 --- Would one table users with acl be the best way?

 there is also one other thing, i have the tables:
 agents
 agents_events   - administrating
 agents_locations- administrating
 users
 users_event  - attending
 locations_users - bookmarked

 this is very convenient, because i have the agents and the users baked
 in their own controller, which i wouldn't have if the agents and users
 would be in one table, the problem is, that the agents and users have
 different actions  fields in the database.

 Is there an best-practice-way to have at least 2 different
 loginsystems? (e.g. Frontend / Backenduser) ?

 LG.
 Jo

 Check out the new CakePHP Questions site http://cakeqs.org and help others
 with their CakePHP related questions.

 You received this message because you are subscribed to the Google Groups
 CakePHP group.
 To post to this group, send email to cake-php@googlegroups.com
 To unsubscribe from this group, send email to
 cake-php+unsubscr...@googlegroups.comcake-php%2bunsubscr...@googlegroups.comFor
  more options, visit this group at
 http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en


404 error on remote server

2009-11-09 Thread Naresh Kumar

Hi,

I've been playing with Cake on my local machine and wanted to check
that it works on my host's servers.  When I uploaded Cake and tried to
view the main page, I got an Apache index page listing the directories
(app/ and cake/).  The hosts insist that mod_rewrite is enabled.  When
I try to access any controller function I get a 404 not found error.

Can anyone help me?

Thanks a lot

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
CakePHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---