Forum Replies Created
-
AuthorPosts
-
Michael Gilkes
KeymasterHi Stefan,
Thanks for using my plugin, and for posting your question.
You should be able to force styles on the list by editing the CSS file located in /plugins/content/plg_easyfolderlistingpro_files/css/styles.css
Just edit the elf_lists class properties. Just add:
<font class="Apple-style-span" face="'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial">list-style-type: none !important;
<font class="Apple-style-span" face="'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial">The crucial thing is to put !important at the end of the property, since this makes sure it overrides any styles specified anywhere else.
For example,
Code:.eflpro_lists
{
list-style-type: none !important;
font-size:small;
}Michael Gilkes
KeymasterHi,
Thanks for using my plugin, and thanks for posting your question.
It's pretty easy to change the font properties of the plugin. All you have to do is edit the CSS file located in /plugins/content/plg_easyfolderlistingpro_files/css/styles.css
Just edit the elfpro_tables and/or elf_lists class properties. Just add:
font-size: <value>;
According to: http://www.w3.org/TR/CSS2/fonts.html#propdef-font-size
For example,
Code:.eflpro_empty
{
font-style: italic;
font-size: medium;
}.elfpro_tables
{
width: 100%;
border-collapse: separate;
border-spacing: 1px;
text-align: left;
font-size: large;
}.eflpro_lists
{
/*list-style-type: circle !important; */
font-size:small;
}Michael Gilkes
KeymasterHi nielsg,
Thanks for purchasing and using my plugin. Actually, you can use it on the same or multiple pages with different folders. All you have to do is:
{easyfolderlistingpro folder='images/stories/somefolder1'}
{easyfolderlistingpro folder='images/someotherpath'}
"parameter1" is not a valid parameter keyword. It was just used as a vague example. To get a full list of the parameters you can use, please take a look at the Keyword column of the Parameters table at the bottom of the page: http://michaelgilkes.info/joomla-plugin-easy-folder-listing-pro/
Each and any instance of {easyfolderlistingpro …} can override the default setting in the Plugin manager. This makes the plugin very flexible.
I hope this helps. Let me know how it works out and if you have any questions.
Michael
PS. Also, please remember not to copy and paste paramters into the editor, as it will add html tags around the parameters and make them ineffective. You may have to toggle the editor to make sure the text is exactly as typed.
Michael Gilkes
KeymasterHi Trey,
Well, the short answer is YES. How you do it, I presume, would be to specify the (easy folder listing) EFL to list the folder pertaining to each user. So, one ELF per user folder. Then have one Easy File Uploader (EFU) form for each user folder.
It should work.
Try it and let me know.
Michael
-
AuthorPosts