Search found 2995 matches
- Thu 16. Nov 2006, 18:12
- Forum: phpwcms Support English
- Topic: phpwcms_bad_behavior
- Replies: 8
- Views: 1354
Bad Behavior log
Hi Marcus, danke für die schnelle Antwort. Ich erinnere mich, die Quelle hab ich schon mal besucht... Nur, so richtige Infos bieten die dort auch nicht ;-(( Also was, wieso, und was wenn, dann, was zu tun usw. Eine Antwort habe ich allerdings doch gefunden To view the Bad Behavior log, you will need...
- Thu 16. Nov 2006, 16:53
- Forum: hacks & enhancements
- Topic: ExData Module v2.8.0 - Tables, Lists and more…
- Replies: 472
- Views: 186848
phpwcms.php?do=modules&p=91
91 is the EXDATA Module number as defined in 'phpwcms.php' around line 420: case 91: // ExData Mod ... This is to call the ExData Module. @all to avoid errors with version check in "main.inc.php", it is possible to strip of the check routines and to use main.inc.php as follows: <?php // ExData Modul...
- Thu 16. Nov 2006, 16:35
- Forum: phpwcms Support English
- Topic: phpwcms_bad_behavior
- Replies: 8
- Views: 1354
Tabelle entfernen
Hi, die Tabelle zu entfernen, ist eher nicht ratsam, da sie ja in Gebrauch ist. Gelegentlich löschen über phpMyAdmin. btw. @Marcus Was hat es denn generell mit bad behavior auf sich? Bedeutet das, um Spamversuche zu erkennen, muss man direkt den Inhalt der Tabelle durchstöbern??? Oder gibts dazu irg...
- Thu 16. Nov 2006, 16:13
- Forum: hacks & enhancements
- Topic: {TEASER_EX} Replacement tag v1.90 - 10.1.2007
- Replies: 398
- Views: 136325
TEASER_EX don't work with PHP Version 5.1.5 ....
Hi folks, TEASER_EX seems not to work with: PHP Version 5.1.5 MySQL Version: 4.1.15-Debian_0.dotdeb.1-log ERROR is: Notice: Use of undefined constant BTN_First0 - assumed 'BTN_First0' in /is/htdocs/wp1077733_NQEPXXXXXX/www/phpwcms_template/inc_script/frontend_render/reptag_teaser_ex.php on line 129 ...
- Mon 13. Nov 2006, 19:51
- Forum: hacks & enhancements
- Topic: ExData Module v2.8.0 - Tables, Lists and more…
- Replies: 472
- Views: 186848
Clean Install v2.61 for 1.2.8 --> not valid MySQL
Hi Folks, @Breitsch: great mod! Thanks. Works (on test server), but when run (install) first time in Admin/Modules (client servers) ....phpwcms.php?do=modules the following ERROR WARNING is shown: Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /is/htdocs/wp10XXX...
- Thu 19. Oct 2006, 22:55
- Forum: phpwcms Support English
- Topic: V1.27-1.29 -> NAV_LIST_UL [Update4]
- Replies: 49
- Views: 29561
Congratulations! :) If you allow I will implement this by default as new mode: {NAV_LIST_UL: FLIP-FLOP_F } {NAV_LIST_UL: FLIP-FLOP_ALL } Oliver Thanks Oliver, but it isn´t necessary to call it flip-flop. My idea: :idea: {NAV_LIST_UL: SIMPLE-V_F } {NAV_LIST_UL: SIMPLE-V_ALL } And the horizontal: {NA...
- Thu 19. Oct 2006, 16:58
- Forum: phpwcms Support English
- Topic: NAV_LIST_UL --> Nur Chaos und lauter Fragen
- Replies: 5
- Views: 1157
Ich glaub ich hab's!!!
@DF6IH Hab Deinen Vorschlag nun auch probiert. Ist ebenfalls nicht ganz das, was ich suchte. Aber zu wissen, wie man oberhalb die aktuelle "LI" reinschreibt, ist womöglich auch ein guter Tipp, den ich später gebrauchen kann. @all Den aktuellen Strukturzweig erhält man wie folgt: [PHP] if(isset($GLOB...
- Thu 19. Oct 2006, 15:29
- Forum: phpwcms Support English
- Topic: NAV_LIST_UL --> Nur Chaos und lauter Fragen
- Replies: 5
- Views: 1157
@Jensensen Das scheint ein Fehler in der Programmierung zu sein. Das Menü reagiert in dieser Form so wie ein levelbasiertes script. Das sollte funktionieren: <div class="subnavmenu">{NAV_LIST_UL:F,ID,,,active}</div> http://www.phpwcms.de/forum/viewtopic.php?t=12716 Gruß Knut Hi Knut, erst einmal Da...
- Tue 17. Oct 2006, 23:22
- Forum: phpwcms Support English
- Topic: NAV_LIST_UL --> Nur Chaos und lauter Fragen
- Replies: 5
- Views: 1157
NAV_LIST_UL --> Nur Chaos und lauter Fragen
(sorry, only in german) Vorab: Dank an flip-flop, der hier mal ein bisserl Klarheit reinbringt, welche Navigations-RT existieren und wie diese funktionieren. Nun zum Problem/Feststellung: Ich habe ein Sub-Menü auf meinen Seiten eingebaut mit NAV_LIST_UL. So, wie hier mehrfach beschrieben, mit folgen...
- Tue 17. Oct 2006, 21:33
- Forum: phpwcms Bug Reports
- Topic: closing tag '</p>' missing in new article listing
- Replies: 1
- Views: 9350
closing tag '</p>' missing in new article listing
Version: 1.2.8 (clean install) code in: conf.template_default.inc.php $template_default["news"]["link_after"] = '</p>'; RESULTS in HTML as: <div class="news"> <p><a href="index.php?id=8,23,0,0,1,0"><span class="datelink">15.10.2006 - </span>News 3</a> <p><a href="index.php?id=8,22,0,0,1,0"><span cla...