Search found 18 matches

by ChH
Mon Feb 15, 2010 2:15 pm
Forum: Layout und Design
Topic: Buttons verändern
Replies: 11
Views: 4425

Re: Buttons verändern

Ich glaub ich bin zu verwöhnt von Typo 3 oder wBB: Templates gehören meiner Meinung nach zu den Templates, nicht zu den Modulen... kein Wunder, dass ich das nicht gefunden habe. Bei dem Prefilter bin ich mir nicht so ganz sicher, ob das auch wirklich alle Buttons erschlägt: Es scheint einige Module ...
by ChH
Sat Feb 13, 2010 9:15 pm
Forum: Modules/Add-Ons
Topic: Custom Content in Forum Made Simple Problem
Replies: 4
Views: 2367

Re: Custom Content in Forum Made Simple Problem

Solved. I used this UDT: http://wiki.cmsmadesimple.org/index.php/Share_your_tags_here#Display_user_properties_of_Frontend_Users_module but applied one slight change to the code:   if ($params['method'] == "assign") {       $gCms->smarty->assign($property, $result);   } becomes   if ($param...
by ChH
Sat Feb 13, 2010 6:16 pm
Forum: Modules/Add-Ons
Topic: Custom Content in Forum Made Simple Problem
Replies: 4
Views: 2367

Re: Custom Content in Forum Made Simple Problem

I have come this far: {$feu_smarty->get_user_properties($uid,'userprops')}{$userprops|print_r} Does anyone know how to get the uid from forum? OR from the login? I guess I need to explain this a little more: $entry->poster can return various values: Any of the props or the login name. BUT it can onl...
by ChH
Fri Feb 12, 2010 8:13 am
Forum: Layout und Design
Topic: Buttons verändern
Replies: 11
Views: 4425

Re: Buttons verändern

Versucht schon, da aber über das ACP unter Templates kein Such-Template zu finden ist, ist dieser Versuch mangels Durchführbarkeit gescheitert. Außerdem geht es ja um ALLE Buttons, das mit der Suche ist ja nur ein Beispiel. FEU z.B. hat ebenfalls unerreichbare Buttons. Das Forum hat dafür keine, sol...
by ChH
Thu Feb 11, 2010 11:35 am
Forum: Layout und Design
Topic: Buttons verändern
Replies: 11
Views: 4425

Re: Buttons verändern

Über Selektoren hatte ich auch schon nachgedacht, aber solang sich der IE nicht an W3C hält, brauchts wohl ne andere Lösung.

Weiß jemand, wie das auf cmsmadesimple.org gemacht wurde? Da ist der Search-Button ja eine Grafik, und nicht wie normalerweise ein Button...
by ChH
Thu Feb 11, 2010 9:59 am
Forum: Layout und Design
Topic: Buttons verändern
Replies: 11
Views: 4425

Buttons verändern

Mahlzeit zusammen, ich sitz gerade darüber, sämtliche Buttons in einer meiner CMSms-Installation zu verändern. Bisher bin ich relativ zufrieden mit dem Ergebnis: hr, input, select, textarea {         border-color: #e7ab0b;         border-style: solid; } Das tut ja schon einiges. Jetzt hab ich nur no...
by ChH
Thu Dec 10, 2009 3:29 pm
Forum: CMSMS Core
Topic: [SOLVED] File upload ceased to work
Replies: 17
Views: 5527

Re: File upload ceased to work

Problem solved. I have no idea how, but upload does work again... Thanks for your help, alltogether - especially Rolf...

Chris
by ChH
Tue Dec 08, 2009 8:52 am
Forum: CMSMS Core
Topic: After folder rename ...Can't login
Replies: 6
Views: 2186

Re: After folder rename ...Can't login

It's not about the password, but about the fuctionality of everything, that is inside the admin folder.

Try reuploading the base package, but without the /install dir. I think, your action has just messed with one file or another...
by ChH
Tue Dec 08, 2009 8:47 am
Forum: CMSMS Core
Topic: [SOLVED] File upload ceased to work
Replies: 17
Views: 5527

Re: File upload ceased to work

I'll sure do... and thanks for your help, Rolf - I'm really really lost here...
---
Okay.... result: register_globals is switched off.
PHP_Errorlog didn't show any errors.
I managed to upload and delete my avatar, but other than that, still no file worked.

This one beats me...
by ChH
Mon Dec 07, 2009 9:22 pm
Forum: CMSMS Core
Topic: [SOLVED] File upload ceased to work
Replies: 17
Views: 5527

Re: File upload ceased to work

I know. It doesn't. Not any. But then again, the files numbers are not increasing regular - which made me ask about this, and the answer made even less sence: with some files it worked, and with others it didn't. Most confusing: The upload is reproducable for the files it worked with, and the upload...
by ChH
Mon Dec 07, 2009 8:48 pm
Forum: CMSMS Core
Topic: [SOLVED] File upload ceased to work
Replies: 17
Views: 5527

Re: File upload ceased to work

Actually, this happened before the update from 1.5.2... I had hoped to solve the problem with that update. I could roll back to before the update, as I always do backups before I change the system, but I don't believe this could fix anything...

But still, I'm reupping the files right now...
by ChH
Mon Dec 07, 2009 7:39 pm
Forum: CMSMS Core
Topic: [SOLVED] File upload ceased to work
Replies: 17
Views: 5527

Re: File upload ceased to work

Hi Rolf, to 1: uploading and deleting via FTP works - no problem here. to 2: also works, as far as I figured. to 3: only Error(0) - debug log that came after a failed upload is in my first post. to 4: not directly, but I can ask the admin to grep out output from my account. all settings in the worki...
by ChH
Mon Dec 07, 2009 3:49 pm
Forum: CMSMS Core
Topic: [SOLVED] File upload ceased to work
Replies: 17
Views: 5527

Re: File upload ceased to work

sure...
by ChH
Mon Dec 07, 2009 2:13 pm
Forum: CMSMS Core
Topic: [SOLVED] File upload ceased to work
Replies: 17
Views: 5527

Re: File upload ceased to work

Umask was originally set to 022 (I think I'm gonna set it back), in both, 022 and 000 file uploads don't work, and in both cases no "usable" error message but "Die Datei konnte nicht hochgeladen werden. Berechtigungsprobleme?" (dunno the exact english text, the german one means &...
by ChH
Mon Dec 07, 2009 8:37 am
Forum: CMSMS Core
Topic: [SOLVED] File upload ceased to work
Replies: 17
Views: 5527

Re: File upload ceased to work

Of course, I already checked the file and folder own, grp and mod settings and measured 'em correct. They're 777, which I don't like at all. Funny thing is: It worked before, set 755. Seems as if Apache runs with some strange "i am the user whose file I am working on"-modification... And ...

Go to advanced search