Search found 49 matches

by andershz
Thu Jul 28, 2011 7:40 pm
Forum: Modules/Add-Ons
Topic: [SOLVED]FEU and Uploads Module
Replies: 10
Views: 4516

Re: FEU and Uploads Module

What exactly is it that doesn't work? I installed a brand new test site with CMS Made Simple 1.9.4.2 "Faanui" CGExtensions 1.26.3 SelfRegistration 1.6.10 FrontEndUsers 1.12.16 Uploads 1.12 CustomContent 1.7.3 I had some problem with SelfRegistration even before I installed any of my own co...
by andershz
Wed Jul 27, 2011 7:07 pm
Forum: Modules/Add-Ons
Topic: [SOLVED]FEU and Uploads Module
Replies: 10
Views: 4516

Re: FEU and Uploads Module

It wouldn't prompt for a login, unless you put code to do that in the {else} clause.

As for creating the Uploads Category not working, the code is quite old, so things might have changed since I tried it the last time.
What versions of CMSMS, Uploads, FEusers, SelfReg are you using?
by andershz
Wed Jul 27, 2011 11:23 am
Forum: Modules/Add-Ons
Topic: [SOLVED]FEU and Uploads Module
Replies: 10
Views: 4516

Re: FEU and Uploads Module

You mean something like this?

Code: Select all

{if $ccuser->loggedin()}
  {Uploads mode=upload category=$customcontent_loginname}
{else}
  <h1>Login</h1>
{/if}
You need the CustomContent module for this to work.
by andershz
Tue Jul 26, 2011 12:41 pm
Forum: Modules/Add-Ons
Topic: [SOLVED]FEU and Uploads Module
Replies: 10
Views: 4516

Re: FEU and Uploads Module

I did start on something similar, but abandoned it due to lack of time. It was to automatically create a gallery in the Gallery module for each new user and link that to an uploads category for each user. I think jos showed in another post some API-like functions to create user galleries, but this w...
by andershz
Fri Feb 04, 2011 5:18 pm
Forum: Modules/Add-Ons
Topic: FEU redirect to page based on email address of user
Replies: 9
Views: 4566

Re: FEU redirect to page based on email address of user

Have you turned off caching for the page?
by andershz
Tue Jan 25, 2011 8:38 pm
Forum: Swedish - Svenska
Topic: Ny användare av CMS Made Simple - ett par frågor
Replies: 6
Views: 8155

Re: Ny användare av CMS Made Simple - ett par frågor

Vad ska det stå vid den lilla rutan "Show Slideshow in Header"? Det är bara ett streck där nu ( - ). Jag har inte använt QuattroSimple, men jag har kikat lite på BizBuzz2 från samma person. Där är det så att - betyder nej och + betyder ja. Dvs gissningsvis skriver du dit ett + om du vill ...
by andershz
Sun Dec 26, 2010 6:57 pm
Forum: Modules/Add-Ons
Topic: Small module: books archive manager
Replies: 1
Views: 634

Re: Small module: books archive manager

http://wiki.cmsmadesimple.org/index.php/User_Handbook/Developers_Guide/Creating_Modules might be a starting point.
The Catalogue-like module maker can do some of the stuff you want.
by andershz
Mon Dec 13, 2010 10:59 pm
Forum: Modules/Add-Ons
Topic: Uploads / FEU / Smarty - One Dynamic Page
Replies: 2
Views: 2986

Re: Uploads / FEU / Smarty - One Dynamic Page

I'm not sure I understand exactly what you want to achieve, but maybe this can be useful. I previously made an UDT called feu_upload_cats which returns the list of FEU uploads categories a FEU user has access to. A slightly modified version looks like this: # UDT to return the list of FEU uploads ca...
by andershz
Tue Dec 07, 2010 7:36 pm
Forum: CMSMS Core
Topic: Exclude one news category
Replies: 5
Views: 2917

Re: Exclude one news category

Another way of doing it: 1. Go to Content->News->Browse Category Templates Create a new template, (I called it Test),  with the following content: {if $count > 0} {foreach from=$cats item=node} {$node.news_category_name}, {/foreach} {/if} 2. Go to Extensions->User Defined Tags Create a new UDT, (cal...
by andershz
Fri Dec 03, 2010 8:20 pm
Forum: Swedish - Svenska
Topic: Uploads
Replies: 2
Views: 5253

Uploads

Jag tänkte ta en titt på översättningen i modulen Uploads, men det gick inte så bra: Warning: include(http://www.calguy1000.com/svn_lang/uploads_en_US.php) [function.include]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /var/www/cmsmadesimple.org/translations/trans.php on l...
by andershz
Fri Dec 03, 2010 10:54 am
Forum: Layout and Design (CSS & HTML)
Topic: [Solved] First DIV a bit higher up
Replies: 5
Views: 1956

Re: First DIV a bit higher up

I put it in PSPad editor to see if you were missing any closed divs etc., turns out you are missing " in your links... Error: missing quote mark for attribute value Send this file Should be... Send this file Sorry, the missing quote was just a copy-paste error when I copied the page source int...
by andershz
Fri Dec 03, 2010 9:02 am
Forum: Layout and Design (CSS & HTML)
Topic: [Solved] First DIV a bit higher up
Replies: 5
Views: 1956

[Solved] First DIV a bit higher up

      Why is this only around the first item in the row? Because there was an error in the uploads summary template... Calguy's of course, not mine  ;) Thanks for spotting this. I have modified the template a bit, now the whole row is at the same level. The missing quote was just a copy-paste error...
by andershz
Thu Dec 02, 2010 10:13 pm
Forum: Layout and Design (CSS & HTML)
Topic: [Solved] First DIV a bit higher up
Replies: 5
Views: 1956

[Solved] First DIV a bit higher up

The attached screen shot is from the summary view in Uploads 1.11.5 using the default summary template. For some reason the first entry sits a little bit higher up than the rest. Any idea why? The HTML looks the same for all of them as far as I can see.            <div class="main-main util-cle...
by andershz
Wed Dec 01, 2010 3:34 pm
Forum: Modules/Add-Ons
Topic: A new photo album manager : Gallery
Replies: 320
Views: 113089

Re: A new photo album manager : Gallery

Just like in feature request #4058 "feu uploads" I would like the possibility to allow front end users to upload images to the gallery with fields for title and comment. There are some subtle hints that this might have been covered at Geekmoot 2010. Is this presentation available anywhere,...

Go to advanced search