roter Block

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
pilxel
Posts: 8
Joined: Sat 18. Feb 2006, 20:36

roter Block

Post by pilxel »

Im Browserfenster links unten (im Hintergrund, ausserhalb der Site) gibt es einen roten Textblock in dem "admin: webmaster" steht. Wo ist dieser definiert? Wie kriegt man den weg?
Gruss
Pilxel
Jens*
Posts: 56
Joined: Fri 18. Jun 2004, 18:53

Post by Jens* »

Das siehst du aber nur als Admin wenn du eigenloggt bist

index.php

Code: Select all

	if(VISIBLE_MODE == 1 || VISIBLE_MODE == 2) {
		$content['page_end']  = '<div id="VisualMODE" style="position:absolute;left:5px;bottom:5px;padding:5px;z-index:1;background-color:#FF3300;color:#FFFFFF;border:1px solid #000000;">';
		$content['page_end'] .= VISIBLE_MODE == 1 ? 'user: ' : 'admin: ';
		$content['page_end'] .= html_specialchars($_SESSION['wcs_user']);
		$content['page_end'] .= "</div>\n</body>\n</html>";
	}
ist dafür verantwortlich..

Jens
http://www.study-board.de :: Das Studenten Portal
Die Kompetenzseite für alle Fragen rund um die BWL/VWL
und das wirtschaftswissenschaftliche Studium
pilxel
Posts: 8
Joined: Sat 18. Feb 2006, 20:36

Post by pilxel »

Tatsächlich, der Block ist weg nach dem Logout. Dann ist der ja eigentlich ganz nützlich. Vielen Dank für den Tipp.
Pilxel
Pappnase

Post by Pappnase »

hallo

so ein qutasch!
man den block siehst nur du! kein anderer.

daran sieht man das du im admin modus (vorschau) bist!
yuluma
Posts: 53
Joined: Wed 29. Sep 2004, 04:00
Location: Alkmaar - Netherlands - Europe
Contact:

red blok VisualMODE

Post by yuluma »

I use the frontend login hack and when I create users (not admin, just only logon rights and frontend selected) they also see the red block.

So this tip is very usefull... ;-)
Yuluma Nunbanna - workaholic ad dies vitae
Post Reply