[web2py] Photoswipe on web2py?

2015-11-16 Thread Mark Abajian
Dear web2py Community, I have been using web2py for several years on and off. I would like to incorporate the PhotoSwipe lightbox (javascript) (http://photoswipe.com) onto my gallery page with thumbnails. Has anyone had any success with this? I found a tutorial online (http://webdesign.tutsp

[web2py] Crud, captcha, and formstyle

2014-05-29 Thread Mark Abajian
form (before all my other fields), and the "Verify:" label appears *by itself* at the bottom of the form. Does anyone have a workaround or patch for this? Thank you, all. Mark Abajian -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/we

[web2py] Re: admin page is not working in web2py 2.7.4

2013-10-16 Thread Mark Abajian
Thank you for the explanation, Niphlod. I've updated my AliasMatch, and that is working for me. Mark Abajian On Wednesday, October 16, 2013 12:07:53 PM UTC-7, Niphlod wrote: > > > AliasMatch > ^/([^/]+)/static/*(?:_[\d]+.[\d]+.[\d]+/)?*(.*)/home/www-data/web2py/application

[web2py] Re: Where is the best place to make e-mail by registration and login to be converted always to lower case?

2012-11-08 Thread Mark Abajian
Thank you, Anthony, The reset_email_lower() worked for me. I just needed to use table_user() instead of table_user. By reading this thread, I am now able to store emails as lower case, but allow upper/mixed case logins and password resets. Just what I was looking for! Thank you, everyone.

[web2py] mywiki RSS feed failure

2011-09-12 Thread Mark Abajian
It seems that the "mywiki" tutorial in Chapter 3 of the book is no longer accurate. I had a problem with it. If this can be corroborated by someone else, perhaps this should be updated in the book. Environment.. * web2py 1.98.2 downloaded as "source", not as .app * Mac OS X 10.6.8 * Python 2

[web2py] mywiki XML-RPC failure

2011-09-12 Thread Mark Abajian
I encountered a problem in the mywiki example of the tutorial in Chapter 3 of the book. Mac OS X 10.6.8 web2py 1.98.2 downloaded as source Python 7.2.2 (EPD 7.1-1) When I tried to run the example in the book for item in server.find_by('wiki'): print item.created_on, item.