Skip to content
General Revolution Evolution Add-ons International
Login | Register | MODX.com
MODX Open Source Content Management System, Framework, Platform and More.
Find a Partner | Hosts + SaaS | Jobs | Donate
  • RegisterSign Up with the MODX Community
  • LoginUse Your MODX.com Account
  • MODX Community Forums
  • International
  • Dutch
  • Ondersteuning
  • Modules, Plugins, Snippets & Code
  •  
  • onlangs aangepast#

  • 7019
    135

    deminne Reply #1, 1 year, 4 months ago

    Reply
    • Link to this post#1
    hallo,

    bestaat er in modx een package of iets dergelijks waardoor je automatisch een opsomming kan laten maken (via bv. ditto) met pagina's die laatst zijn aangepast?

    groeten,
    Tom


  • 31640
    76

    visvoer Reply #2, 1 year, 4 months ago

    Reply
    • Link to this post#2
    voor evolution of revolution??


  • 7019
    135

    deminne Reply #3, 1 year, 4 months ago

    Reply
    • Link to this post#3
    voor evolution 1.0.4


  • 7019
    135

    deminne Reply #4, 1 year, 4 months ago

    Reply
    • Link to this post#4
    en iemand een mogelijk idee hiervoor?

    ikzelf heb ik nog niet echt iets gevonden

    Dank u


  • 7455
    2,190
    follow me on twitter: @dimmy01

    Dimmy Reply #5, 1 year, 3 months ago

    Reply
    • Link to this post#5
    I heb hier een module ooit voor gemaakt die laat de laatste 50 aangepaste documenten zien met een linkje om document te editten:

    $query = $modx->db->select("*", $modx->getFullTableName('site_content'),"","editedon DESC",50);
    	$result = $modx->db->makeArray($query);
    	print("
    		<table style=\"font-size: 12pt; font-family:arial;\" cellspacing=\"0\" cellpadding=\"3\">
    		<tr>
                            <td style=\"width: 25px; background-color: #FAFAFA; font-weight: bold\">id</td>
    			<td style=\"width: 250px; background-color: #FAFAFA; font-weight: bold\">pagina titel</td>
    			<td style=\"width: 100px; background-color: #FAFAFA; font-weight: bold\">gewijzigd</td>
    			<td style=\"width: 25px; background-color: #FAFAFA; font-weight: bold\">bekijken</td>
     
    		</tr>");
    		
    	foreach($result as $setting){
    		print("<tr>	
    				<td>".$setting['id']." </td>
                                    <td> ".$setting['pagetitle']." </td>
                                    <td> ".date("d-m-Y",$setting['editedon'])."</td>
                                    <td><a title=\"Geef dit item weer\" onmouseout=\"status=\'';return true;\" onmouseover=\"status='Geef dit item weer';return true;\" href=\"index.php?a=3&id=".$setting['id']."\"><img border=\"0\" src=\"media/style/MODxCarbon/images/icons/context_view.gif\"></a></td>
    				 </tr>");
    	}
    
    	print("</table>");
    	
    


    gewoon in module gooien en opslaan.


  • 7019
    135

    deminne Reply #6, 1 year, 3 months ago

    Reply
    • Link to this post#6
    dit ga ik zo snel mogelijk eens testen

    bedankt alvast


  • 7019
    135

    deminne Reply #7, 1 year, 2 months ago

    Reply
    • Link to this post#7
    hallo,

    ik heb dit in een module gezet en ik zie die te voorschijn komen.

    nu is mijn vraag: kan ik dit overzicht ook publiek op mijn site laten zien?

    dank u


  • 7455
    2,190
    follow me on twitter: @dimmy01

    Dimmy Reply #8, 1 year, 2 months ago

    Reply
    • Link to this post#8
    gooi het in een snippet


  • 7019
    135

    deminne Reply #9, 1 year, 2 months ago

    Reply
    • Link to this post#9
    schitterend

    het is gelukt en voorlopig te zien op http://www.horsemanshipschool.be/test200.html

    bedankt voor jullie hulp





Actions

Login to Post

Other Support Options

To file a bug or make a feature request visit our issue tracker, or you can also purchase commercial support.

Love MODX?

If you build sites for a living with MODX or just love using it, why not give back?

Information

Posted in this thread:
Dimmy, deminne, visvoer

 
Back to Top

MODX Global HQ

1333 N Stemmons Fwy, Ste 110
Dallas, TX 75207
United States

+1 (469) 777-MODX (6639)

The MODX Company

  • Contact
  • Media Center
  • Careers at MODX
  • Wall of Fame
  • The MODX Blog

Sponsors

SoftLayer Firehost: Secure Cloud Hosting

Stay Connected

Read our previous email newsletters.

Twitter Facebook Google+ LinkedIn github Feeds

Privacy Policy | Terms of Service | Pixels by AKTA Web Studio© 2005-2012 MODX. All rights reserved. Trademark Policy