Also ich sehe keinen hellgrünen Navigationstext.
Bei mir sieht es so aus:
http://www.cwe24.com/c-stoph.jpg
Angeschaut im IE + NS
Christoph
Search found 159 matches
- Tue 13. Dec 2005, 17:19
- Forum: phpwcms Support English
- Topic: Problem: Farbe des Navigationstext lässt sich nicht ändern
- Replies: 8
- Views: 2450
- Tue 13. Dec 2005, 17:05
- Forum: phpwcms Support English
- Topic: Problem: Farbe des Navigationstext lässt sich nicht ändern
- Replies: 8
- Views: 2450
- Tue 13. Dec 2005, 16:59
- Forum: phpwcms Support English
- Topic: Problem: Farbe des Navigationstext lässt sich nicht ändern
- Replies: 8
- Views: 2450
- Tue 13. Dec 2005, 16:39
- Forum: phpwcms Support English
- Topic: Bild in Kopfzeile abhängig vom Artikel
- Replies: 26
- Views: 7286
Hallo Heiko, vielleicht hilft das hier: [PHP] $id = $GLOBALS['content']['cat_id']; $parent_id=$GLOBALS['content']['struct'][$id]['acat_struct']; While ($parent_id<>0){ $id=$parent_id; $parent_id=$GLOBALS['content']['struct'][$id]['acat_struct']; } switch($id) { // Für Ebene 0 case 0: $links = "bild0" ...
- Sun 4. Dec 2005, 14:01
- Forum: phpwcms Support English
- Topic: Titelbilder mit PHP einbinden
- Replies: 10
- Views: 3082
- Sun 4. Dec 2005, 13:14
- Forum: phpwcms Support English
- Topic: Titelbilder mit PHP einbinden
- Replies: 10
- Views: 3082
Hallo Lümmel,
versuch das mal:
Gruß
Christoph
versuch das mal:
Code: Select all
<!-- Header-BILD -->
<td width="610" bgcolor="#999999">
[PHP]$_SESSION['titelbild']= "Ein Test";[/PHP]
[PHP]echo $_SESSION['titelbild'] [/PHP]
</td>
</tr>
Christoph
- Sun 4. Dec 2005, 09:46
- Forum: phpwcms Support English
- Topic: Titelbilder mit PHP einbinden
- Replies: 10
- Views: 3082
Hallo Lümmel, das hier ist schon korrekt: <!-- Header-BILD --> <td width="610" bgcolor="#999999"> [PHP]$titelbild = "/am-odd/picture/header_uhr.jpg";[/PHP] <img src="[PHP] echo $titelbild [/PHP]" width="610" height="140" alt="Titelbild" /> Aber was heißt: funktioniert nicht? Irgendetwas muß doch pa ...
- Wed 30. Nov 2005, 19:02
- Forum: phpwcms Support English
- Topic: email Kontaktformular
- Replies: 2
- Views: 1595
- Thu 24. Nov 2005, 14:44
- Forum: phpwcms Support English
- Topic: edit-link für jeden artikel
- Replies: 9
- Views: 3650
Hallo sicko, eine schöne Idee, gefällt mir. Damit der EDIT Link nur dann sichtbar wird, wenn die ID einen Wert hat und der "webmaster" eingeloggt ist, habe ich das noch versucht. Müsste gehen: [PHP] if (html_specialchars($_SESSION['wcs_user'])=="webmaster"){ $id = $GLOBALS['row']['article_id']; if (i ...
- Wed 23. Nov 2005, 16:12
- Forum: phpwcms Support English
- Topic: edit-link für jeden artikel
- Replies: 9
- Views: 3650
Hi,
vielleicht so etwas:
Christoph
vielleicht so etwas:
Code: Select all
<a href="phpwcms.php?do=articles&p=2&s=1&aktion=1&id=[PHP] echo $GLOBALS['row']['article_id'][/PHP]">edit</a>
- Fri 18. Nov 2005, 19:12
- Forum: phpwcms Support English
- Topic: How to completely hide menu-item in site structure?
- Replies: 10
- Views: 3192
- Fri 11. Nov 2005, 17:16
- Forum: General Discussion
- Topic: poll/ vote script - easy to setup, external, store in txt
- Replies: 7
- Views: 2860
- Thu 10. Nov 2005, 14:35
- Forum: phpwcms Support English
- Topic: News whitout a date on begining
- Replies: 6
- Views: 1807
Hi,
you have to edit this file:
config\phpwcms\conf.template_default.inc.php
There you can switch off date and manipulate the look of {NEW:X}
Christoph
you have to edit this file:
config\phpwcms\conf.template_default.inc.php
Code: Select all
$template_default["news"]["date_format"] = "Y/m/d"; //if empty -> no Date
Christoph
- Tue 8. Nov 2005, 18:05
- Forum: hacks & enhancements Support
- Topic: Calendar Mod v2.01 ionrock - v3 by volkman
- Replies: 87
- Views: 105092
Yes. The calendar works perfect in the frontend. But the edit links
aren't visible in the backend.
Here is a screenshot.
http://www.cwe24.com/cal-1.jpg
Christoph[/img]
aren't visible in the backend.
Here is a screenshot.
http://www.cwe24.com/cal-1.jpg
Christoph[/img]
- Tue 8. Nov 2005, 17:36
- Forum: hacks & enhancements Support
- Topic: Calendar Mod v2.01 ionrock - v3 by volkman
- Replies: 87
- Views: 105092