AllNews Module - FLEXIcontent support! (v 2.5.5)

More
16 years 5 hours ago #4386 by micker
hello
* 2 path are in flexicontent administration (top right )
secure path : components/com_flexicontent/uploads
medias path : images/stories/media

* when you create a image field you can choose
path for thumbmail
images/stories/.../photos
and
path for watermark
in your code you use secure path and basic watermark path
the most interesting is patht of imagefield and past of watermark.
you understand ?
thanks for your works !!

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]
The topic has been locked.
More
16 years 5 hours ago #4387 by Olinad
Mmh kind of. I'll see what I can do.
The topic has been locked.
More
16 years 4 hours ago #4388 by Olinad
New/Edited Language strings in 2.3.2.
ON WORKING, wait before translating.
Code:
FLEXIIMAGEFIELDDESC = Select the FLEXIcontent's field from which to load the images to display. FLEXIDATEDESC = Use FLEXIcontent's date field instead of jos_content's. FLEXIIMAGEFIELD = FLEXI Image Field FLEXIDATEFIELD = FLEXI Date Field FLEXIDATEFIELDDESC = Select the FLEXIcontent's field from which to load the date you want to display.
The topic has been locked.
More
16 years 4 hours ago #4389 by micker
ok to patient ... :lol:
if you to test you can send me the document

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]
The topic has been locked.
More
16 years 4 hours ago #4391 by Olinad
Do you know how to make a xml field appear or disappear based on another field? (To make FLEXIcontent fields on backend disappear if FLEXIcontent is not installed).
The topic has been locked.
More
16 years 4 hours ago #4392 by micker
... no sorry ... i didn't thinks it's possible in xml
but look the php file of flexicontent to creat field (i think it's in javascript but ...)

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]
The topic has been locked.
More
16 years 2 hours ago #4396 by Olinad

micker wrote: ... no sorry ... i didn't thinks it's possible in xml
but look the php file of flexicontent to creat field (i think it's in javascript but ...)

I created some custom parameters and now the backend is perfect... A parameter checks if flexicontent has been installed. If it's there, you can use the module as you already do, and a message is displayed in the first tab saying everything's fine. When FLEXIcontent hasn't been installed, instead, a message in the first tabs tells you so and all FLEXIcontent's toggles will be blank (excluding the ones in a couple of menus, but you can just avoid selecting them).

This was to allow users to select the date and image FLEXI field from a dynamic menu, without having to look for field IDs. This would make the module display some errors if FLEXIcontent wasn't installed... now It all works fine.

I'll test it a little more, see if I can add some other features and then release v 2.3.2
The topic has been locked.
More
16 years 2 hours ago #4398 by micker
this a great trailer !!!!!!
thanks

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]
The topic has been locked.
More
16 years 1 hour ago #4401 by Olinad
v 2.3.2 can now be downloaded from the first post of this topic.
The To-Do list has been rearranged a bit.

EDIT: Reminder for myself = make the Section field disappear if FLEXIcontent has been detected.
The topic has been locked.
More
15 years 11 months ago #4411 by conquerlol
Hi, thanks for a great module! :mrgreen:

anyway, I ran into a problem......not sure if it's only me. It seems my joomla is off by a couple hours(sooner)....when writing articles...the date is read differently then what's written in the database also...(tat's what happened to my date field).....

anyway, so the thing is that I tried to write some new items to show on the module but it doesn't show up as it thinks that the item isn't published yet since the "created" time is off into the future.

anyway w/e :D
I solved my problem by replacing (in default.php)
Code:
$now = $now = date("Y-m-d");
to
Code:
$date =& JFactory::getDate(); $now = $date->toMySQL();

Hope this help anyone who's having the same problem :lol: Cheers!
The topic has been locked.
Moderators: vistamediajoomlacornerggppdk
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save