Frontend Logging

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
alwi
Posts: 1
Joined: Fri 1. Apr 2005, 03:02
Contact:

Frontend Logging

Post by alwi »

Hello,

I installed ver 1.2.1.DEV and the installation went well. I still cannot get the Frontend Logging to work though...

I did these steps in admin/backend:
1. Create a nav structure "Members", mark the checkbox "visible for users logged on only", leave the checkbox "Hide" unchecked.
2. Created an article under this structure "Members"

The article content still shows up, but the menu wouldnt show.

I also tried this:
1. Create a nav structure "Members", leave all frontend menu status unchecked
2. Create more child structure under "Members", mark the checkbox "visible for users logged on only", leave the checkbox "Hide" unchecked.
3. Created an article under all those structure.

But the menus under "Members" wouldnt show.

Here are my question:
1. How do I create a login form in the front-end?
2. I see a box below my page says "admin: webmaster", how do I control the placement of that box?
3. Is there any way to create a signup form in the front-end?
4. Any documentation available for this DEV release?

Thanks all
User avatar
pico
Posts: 2595
Joined: Wed 28. Jul 2004, 18:04
Location: Frankfurt/M Germany
Contact:

Post by pico »

Hi

1. a Frontend Login is not avaible at the Moment - also the Usermanagement

2. the possition of this Box is controled in index.php around Line 127

Code: Select all

		$content['page_end']  = '<div id="VisualMODE" style="position:absolute;left:5px;bottom:45px;padding:5px;z-index:1;background-color:#FF3300;color:#FFFFFF;border:1px solid #000000;">';
3. see 1.

4. http://www.phpwcms-docu.de
Lieber Gott gib mir Geduld - ABER BEEIL DICH
Horst - find me at Musiker-Board
pyhavaim
Posts: 9
Joined: Thu 5. Aug 2004, 23:35
Location: Estonia

Post by pyhavaim »

Take a look at the hacks and enhancments section
Post Reply