473,765 Members | 2,021 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

listing users in Plone

Hi,

1.I have installed and running a plone Intranet site,
I have registerd users on it. I want to get list of all registerd users
on a page. how I should move towards getting it / scripting it in my
index_html page ?
I am just a frontend user of plone.

2.How to start creating small database driven pages programming on
plone ?
need too newbie tute :),

PS : I have good hand on Python

- Somesh

Aug 4 '05 #1
2 1299
Can't help you with #1 as I don't use Plone anymore. I prefer using
plain Zope and building my site around that. There's not much that
Plone adds for me, besides a skin.

As for 2, I do have some experience doing that. First, create a ZSQL
statement that does something like this:

select * from database

then, assuming you have called it 'query1' here's the ZPT you could put
in that would use the results from your query (assuming your query
returned columns named 'name' and 'salary').

<div tal:repeat="ite m query1">
<hr>
<span tal:content="it em/name">John Doe</span><br>
<span tal:content="it em/salary">$500,00 0</span><br>
</div>

P.S. This is the wrong group to post this question on.

Aug 4 '05 #2
plz let me know the proper google group

Aug 8 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1196
by: Joel Burton | last post by:
After a hiatus, a new group for Python, Zope, and Plone programmers in DC is forming. Our goal is to network and further educate ourselves on programming in Python. While not exclusively for Zope or Plone developers, we expect there to be a focus for these technologies. We have a formation meeting scheduled: Thursday, July 8th 7:00pm-9:00pm Porter Novelli Board Room, 1909 K Street NW.
1
1560
by: Yandle | last post by:
I have just started tinkering with Plone and, as is to be expected, I've run into some issues. What I want to know is: does anybody know if there's a group for Plone users as opposed to Python programmers or Zope administrators?
1
1287
by: miumiun | last post by:
I'm conducting some research about CMS systems and I have limited the choices to several that fit my needs. Many of them have live demos, so I can try and see, but I didn't find such for Plone. Is there one? I also didn't see one very important feature - personalization. I'm not sure if I am using the correct term but I my company we call personalization the ability of the site to show different content depending to the user who has...
4
2680
by: bill..AT..piperb.freeserve.co.uk | last post by:
I have used code from MS 198755 to create a module that lists current users of the database. Works fine as long as db isnot password potected. How do I adapt code to enter password? This is code: Sub ShowUserRosterMultipleUsers() Dim cn As New ADODB.Connection Dim cn2 As New ADODB.Connection Dim rs As New ADODB.Recordset
1
3203
by: Massimo | last post by:
Is there any way to show a dialog like the ones used by Windows 2000 or XP to select users and groups from the local computer or a domain ? I need to do some authentication/permissions stuff, and I find quite strange nobody already had the necessity of such a dialog... and I fear writing it from scratch could be quite painful :-/ Can anybody help ? Massimo
4
1377
by: Mark Hollander | last post by:
Hi All, I am trying to write a application that will help with the insallutil.exe to install a windows service. What I am trying to do is generate a list of users from the Domain that the user belongs to as well as a list of users from the local machine.
3
1315
by: wheel | last post by:
I'm not sure if this is the right venue for Plone questions, if not, could someone ref me to a better one? The discussion groups on the plone site are mailing lists and I'd rather not subscribe quite yet. Does plone support distinct sets of users? That is, on a public website running plone, can it be configured such that when a user logs in they are allowed access to a subgroup's main page, get the subgroup's newsletter as well as the...
1
2012
by: kpg* | last post by:
Hi all, Trying to use the ASP.NET 2.0 membeship API to manage users and user profiles, and of course, to provide role based security to my web app. I have several attributes I want to users, companyID for example, so I'm using the profile feature to do this and it works great. Now the problem:
0
1749
by: Chris Calloway | last post by:
Triangle (NC) Zope and Python Users Group (TriZPUG) is proud to open registration for our fourth annual ultra-low cost Plone and Python training camps, BootCampArama 2008: http://trizpug.org/boot-camp/2008/ Registration is now open for: PyCamp: Python Boot Camp, August 4 - 8
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9398
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10160
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9951
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8831
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5275
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5421
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3924
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.