Search found 815 matches

by marcus@localhorst
Wed 2. Feb 2011, 16:04
Forum: (unofficial) tutorials & documentation
Topic: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386
Replies: 57
Views: 57286

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

[PHP] $GLOBALS['block']['custom_htmlhead']['jqueryui'] = getJavaScriptSourceLink('https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js'); initJSPlugin('featured_slider'); [/PHP] es muss erst jqueryui geladen werden, dann das script was die bibliothek verwendet. und ändere mal [md5(...
by marcus@localhorst
Mon 31. Jan 2011, 10:44
Forum: (unofficial) tutorials & documentation
Topic: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386
Replies: 57
Views: 57286

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

das teil funktioniert doch wie gewünscht? es macht genau das auf deiner seite wie ich es vorgesehen habe. das jquery rubelt die statische template struktur von #featured div#fragment-1 > img.big+img.thumb.hide+div.info div#fragment-5 > img.big+img.thumb.hide+div.info nach #featured ul > li > img.thu...
by marcus@localhorst
Sun 30. Jan 2011, 16:12
Forum: (unofficial) tutorials & documentation
Topic: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386
Replies: 57
Views: 57286

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

schön wie er hier 10 leute beschäftigen kann :D
by marcus@localhorst
Sun 30. Jan 2011, 08:29
Forum: (unofficial) tutorials & documentation
Topic: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386
Replies: 57
Views: 57286

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

kukki, ist auf deiner Testseite kein Content der exemplarisch angezeigt werden kann?
http://www.procomposite-aero.de/gallery.phtml

Du kannst die style anweisungen doch auch in deine CSS datei packen und lässt den [PHP] kram aus der seite raus, wenns da probleme gibt.
by marcus@localhorst
Thu 27. Jan 2011, 14:26
Forum: (unofficial) tutorials & documentation
Topic: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386
Replies: 57
Views: 57286

Re: Content Slider mit jQuery ab phpwcms 1.4.4 rev 386

howdy,

setze

Code: Select all

$phpwcms['allow_cntPHP_rt']   = 1;
in der config, damit in den templates PHP verwendet werden kann.
by marcus@localhorst
Mon 24. Jan 2011, 11:52
Forum: phpwcms Support Deutsch
Topic: rel="canonical" ändern
Replies: 2
Views: 972

Re: rel="canonical" ändern

Hier ein quickfix für den frontend_render // canonical url if(!empty($GLOBALS['alias'])){ $canurl = ($phpwcms["rewrite_url"])?$GLOBALS['alias'].'.'.PHPWCMS_REWRITE_EXT:'index.php?'.$GLOBALS['alias']; }else{ $canurl = ($phpwcms["rewrite_url"])?setGetArticleAid($content['articles']...
by marcus@localhorst
Wed 19. Jan 2011, 12:27
Forum: phpwcms Support Deutsch
Topic: mod_rewrite Problem nach Update
Replies: 13
Views: 2634

Re: mod_rewrite Problem nach Update

Jetzt will ich google mit der Umleitung sagen, dass die index.php?alias Links aus dem Index verschwinden sollen, und alias.html indexiert werden soll. Also genau das Gegenteil weil der canonical Eintrag bewirkt hat. Das ist wirklich der Mühe nicht Wert, denn früher oder später wird google wieder de...
by marcus@localhorst
Mon 17. Jan 2011, 14:21
Forum: phpwcms Support Deutsch
Topic: mod_rewrite Problem nach Update
Replies: 13
Views: 2634

Re: mod_rewrite Problem nach Update

http://code.google.com/p/phpwcms/issues/detail?id=263
habs eingetragen.

Vielleicht kann jemand noch Erfahrungen zum Verhalten von canonical und uri parametern einbringen.
Also ob die Seiten dann noch gelistet werden oder ganz rausfallen...

@Carsten, ja ist richtig so.
by marcus@localhorst
Mon 17. Jan 2011, 08:14
Forum: phpwcms Support Deutsch
Topic: mod_rewrite Problem nach Update
Replies: 13
Views: 2634

Re: mod_rewrite Problem nach Update

Das die Seiten mit Querystring in Google auftauchen und nicht umgeschrieben zu *.phtml liegt am neuen <link rel="canonical /> im HTML Header von phpwcms. Ich denke der canonical Eintrag sollte bei aktivierten rewrite_url auch umgeschrieben werden, weil man als Webmaster seiner Seite erwartet, d...
by marcus@localhorst
Sun 2. Jan 2011, 17:30
Forum: phpwcms Support Deutsch
Topic: jquery Accordion ein phpwcms einbinden
Replies: 6
Views: 2344

Re: jquery Accordion ein phpwcms einbinden

also du initialisierst dein accordion in deinem template mit $("#accordion").accordion(); während die ID des divs <div id="accordion_{ID}">{TABS_ENTRIES}</div> ist. Somit findet jQ nicht die richtige ID #accordion_{ID} wird ja zu #accordion_1234 Machs einfach so: <div id="ac...
by marcus@localhorst
Wed 29. Dec 2010, 15:03
Forum: General Discussion
Topic: Danke Oliver
Replies: 1
Views: 2690

Re: Danke Oliver

Ja, dank auch von mir für die letzten Updates. Textile Markup für Plaintext ist eine sinnvolle Erweiterung, um Texte zu formatieren ohne den CK Editor dauernd zu laden. Habs noch nicht getestet, muss mich erstmal mit einem unbekannten System namens Joomla/VirtueMart rumschlagen. Freu mich aber schon...
by marcus@localhorst
Mon 6. Dec 2010, 16:00
Forum: sites you are proud of (made with phpwcms only)
Topic: Blog Aggregator
Replies: 3
Views: 14064

Blog Aggregator

http://dyingforbadmusic.com/blog This is a mashup experiment, using an external blogfeed for basic content and query different APIs for additional infos based on the blog post. (artist, genre tags) APIs used: Last.fm, 8Tracks, Google Blog Search JSON feeds. Some remote data is processed serverside,...
by marcus@localhorst
Mon 6. Dec 2010, 15:30
Forum: sites you are proud of (made with phpwcms only)
Topic: www.artandimages.de
Replies: 4
Views: 12983

Re: www.artandimages.de

This URL rewrite? I wrote a little programm to be able to the these "real urls" like typo 3 has. The biggest Problem is the whole url in phpwcms. Its relative, but for real urls you need absolute urls. or <base href=""/> which lead into other issues, but it's possible at all.
by marcus@localhorst
Tue 9. Nov 2010, 22:17
Forum: (unofficial) tutorials & documentation
Topic: Test your E-Mail Forms on localhost
Replies: 0
Views: 10808

Test your E-Mail Forms on localhost

If you need to test a script (or phpwcms Form CP) on your local machine (windows/xampp) with a mail() function inside, try this little app:
http://papercut.codeplex.com/

No need to edit you php.ini or anything.
Just execute this app and test your email-formular on localhost.

hope that helps
by marcus@localhorst
Sat 6. Nov 2010, 11:48
Forum: hacks & enhancements
Topic: Google Picasa Webalbum Module
Replies: 10
Views: 15281

Re: Google Picasa Webalbum Module

please send me the link to the album via pm and the content of your file in /rss ... the xml seems to be invald and not parsable by the picasa API.
I will take a look at it in the next days. cheers m.