Search found 59 matches
- Fri Sep 30, 2016 10:08 pm
- Forum: Modules/Add-Ons
- Topic: LISE and Custom Field from UDT
- Replies: 4
- Views: 1934
Re: LISE and Custom Field from UDT
Hi, looks like both answers were correct and I'm an idiot ;D :-X 1. yes, the field requires an associative array as a return value ::) 2. also the filepath was wrong: I tested the tag in the template where the relative path worked just fine. But when the UDT is called from the field definition it se...
- Fri Sep 30, 2016 12:48 pm
- Forum: Modules/Add-Ons
- Topic: LISE and Custom Field from UDT
- Replies: 4
- Views: 1934
Re: LISE and Custom Field from UDT
nope, UDT works just fine – returns this array:
Array ( [0] => folder_a [1] => folder_b [2] => folder_c [3] => folder_d ) 1
Array ( [0] => folder_a [1] => folder_b [2] => folder_c [3] => folder_d ) 1
- Thu Sep 29, 2016 10:29 pm
- Forum: Modules/Add-Ons
- Topic: LISE and Custom Field from UDT
- Replies: 4
- Views: 1934
LISE and Custom Field from UDT
Hi, I'm trying to use the "Custom Field from UDT" fielddef in LISE but I just can't get it to work. So I've got a UDT that just reads out all directories and files in a given directory: if ($fh = opendir('uploads/mydir/')) { while (false !== ($entry = readdir($fh))) { if ($entry != "....
- Fri Jan 22, 2016 8:41 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] CGSmartImage only visible to Admin
- Replies: 5
- Views: 1875
Re: CGSmartImage only visible to Admin
That did the trick, thanks a lot!!!
I would've never thought of that …
[Edit]
though I still don't understand why it worked when I was logged in
I would've never thought of that …
[Edit]
though I still don't understand why it worked when I was logged in

- Fri Jan 22, 2016 5:50 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] CGSmartImage only visible to Admin
- Replies: 5
- Views: 1875
[Solved] CGSmartImage only visible to Admin
Hi everyone, i've got a really strange problem and I cant find any solution for it. CGSmartImage doesn't show any images except when I'm logged in as admin in the same browser that views the page. As soon as I'm logged in the cache-directory fills up upon pagevisits (and the images load) When I log ...
- Fri May 23, 2014 2:32 pm
- Forum: Modules/Add-Ons
- Topic: directory only visible in filemanager
- Replies: 0
- Views: 1320
directory only visible in filemanager
Hi, I'm using CGCalendar to create and display events. Events can have multiple files attached, but the module doesn't support the creation of folders for each event (like news module does) So I've created a UDT that fires when a new event is added to create a folder named by the events id. $event_p...
- Wed Mar 05, 2014 1:07 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] ListIt2 instance affects admin panel
- Replies: 8
- Views: 3310
Re: ListIt2 instance affects admin panel
OMG ... that's so embarrassing
don't know if i should laugh or cry …
Thank you so much!!!
don't know if i should laugh or cry …
Thank you so much!!!
- Wed Mar 05, 2014 12:59 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] ListIt2 instance affects admin panel
- Replies: 8
- Views: 3310
Re: ListIt2 instance affects admin panel
Hey Stikki,
updated via .xml and the same problem occurs again …
also tried updating with tag.gz – same here …
Didn't realize the first time that GBFilepicker doesn't work anymore at my entries. Could this be a Jquery problem?
Every hint is appreciated – Thx in advance!
updated via .xml and the same problem occurs again …
also tried updating with tag.gz – same here …
Didn't realize the first time that GBFilepicker doesn't work anymore at my entries. Could this be a Jquery problem?
Every hint is appreciated – Thx in advance!
- Sat Feb 15, 2014 12:57 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] ListIt2 instance affects admin panel
- Replies: 8
- Views: 3310
Re: ListIt2 instance affects admin panel
only fielddefs used were gbfilepicker and xlink – rather seems like its got something to do with my system ?!
don't wanna risk getting the same problem again, so I'll stick to 1.4.0 for some time …
should I mark this topic as solved?
thx
don't wanna risk getting the same problem again, so I'll stick to 1.4.0 for some time …
should I mark this topic as solved?
thx
- Fri Feb 14, 2014 1:09 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] ListIt2 instance affects admin panel
- Replies: 8
- Views: 3310
Re: ListIt2 instance affects admin panel
Ok, seems like the update to 1.4.1 broke the instances: 1. all Buttons (apply, cancel, etc.) hat no styling – just plain text 2. at fielddef creation when you select the type it didn't load the specific fields 3. couldn't import or export any items 4. couldn't open dropdowns in admin panel reverted ...
- Fri Feb 14, 2014 12:17 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] ListIt2 instance affects admin panel
- Replies: 8
- Views: 3310
[SOLVED] ListIt2 instance affects admin panel
Hi, ever since I've updated listIt2 and its instances to 1.4.1 i can't access any other dropdown in the admin menu. for example: when i'm inside an instance and want to go to "Extentions->Modules" the "Extentions"-dropdown doesn't react or open so I can't see these menupoints. I ...
- Tue Nov 26, 2013 2:48 pm
- Forum: Modules/Add-Ons
- Topic: [SolVeD] News detail tpl, entry fields where is it
- Replies: 2
- Views: 1151
Re: News detail tpl, entry fields where is it
Hi Uloloi, you should be able to adress your fields in summary and detail the same way … When I adress custom fields directly I do it this way: {$entry->fields.FIELDNAME->value} Use print_r modifier to see all your fields {$entry->fields|print_r} Hope that helps *edit* also check if your custom fiel...
- Sun Nov 24, 2013 1:05 am
- Forum: Modules/Add-Ons
- Topic: Suggestion for Event Registration
- Replies: 0
- Views: 990
Suggestion for Event Registration
Hi everyone! I'm not sure if that is the right place for my topic so please excuse if it's not … I'm planning to build a site for a dog-sport event/tournament and I'm not sure which modules I should use. The way it should work: 1. FEU and self-registration for registration 2. FEU can add multiple st...
- Sat Nov 02, 2013 1:38 pm
- Forum: CMSMS Core
- Topic: Print the parent level 0 above the vertical menu
- Replies: 4
- Views: 2073
Re: Print the parent level 0 above the vertical menu
*EDIT* I'm an Idiot … solved it with menumanager and a seperate template just right after I submitted this … sorry! *EDIT* Hi terael, that UDT is almost what I am looking for. I've got a horizontal top menu (with dropdown) and in addition a vertical submenu (same as dropdown). Since I am using babe...
- Tue May 28, 2013 7:47 am
- Forum: Modules/Add-Ons
- Topic: ListIt2XDefs Link between Modules
- Replies: 4
- Views: 1348
Re: ListIt2XDefs Link between Modules
pm sent – thx! *edit* Stikki offered a solution that would be great but unfortunately not free of charge. I'd buy it if the site was for a customer, but since the site I'm building is personal (non-commercial) I can't afford buying any solutions. Thx anyways! So I'm still looking for a solution. May...