[web2py] Creating groups

2013-05-24 Thread sasogeek
I want to add something to my web2py website which is kind of a social 
network thingy however people term those things now-a-days :P
anyway. basically i want to allow users to create groups, and be able to 
join groups. so basically they click a link create a group which takes 
them to a page where they can enter the group name and description. this 
group then has a thumbnail which is added to a list of groups. other users 
can find all the groups created in that list, and then they can click on 
any thumbnail in that list to view the group and posts made in that group, 
and then they can click a link on the groups page to join the group so as 
to get updated on posts from that group on the home page... i believe it 
should be easy to understand since almost everyone here uses facebook or 
twitter or both and understands the group idea or lists idea, basically. 
how do i create that with web2py? and if anyone wants to take a look at the 
website/web app, i put it on pythonanywhere 
here https://sasogeek.pythonanywhere.com/uRate/default/index.html .

I'm a lone developer atm but anyone interested in helping me polish this 
up, both design and back-end wise, please email me (sasog...@yahoo.com) xD 
I still need help from the problem stated above btw :) thanks

-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[web2py] creating groups

2013-03-02 Thread sasogeek
I have an app where people can sign up and have profiles, but I don't know 
how permissions work, I've tried to read the book but I want a little bit 
more explanation...
What I want to do is allow users to create groups which they can name 
themselves. So that there's a link or button create a group and when they 
click it, they can name the group like say Friends and then they can add 
other users to that group and those groups will have some privileges like 
they'll be able to chat with each other, etc... and if i'm able to do that, 
how do i also allow them to set permissions for those groups they've 
created so that if chat for instance, you can only chat with someone if the 
person has you in a group, and has allowed the chat functionality with that 
group ?

-- 

--- 
You received this message because you are subscribed to the Google Groups 
web2py-users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.