Thread: RE: Re: [psa-users] phpsecurityadm Interface
Brought to you by:
koivi
From: sunNinja <sun...@se...> - 2003-08-08 02:19:27
|
nope doesnt help config.php only contains the color setting etc... what i wanna modify is the alignment and customized the output in users.php like the ff: Username Real Name E-mail Company Phone Active test testname te...@te... Company A 433-33 Y any help? i want to add more information in the output... or in users.php when u view current users... Thnx Abraham >----- ------- Original Message ------- ----- >From: Albert Lash <al...@pl...> >To: <php...@li...> >Sent: Thu, 07 Aug 2003 08:34:40 > >Hi Abraham, > >Thanks for trying out PSA. First thought is to >check the config.php file. >The config file contains interface settings such as >table background color. > >Let me know if this helps! > >Al > >> Hi Good Day i just downloaded phpsecurityadm >latest version and successfully >> installed it in my BOX i was trying to Customized >the USERS Section to output >> not just username, realname, email, Active menu i >added some fields like URL >> and Phone >> >> i added a url to the database. it went well... >but everytime i click the >> USERS section i cannot align the output.... THE >HighLIGHTED section on TOP the >> output below got no problem it can output the >details that i want to show like >> name, phone, company etc.... BUT on the TOP of >it... ive tried to edit >> users.php, user_add.php and >class.phpSecurityAdmin.php but i cannot adjust >> the BLUE COLOR.... >> >> Anyone got any idea how to adjust it? or modify >it? >> i wannt the output to look this way >> >> Username Real Name E-mail Company Phone >Active >> test test 1 te...@te... Company A 433-33 > Y etc.. >> >> the Data's below got no problem. (test company >A) The only problem im >> encountering is the HIGHLIGHTED one (Username, >Real Name) cannot be >> adjusted..... >> >> >> Thanks! >> >> Abraham > > > >This SF.Net email sponsored by: Free pre-built >ASP.NET sites including >Data Reports, E-commerce, Portals, and Forums are >available now. >Download today and enter to win an XBOX or Visual >Studio .NET. >_______________________________________________ >phpsecurityadm-users mailing list >php...@li... >--------------------------------------------------- >---- >http://aspnet.click-url.com/go/psa00100003ave/direc >t;at.aspnet_072303_01/01 >https://lists.sourceforge.net/lists/listinfo/phpsec >urityadm-users |
From: sunNinja <sun...@se...> - 2003-08-11 08:30:00
|
hey! Albert, It works! :) thanks for the advice... now next that im gonna do is th= e output... ive got no problem with showing the outputs but the only pro= blem is everytime it shows the output... im gettin something like this Username E-mail Company =20 ----------------------------------- test te...@te... Company=20 A if you would notice A cannot be accomodated beside Company A ive tried Ad= ding more spaces in phpsecadmin DB comname field... and modifying class.p= hpSecurityAdm.php, users.php still same output... hope u could give me an= other suggesstion on this... Thanks! abraham >----- ------- Original Message ------- ----- >From: Albert Lash <al...@pl...> >To: <php...@li...> >Sent: Fri, 08 Aug 2003 14:16:31 > >I see. In users.php the top half contains the >header: > > <td style=3D"background-color: <?php echo >$PSA_OPTS['Tables']; ?>; color: ><?php echo $PSA_OPTS['MenuFont']; ?>; font-weight: >bold;"><?php echo >_("Username") ?></td> > <td style=3D"background-color: <?php echo >$PSA_OPTS['Tables']; ?>; color: ><?php echo $PSA_OPTS['MenuFont']; ?>; font-weight: >bold;"><?php echo _("Real >Name") ?></td> > <td style=3D"background-color: <?php echo >$PSA_OPTS['Tables']; ?>; color: ><?php echo $PSA_OPTS['MenuFont']; ?>; font-weight: >bold;"><?php echo >_("E-mail") ?></td> > <td style=3D"background-color: <?php echo >$PSA_OPTS['Tables']; ?>; color: ><?php echo $PSA_OPTS['MenuFont']; ?>; font-weight: >bold;"><?php echo >_("Active") ?></td> > <td>=C2=A0</td> > >It is very messy, but if you add in some ><td>Title</td> sections, you'll be >able to match those table data cells with the >section underneath. The >sections like this: <?php echo _("Active") ?> are >for language translations. > >Will that do it for you? > >Al > > > > > >On 8/7/03 10:19 PM, "sunNinja" ><sun...@se...> wrote: > >> nope doesnt help config.php only contains the >color setting etc... what i >> wanna modify is the alignment and customized the >output in users.php like the >> ff: >>=20 >> Username Real Name E-mail Company Phone=20 >Active >> test testname te...@te... Company A 433-33 > Y >>=20 >>=20 >>=20 >> any help? i want to add more information in the >output... or in users.php when >> u view current users... Thnx > > > >This SF.Net email sponsored by: Free pre-built >ASP.NET sites including >Data Reports, E-commerce, Portals, and Forums are >available now. >Download today and enter to win an XBOX or Visual >Studio .NET. >_______________________________________________ >phpsecurityadm-users mailing list >php...@li... >--------------------------------------------------- >---- >http://aspnet.click-url.com/go/psa00100003ave/direc >t;at.aspnet_072303_01/01 >https://lists.sourceforge.net/lists/listinfo/phpsec >urityadm-users |
From: Justin K. <ju...@ko...> - 2003-08-15 02:51:57
|
sunNinja wrote: > hey! Albert, > It works! :) thanks for the advice... now next that im gonna do is the output... ive got no problem with showing the outputs but the only problem is everytime it shows the output... im gettin something like this > > Username E-mail Company > ----------------------------------- > test te...@te... Company > A In the table where you echo out the company name, use something like: <td nowrap><?php echo $company ?></td> You may also want to change the table's width attribute. That should solve your problem. |
From: sunNinja <sun...@se...> - 2003-08-15 03:23:23
|
thanks aill try this out Justin Abraham >----- ------- Original Message ------- ----- >From: Justin Koivisto <ju...@ko...> >To: php...@li... >Sent: Thu, 14 Aug 2003 21:30:18 > >sunNinja wrote: > >> hey! Albert, >> It works! :) thanks for the advice... now >next that im gonna do is the output... ive got no >problem with showing the outputs but the only >problem is everytime it shows the output... im >gettin something like this >> >> Username E-mail Company >> ----------------------------------- >> test te...@te... Company >> A > >In the table where you echo out the company name, >use something like: > ><td nowrap><?php echo $company ?></td> > >You may also want to change the table's width >attribute. That should >solve your problem. > > > > >This SF.Net email sponsored by: Free pre-built >ASP.NET sites including >Data Reports, E-commerce, Portals, and Forums are >available now. >Download today and enter to win an XBOX or Visual >Studio .NET. >_______________________________________________ >phpsecurityadm-users mailing list >php...@li... >--------------------------------------------------- >---- >http://aspnet.click-url.com/go/psa00100003ave/direc >t;at.aspnet_072303_01/01 >https://lists.sourceforge.net/lists/listinfo/phpsec >urityadm-users |
From: Albert L. <al...@pl...> - 2003-08-08 18:16:40
|
I see. In users.php the top half contains the header: <td style="background-color: <?php echo $PSA_OPTS['Tables']; ?>; color: <?php echo $PSA_OPTS['MenuFont']; ?>; font-weight: bold;"><?php echo _("Username") ?></td> <td style="background-color: <?php echo $PSA_OPTS['Tables']; ?>; color: <?php echo $PSA_OPTS['MenuFont']; ?>; font-weight: bold;"><?php echo _("Real Name") ?></td> <td style="background-color: <?php echo $PSA_OPTS['Tables']; ?>; color: <?php echo $PSA_OPTS['MenuFont']; ?>; font-weight: bold;"><?php echo _("E-mail") ?></td> <td style="background-color: <?php echo $PSA_OPTS['Tables']; ?>; color: <?php echo $PSA_OPTS['MenuFont']; ?>; font-weight: bold;"><?php echo _("Active") ?></td> <td> </td> It is very messy, but if you add in some <td>Title</td> sections, you'll be able to match those table data cells with the section underneath. The sections like this: <?php echo _("Active") ?> are for language translations. Will that do it for you? Al On 8/7/03 10:19 PM, "sunNinja" <sun...@se...> wrote: > nope doesnt help config.php only contains the color setting etc... what i > wanna modify is the alignment and customized the output in users.php like the > ff: > > Username Real Name E-mail Company Phone Active > test testname te...@te... Company A 433-33 Y > > > > any help? i want to add more information in the output... or in users.php when > u view current users... Thnx |
From: Albert L. <al...@pl...> - 2003-08-14 13:39:30
|
I've just completed an installation of PSA for a small application and realized that for most applications the user table falls short of requirements. Shouldn't every user have an address, city, state, zip, etc.? These fields could be made required or optional. This should be the next step, so that PSA can be used for people who want register for a newsletter (printed!) or the like. No login, only user registration. This is a great idea I believe. The updates would be somewhat minor, the schema file, the sql file, and the psa class would all have to be updated. I'll keep working on the design, post it here, then make the required changes. Please post any ideas you may have. - Al |
From: Justin K. <ju...@ko...> - 2003-08-15 02:22:23
|
Albert Lash wrote: > I've just completed an installation of PSA for a small application and > realized that for most applications the user table falls short of > requirements. Shouldn't every user have an address, city, state, zip, etc.? > > These fields could be made required or optional. This should be the next > step, so that PSA can be used for people who want register for a newsletter > (printed!) or the like. No login, only user registration. This is a great > idea I believe. > > The updates would be somewhat minor, the schema file, the sql file, and the > psa class would all have to be updated. I'll keep working on the design, > post it here, then make the required changes. Yes, adding that information to the database would be a good idea. This project was originally just a small-time user management thing for a single site CMS, so that type of thing wasn't needed. |
From: Albert L. <al...@pl...> - 2003-08-15 02:35:49
|
Right, but now that the project has hit the BIG TIME, we are facing demanding requirements. :-) > > Yes, adding that information to the database would be a good idea. > This project was originally just a small-time user management thing > for a single site CMS, so that type of thing wasn't needed. > |