Search found 138 matches

by swisscheese
Mon 7. Apr 2008, 22:07
Forum: phpwcms Discussion
Topic: body IDs and classes
Replies: 20
Views: 12159

Re: body IDs and classes

as you mentioned above, this does not affect --> body tag. yep. couldn't find a way to inject body tag with frontend_render. So you'll get this div tag, but this shouldn't be a problem... body#myid_10.myclass_10 div.myclass_0.myclass_2.myclass_10 { styles: here; } nope! so you will only affect leve...
by swisscheese
Mon 7. Apr 2008, 21:26
Forum: phpwcms Discussion
Topic: body IDs and classes
Replies: 20
Views: 12159

Re: body IDs and classes

Hi claus Put this code in a frontend_render script: if(count($LEVEL_ID)) { foreach($LEVEL_ID as $val) $bodyclass .= $template_default['body']['class'].$val.' '; $content['all'] = '<div class="'.$bodyclass.'">'."\n".$content['all']."\n</div>\n"; } Set the conf values: $t...
by swisscheese
Sat 2. Feb 2008, 17:51
Forum: phpwcms Support Deutsch
Topic: Bilder <div>; Template anpassen
Replies: 2
Views: 629

Re: Bilder <div>; Template anpassen

Hallo Burkhard Du müsstest dafür sorgen, dass alle Bilder in einem div-Block mit float:left stehen, dann kann der Text rechts daneben fliessen. etwa so: <!--IMAGES_HEADER_START//--> <br style="clear:both" /> [TITLE]<h1>{TITLE}</h1>[/TITLE] [SUBTITLE]<h2>{SUBTITLE}</h2>[/SUBTITLE] <div clas...
by swisscheese
Fri 1. Feb 2008, 07:40
Forum: General Discussion
Topic: brauche adobe suite
Replies: 5
Views: 1548

Re: brauche adobe suite

Hallo Claus Adobe bietet doch so viel ich weiss die Mehrfachlizenzen bereits ab 2 Lizenzen an. Du kaufst eine Installer-DVD mit zwei Lizenzen und installierst 5 mal. Die Seriennummer ist dabei die selbe für alle Installationen. Es können dann einfach maximum zwei Leute gleichzeitig arbeiten. Meines ...
by swisscheese
Mon 14. Jan 2008, 19:08
Forum: phpwcms Installationsprobleme Deutsch
Topic: Probleme mit Serverumzug
Replies: 15
Views: 4663

Re: Probleme mit Serverumzug

Default wäre $phpwcms['DOC_ROOT'] = $_SERVER['DOCUMENT_ROOT']; Dies wird dann aufgelöst auf das absolute Stammverzeichnis deines Webservers (bzw. das Stammverzeichnis deiner Domäne), also z.B. /srv/www/users/blabla.de/ . Falls die Domäne (noch) nicht auf diesen Webserver geroutet ist, müsstest du de...
by swisscheese
Mon 14. Jan 2008, 15:58
Forum: phpwcms Installationsprobleme Deutsch
Topic: Probleme mit Serverumzug
Replies: 15
Views: 4663

Re: Probleme mit Serverumzug

Du musst das setup nicht erneut ausführen, sondern in der /config/phpwcms/conf.inc.php die Angaben zum neuen Server ändern: db_host, db_user, db_pass, db_table sowie site und DOC_ROOT

Gruss, swisscheese
by swisscheese
Thu 15. Nov 2007, 09:03
Forum: phpwcms Support English
Topic: adding a body ID as css hook
Replies: 21
Views: 8035

Thanks Oliver. I made a frontend_render script: if(count($LEVEL_ID)) { foreach($LEVEL_ID as $val) $bodyclass .= $template_default['body']['class'].$val.' '; $content['all'] = '<div class="'.$bodyclass.'">'."\n".$content['all']."\n</div>\n"; } Altough: this will ad anoth...
by swisscheese
Wed 14. Nov 2007, 21:41
Forum: phpwcms Support English
Topic: adding a body ID as css hook
Replies: 21
Views: 8035

Did a bit of researches and finaly would propose a little change of code. For sure OG will kill me or implement this in a future release :wink: (I hope the latter... 8) ). EDIT: Don't do it, there is a solution without fiddling in the core code. see post below So here's how to go: in /include/inc_fr...
by swisscheese
Tue 13. Nov 2007, 21:16
Forum: phpwcms Support Deutsch
Topic: Erster Artikel auf Seite andere Darstellung?
Replies: 14
Views: 2453

vielleicht so: Erstelle in der Seitenstruktur eine Ebene "News" und verstecke sie (Haken bei Frontend Menüstatus "versteckt"). Bringe Deine News-Artikel dort unter. Erstell nun deinen "Sticky-Artikel" an gewünschter Stelle mit sovielen CPs wie du willst. Zu unterst erst...
by swisscheese
Wed 7. Nov 2007, 09:18
Forum: phpwcms Support English
Topic: SOLVED - Mail Form - 'from email' to be 'form: mail' - how
Replies: 4
Views: 1338

Perdy

It is important, that the field, in which the user types its e-mail adress is of type "email". If it is of type "text (single-line)", you can't select it as a "from-email"-option.

have fun
swisscheese
by swisscheese
Tue 6. Nov 2007, 13:54
Forum: phpwcms Support English
Topic: No validation if using "makeEmailSpamSave"
Replies: 0
Views: 877

No validation if using "makeEmailSpamSave"

Hi all I'm using the frontend render script "makeEmailSpamSave.php" and just realised, that the page not validates anymore. In the code, there are two quotation marks (") at the end of the title tag: <a href="#" onclick="mailtoLink('nobody','domain.ch');return false;&qu...
by swisscheese
Thu 25. Oct 2007, 15:02
Forum: phpwcms Support Deutsch
Topic: Ein-/Ausblenden von Artikelcontent mit Mouseover?
Replies: 3
Views: 1174

Danke Harald für Deine Überlegungen. An das visible/hide-Prinzip habe ich auch schon gedacht. Dies würde jedoch folgendes bedeuten: Im Main-Block wären die Titel der sgen wir mal 20 Artikel aufgelistet (das ist ja kein Problem, wenn ich die Anzahl an Top-Artikel auf 0 setze). In der rechten Spalte m...
by swisscheese
Wed 17. Oct 2007, 16:24
Forum: (unofficial) tutorials & documentation
Topic: Password for http://www.phpwcms-docu.de/
Replies: 12
Views: 5802

Es liegt an der Signatur von Pappnase!
Der will auf ein Bildchen auf http://www.phpwcms-docu.de zugreifen, das Passwortgeschützt ist.

Pappnase wird das sicher gleich ändern :D

Gruss swisscheese
by swisscheese
Wed 17. Oct 2007, 16:19
Forum: phpwcms Support Deutsch
Topic: Ein-/Ausblenden von Artikelcontent mit Mouseover?
Replies: 3
Views: 1174

Ein-/Ausblenden von Artikelcontent mit Mouseover?

Liebe Wissende Für ein Projekt ist eine (vertikale) Produkteliste gefragt. Wenn man mit der Maus über die einzelnen Zeilen fährt, soll rechts davon ein ganzer Block mit Bildchen und näherer Beschreibung eingeblendet werden, beim rausfahren natürlich wieder verschwinden. Hat da jemand einen Lösungsan...
by swisscheese
Thu 27. Sep 2007, 15:33
Forum: phpwcms Installationsprobleme Deutsch
Topic: Bilder verlinken
Replies: 15
Views: 5528

kleines Detail: _blanc sollte natürlich _blank heissen, sonst wirds wohl nicht klappen mit dem neuen Fenster...
Gruss, swisscheese