|
||||||
| ionFiles Forum for the support of ionFiles - Joomla! component |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Hello,
I'm using ionFiles with the addons Latest Files and Popular Files, and the issue that I'm having is that when I create my files, the Latest addon doesn't list the files close enough. Below is an example: ![]() but I would like the files to be listed like .Is it possible to do? If so, how do I format the file names to list like so? Thanks for such a great product. Kevin |
| Sponsored Links |
|
|
|
|||||
|
What is your site URL? You probably need to edit your CSS to have no margins or paddings top/bottom for links.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages! |
|
|||
|
Quote:
My domain is Welcome to the Frontpage I'm about 3 weeks into Joomla, and I am still trying to learn my way around it. So, not much of my content is on there yet. I haven't looked at the CSS file yet. Is the CSS file in the ionFiles folder? Kevin |
|
|||||
|
It looks like you are using the version that Rolandd created. Send him a PM and he should be able to help. I can see it is trying to print the descriptions and adding a <br /> tag. There may be an option to disable descriptions.
__________________
CodeCall Blog | CodeCall Wiki | Shareware Site | Linux Forum | Write a Blog The CodeCall Wiki is now fully integrated with vBulletin users! Check it out and add some new pages! |
| Sponsored Links |
|
|
|
|||
|
Hello,
You can change this in the file modules/mod_ionfileslatest.php. On line 80 it says: Code:
echo '</span><br />'; |
|
|||
|
Hi Rolandd,
Thanks for the reply. I've tried it and it notches it up just a tidbit, and the small separator is still visible. I'm still looking over the code and I at least know where to begin. [UPDATE] I've made these changes, and it's looking good, but now I need to clean it up and format it better. Old Code: Code:
{
foreach ($filedetails as $id => $details) {
echo '<a class="link" href="'.$mosConfig_live_site.'/index.php?option=com_ionfiles">'.$details['title'].'</a><br />';
echo '<span class="description">';
if (strlen($details['description']) > $description_length) echo substr($details['description'], 0, $description_length).'...';
else echo $details['description'];
echo '</span><br />';
if ($show_divider && $affectedrows > 1) echo '<div class="hr"><hr /></div>';
}
Code:
{
foreach ($filedetails as $id => $details) {
echo '<a class="link" href="'.$mosConfig_live_site.'/index.php?option=com_ionfiles">'.$details['title'].'</a><br />';
echo '<span class="description">';
if (strlen($details['description']) > $description_length) echo substr($details['description'], 0, $description_length).'...';
else echo $details['description'];
echo '';
if ($show_divider && $affectedrows > 1) echo '<div class="hr"></div>';
}
![]() Now I need to try a way to line them up properly and get rid of the pre-dots from the beginning. Thanks again for your help. Kevin |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Project: ionFiles - Joomla Simple File Download | Jordan | Community Projects | 331 | 11-26-2008 12:35 PM |
| Windows Shortcut List - Saves Time | 2stamlers | The Lounge | 6 | 04-10-2008 07:58 AM |
| retrieve information about the files in a driver | roxelana | Computer Software/OS | 0 | 03-05-2008 04:08 PM |
| How do I read .mbm (Multi BitMap) files? | moondog | General Programming | 7 | 08-07-2007 08:08 AM |
| Java Help Files | xXHalfSliceXx | Java Help | 3 | 11-29-2006 12:30 AM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |