Search found 26 matches

by micfritschi
Mon May 16, 2011 1:25 pm
Forum: Module und Tags
Topic: Fragen zum Gallery-Modul (Gallery - Image)
Replies: 2
Views: 3455

Fragen zum Gallery-Modul (Gallery - Image)

Hallo, nachdem ich mit dem Album-Modul gut zurecht komme, es aber nicht mehr weiterentwickelt wird, möchte ich zu Gallery wechseln. Ich habe den Code und die Templates studiert und folgende Fragen: Wie erhalte ich die Anzahl Bilder einer Galerie in der Übersicht ($imagecount ist 0)? foreach from=$im...
by micfritschi
Wed May 04, 2011 7:35 am
Forum: Modules/Add-Ons
Topic: Question to Album - accessing entities
Replies: 6
Views: 1868

Re: Question to Album - accessing entities

ok, just thought that it was mentionned in the module description. Finally got a solution (at least a half-one): in class.Album.php, function GetAlbums I added: $album->pictures = $this->GetPictures($row['album_id']); In the separate_thumbnails template it goes like this: <td style="border:none...
by micfritschi
Mon May 02, 2011 6:37 pm
Forum: Modules/Add-Ons
Topic: Question to Album - accessing entities
Replies: 6
Views: 1868

Re: Question to Album - accessing entities

thank you, that's great! the only thing is, when clicking on a thumbnail, I still have the overview of the non-selected album (because the template is called twice). I tried to specify an other page with the param detailpage='showalbum' but without any success - nothing will be shown there. Do I spe...
by micfritschi
Mon May 02, 2011 7:24 am
Forum: Modules/Add-Ons
Topic: Question to Album - accessing entities
Replies: 6
Views: 1868

Re: Question to Album - accessing entities

no, that isn't what I'm looking for (this already works fine). In an overview, I'd like to show the thumbnails of all images per album: album 1: thumb 1 - thumb 2 - thumb 3 album 2: thumb 1 - thumb 2 - thumb 3 - thumb 4 album 3: thumb 1 - thumb 2 etc... I thought that in the album-loop the cms 'know...
by micfritschi
Sat Apr 30, 2011 1:53 pm
Forum: Modules/Add-Ons
Topic: Question to Album - accessing entities
Replies: 6
Views: 1868

Question to Album - accessing entities

Hello, I know, the Album-Modul isn't supported anymore. My question is more about how to access entities (?) in the templates. Example: I'd like to show all thumbnails from all album-galleries, so I tried something like this (with the separate_thumbnails-template): {if !$album} {if $returnlink}<br /...
by micfritschi
Tue Jun 10, 2008 4:36 pm
Forum: Modules/Add-Ons
Topic: frontenduser details after login with customcontent
Replies: 1
Views: 1080

frontenduser details after login with customcontent

hy all

is it possible to display user-information after login with fe-user and customcontent? i'd like to get a personal welcome messaeg and not only the login-name.

thank you for any help,
mic
by micfritschi
Mon Jul 09, 2007 12:32 pm
Forum: Modules/Add-Ons
Topic: FrontendUsers returnpage after changesettings
Replies: 0
Views: 1216

FrontendUsers returnpage after changesettings

Hy there

After the user changes his settings in the FrontendUser Module, CMSMS jumps to the home-page. Is there a possibility to tell the system, where to jump after saving the changes?

Kind regards
mic
by micfritschi
Tue May 15, 2007 9:11 am
Forum: Modules/Add-Ons
Topic: Selfregistration not showing after Update
Replies: 7
Views: 3459

Re: Selfregistration not showing after Update

sorry, shure it's a permission. It is also st to true. But still, the page for registration is not showing: http://www.kauffrau-kaufmann.ch/index.php?page=registrieren Here you can see that the output breaks before the whole page is sent. sorry for 'complaining', I just dont have an idea how to fix ...
by micfritschi
Tue May 08, 2007 4:35 pm
Forum: Modules/Add-Ons
Topic: Enter email address to download file
Replies: 7
Views: 4149

Re: Enter email address to download file

i had a similar job to do. My idea is to set up the FrontendUser with Selfregistration-module and CustomContent. Perhaps an overkill, but in my case, where i had multiple files for download on one page it would the job. Would, because I run into problems with the modules - perhaps a mixup on my sett...
by micfritschi
Tue May 08, 2007 7:12 am
Forum: Modules/Add-Ons
Topic: Selfregistration not showing after Update
Replies: 7
Views: 3459

Re: Selfregistration not showing after Update

After installing the SelfRegistration-Module, the message to set the porperty 'Modify SelfRegistration Settings' shows up. But in my property-listing, there is not such a setting.
by micfritschi
Tue May 08, 2007 6:36 am
Forum: Modules/Add-Ons
Topic: Selfregistration not showing after Update
Replies: 7
Views: 3459

Re: Selfregistration not showing after Update

Now, I uninstalled and deleted all the modules. Then re-installed, re-created the users. And still, the registrationform is not showing up.... Is there a problem with quotes (double-, single- or no quotes)? FrontendUsers: 1.2.0 SelfRegistration: 1.1.1 CustomContent: 1.4.6 Code for registration: {cms...
by micfritschi
Tue May 08, 2007 5:52 am
Forum: Modules/Add-Ons
Topic: Selfregistration not showing after Update
Replies: 7
Views: 3459

Re: Selfregistration not showing after Update

No, everything seems to be fine! I also checked, if the correct versions were installed (in the module-help page).

I found an old version on my notebook, loaded on the server, lost all the registered users - and it works only sometimes... No idea, why.
by micfritschi
Mon May 07, 2007 6:02 pm
Forum: Modules/Add-Ons
Topic: Selfregistration not showing after Update
Replies: 7
Views: 3459

Selfregistration not showing after Update

Hello I just updated to FrontendUsers 1.2.0 and SelfRegistration 1.1.1 (using CMSMS 1.0.4). Now, the Selfregistration-Form is not showing anymore  :( - before the update there was no problem. Is there any thing i didnt get or do i have to go back to older versions (and if so, where can i get them)? ...
by micfritschi
Tue Mar 20, 2007 8:46 am
Forum: Modules/Add-Ons
Topic: Frontend Users: Not editable after Filter
Replies: 1
Views: 1301

Frontend Users: Not editable after Filter

Hy there I'm using the Frontend Users 1.1.2. When I'm using the filter-field Property to search for a user and then click to edit, the user-data is not sent to the following edit-form. Doing the same with the user-name, it works fine. Is this a bug or am I missing something? Thanks and regards, Mich...
by micfritschi
Wed Mar 07, 2007 8:53 am
Forum: Module und Tags
Topic: Frontenduser Listing: Paging
Replies: 2
Views: 1726

Re: Frontenduser Listing: Paging

Scheint wohl kein Bedürfnis zusein, das Paging... Ich habe jetzt was selber gestrickt. Ist wohl nicht ganz nach den Programmier-Standards. Sollte jemand daran interessiert sein (oder das KnowHow zur Modul-Erweiterung haben), bitte melden.

Go to advanced search