the plugin requires a logged in user. Do you have an acount with the
app and are you logged in?

On Nov 17, 10:25 am, Thadeus Burgess <thade...@thadeusb.com> wrote:
> do you have the latest version of web2py_ajax.html?
> -Thadeus
>
> On Tue, Nov 17, 2009 at 10:00 AM, Benigno <bca...@albendas.com> wrote:
>
> > If I remove the ajax=True, it is giving me a 404 not found error...
> > yet, I cannot find where.
>
> > On Nov 17, 4:51 pm, Benigno <bca...@albendas.com> wrote:
> > > I am using the second version posted of the Tagging_plugin.
>
> > > However, to me, it gets stuck on the "Loading..." message, and I dont
> > > seem to be able to find the cause for this. I have a routes.py active
> > > and two different applications, each with their db implemented (I hope
> > > it only sees in globals the application where the plugin is mounted
> > > db).
>
> > > Any suggestion is welcome.
>
> > > Thanks.
>
> > > On Nov 15, 7:10 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > > > On Nov 14, 11:16 pm, Thadeus Burgess <thade...@thadeusb.com> wrote:
>
> > > > > We will let it slide this time since your such a programming beast,
> > but
> > > > > don't let it happen again! :)
>
> > > > LOL
>
> > > > > The controllers won't need this, just the functions declared in the
> > model.
>
> > > > > As it stands right now, do plug-ins get executed after db.py?
>
> > > > alphabetically so after db
>
> > > > > It would be nice for plug-ins to just define standard data models
> > that can
> > > > > be used for reference fields.
>
> > > > > -Thadeus
>
> > > > > On Sat, Nov 14, 2009 at 11:03 PM, mdipierro <mdipie...@cs.depaul.edu>
> > wrote:
>
> > > > > > Actually it should be
>
> > > > > >    def plugin_tagging_tag
>
> > > > > > I agree. I was sloppy.
>
> > > > > > On Nov 14, 10:25 pm, Thadeus Burgess <thade...@thadeusb.com>
> > wrote:
> > > > > > > How would we keep plug-ins from polluting the global name space?
>
> > > > > > > All functions for a plug-in should start with the plug-in name.
>
> > > > > > > So instead of deftag(): it should be def plugin_tag():
>
> > > > > > > -Thadeus
>
> > > > > > > On Sat, Nov 14, 2009 at 2:29 AM, dbb <debe...@yahoo.com> wrote:
>
> > > > > > > > Got it right, thank you Massimo.
>
> > > > > > > > On Nov 13, 3:40 pm, dbb <debe...@yahoo.com> wrote:
> > > > > > > > > I need some rest and look this plugin in a fresh mind.
>
> > > > > > > > > On Nov 13, 3:24 pm, dbb <debe...@yahoo.com> wrote:
>
> > > > > > > > > > Thank you Massimo, I was really confuse on which "view" you
> > are
> > > > > > > > > > talking,
> > > > > > > > > > the view created by the plugin or the view in my
> > application.
> > > > > > > > > > I am taking you answer to be the view in my application.
>
> > > > > > > > > > On Nov 13, 2:43 pm, mdipierro <mdipie...@cs.depaul.edu>
> > wrote:
>
> > > > > > > > > > > On Nov 13, 12:29 pm, dbb <debe...@yahoo.com> wrote:
>
> > > > > > > > > > > > Steps taken:
>
> > > > > > > > > > > > - downloaded the plugin mini application CRM
> > > > > > > > > > > > (version of web2py is 1.72.30)
> > > > > > > > > > > > - UPLOAD CRM as plugin
> > > > > > > > > > > > - click ontagging
>
> > > > > > > > > > > ok so far
>
> > > > > > > > > > > > - click ontagin the controller, got 404-not-found
> > > > > > > > > > > > -click on tag_cloud in the controler, got blank page
>
> > > > > > > > > > > because this controller is not expose that way.
> > > > > > > > > > > As I said. To use this plugin you have to edit your own
> > views
> > > > > > > > (default/
> > > > > > > > > > > index.html for example)
> > > > > > > > > > > and add
>
> > > > > > > > > > > {{=tag('tablename',record_id)}}
>
> > > > > > > > > > > where tablename is a valid table name and record_id is a
> > valid
> > > > > > > > > > > record_id for that table.
>
> > > > > > > > > > > Then click on your action (for example default/index)
>
> > > > > > > > > > > > On Nov 13, 1:19 pm, mdipierro <mdipie...@cs.depaul.edu>
> > wrote:
>
> > > > > > > > > > > > > Please list steps to reproduce the problem
>
> > > > > > > > > > > > > On Nov 13, 11:57 am, dbb <debe...@yahoo.com> wrote:
>
> > > > > > > > > > > > > > I have already logged in my application but still I
> > am
> > > > > > seeing
> > > > > > > > 404 not
> > > > > > > > > > > > > > found message
>
> > > > > > > > > > > > > > On Nov 13, 12:42 pm, dbb <debe...@yahoo.com>
> > wrote:
>
> > > > > > > > > > > > > > > Ok, it is excellent work thing are getting more
> > appealing
> > > > > > and
> > > > > > > > even the
> > > > > > > > > > > > > > > questions changes "how do we do this as
> > develpers... bla
> > > > > > > > bla",  which
> > > > > > > > > > > > > > > is a good sign that web2py is rolling in a good
> > way.
> > > > > > > > Regarding
> > > > > > > > > > > > > > > plugins ,  I have the following questions:
> > > > > > > > > > > > > > > - how can I incorporate the new plugin within the
> > menu
> > > > > > > > > > > > > > > - why I am getting "404 not found" message when I
> > clicked
> > > > > > on
> > > > > > > > "tag" in
> > > > > > > > > > > > > > > the controller and "tag_cloud" does nothing
>
> > > > > > > > > > > > > > > On Nov 12, 12:17 am, Massimo Di Pierro <
> > > > > > > > mdipie...@cs.depaul.edu>
> > > > > > > > > > > > > > > wrote:
>
> > > > > > > > > > > > > > > > resending with some bug fixes
>
> > > > > > > > > > > > > > > >  web2py.plugin.tagging.w2p
> > > > > > > > > > > > > > > > 1KViewDownload- Hide quoted text -
>
> > > > > > > > > > > > > > > - Show quoted text -- Hide quoted text -
>
> > > > > > > > > > > > > - Show quoted text -- Hide quoted text -
>
> > > > > > > > > > > - Show quoted text -- Hide quoted text -
>
> > > > > > > > > > - Show quoted text -- Hide quoted text -
>
> > > > > > > > > - Show quoted text -
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to