Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 23

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Archive > Mambo 4.5 > Mambo 4.5 'How Do I' Questions

 
 
LinkBack Thread Tools Display Modes
Old 19.04.2004, 14:30   #1 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 5
noletam is on a distinguished road
Default Frontpage -> Having the More links include their publish date

Hi Everybody can help me. I want to show the day of message same the bellow list.
More...
Mamcom screenshots released (20/4/2004)
Simpleboard 1.0 RC4 available (11/4/2004)
Metro template added to filebase (08/4/2004)
Mamboland released Static component (12/4/2004)
Google Ads module now Open Source (18/4/2004)
AkoGallery 3 development started (09/4/2004)
MamboZine project needs you (08/4/2004)
Yanc newsletter component heavily updated (08/4/2004)
MamboOs.com started (09/4/2004)
Mambers.com welcomes spanish community (07/4/2004)
noletam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Old 19.04.2004, 18:47   #2 (permalink)
speedyG
Guest
 
Posts: n/a
Default Re: Help me pls!

Quote:
Originally Posted by noletam
Hi Everybody can help me. I want to show the day of message same the bellow list.
More...
Mamcom screenshots released (20/4/2004)
Simpleboard 1.0 RC4 available (11/4/2004)
Metro template added to filebase (08/4/2004)
Mamboland released Static component (12/4/2004)
Google Ads module now Open Source (18/4/2004)
AkoGallery 3 development started (09/4/2004)
MamboZine project needs you (08/4/2004)
Yanc newsletter component heavily updated (08/4/2004)
MamboOs.com started (09/4/2004)
Mambers.com welcomes spanish community (07/4/2004)
wow!!!!!! This sounds great!!!!! ooooooooooooopsssssss

but uhhhhhhhhhhh what is your question??????????

Love to help you but................ooooooopssssss!

speedyG:
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 20.04.2004, 07:07   #3 (permalink)
Professional Mamber
 
stingrey's Avatar
 
Join Date: Apr 2004
Location: Marikina, Manila, Philippines
Posts: 776
stingrey is on a distinguished road
Default Re: Frontpage -> Having the More links include their publish date

Quote:
Originally Posted by noletam
Hi Everybody can help me. I want to show the day of message same the bellow list.
The only way to do this is to hack your component/com_content/content.html.phpfile.

In Mambo 4.5 1.0.7

Line 432 -> 435
Code:
<tr>
 	<td> <a class="blogsection" href="<?php echo sefRelToAbs("index.php?option=content&amp;task=view&amp;id=".$rows[$i]->id."&Itemid=".$_Itemid); ?>">
 	  <?php echo $rows[$i]->title;?></a></td>
   </tr>
Replace with this
Code:
<tr>
 	<td> <a class="blogsection" href="<?php echo sefRelToAbs("index.php?option=content&amp;task=view&amp;id=".$rows[$i]->id."&Itemid=".$_Itemid); ?>">
 	  <?php echo $rows[$i]->title;?><span class="small"><?php echo $by. " ".($row->created_by_alias ? $row->created_by_alias : $row->author);?></span></a></td>
   </tr>

Should work.


As always before doing this backup your files
__________________
Joomla! Core Team Member
Software Coding & Design - Stability Team Leader
www.joomla.org
Former Mambo Core Team Member
stingrey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 20.04.2004, 07:15   #4 (permalink)
Professional Mamber
 
stingrey's Avatar
 
Join Date: Apr 2004
Location: Marikina, Manila, Philippines
Posts: 776
stingrey is on a distinguished road
Default Re: Frontpage -> Having the More links include their publish date

Quote:
Originally Posted by speedyG
wow!!!!!! This sounds great!!!!! ooooooooooooopsssssss

but uhhhhhhhhhhh what is your question??????????

Love to help you but................ooooooopssssss!

speedyG:
speedyG such glib comments are unconstructive, unhelpful, unappreciated and unnecessary


Please remember the old adage "if you have nothing good to say dont say anything at all".

If you are unable to have the patience to help effectively in this forum (How Do I) then please refrain from posting here. This area is specifcally catering for those new to Mambo.


Also if you had taken the time to read the post, you will see that there is in fact a question there
In such an international forum, it is to be expected that some will not have the English ability to clearly explain their problems.
__________________
Joomla! Core Team Member
Software Coding & Design - Stability Team Leader
www.joomla.org
Former Mambo Core Team Member
stingrey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 20.04.2004, 07:39   #5 (permalink)
speedyG
Guest
 
Posts: n/a
Default Re: Frontpage -> Having the More links include their publish date

Quote:
Originally Posted by stingrey
speedyG such glib comments are unconstructive, unhelpful, unappreciated and unnecessary


Please remember the old adage "if you have nothing good to say dont say anything at all".

If you are unable to have the patience to help effectively in this forum (How Do I) then please refrain from posting here. This area is specifcally catering for those new to Mambo.


Also if you had taken the time to read the post, you will see that there is in fact a question there
In such an international forum, it is to be expected that some will not have the English ability to clearly explain their problems.
you have a PM for your info

regards

speedyG:
 
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 24.04.2004, 10:53   #6 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 5
noletam is on a distinguished road
Default Re: Frontpage -> Having the More links include their publish date

It is still not show when i replace your code.
noletam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 27.04.2004, 14:55   #7 (permalink)
Baby Mamber
 
Join Date: Apr 2004
Posts: 5
noletam is on a distinguished road
Default Re: Frontpage -> Having the More links include their publish date

It is still not show when i repaced your code.
<tr>
<td> <a class="blogsection" href="<?php echo sefRelToAbs("index.php?option=content&amp;task=vie w&amp;id=".$rows[$i]->id."&Itemid=".$_Itemid); ?>">
<?php echo $rows[$i]->title;?><span class="small"><?php echo $by. " ".($row->created_by_alias ? $row->created_by_alias : $row->author);?></span></a></td>
</tr>
noletam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +2. The time now is 05:40.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.