• twitter image
  • facebook image
  • youtube image
  • linkedin image
Language: CMS Made Simple Czech CMS Made Simple France CMS Made Simple Spain CMS Made Simple Hungary CMS Made Simple Russia CMS Made Simple Netherlands

All times are UTC




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: UDT {title} .. hoe krijg ik die te pakken?
PostPosted: Wed Jul 18, 2012 11:13 am 
Offline
New Member

Joined: Wed Jul 18, 2012 11:08 am
Posts: 1
Ok... ik probeer het volgende te bereiken:

Op een pagina wil ik graag elke keer een andere afbeelding tonen (staat in het sjabloon)

De naam van de afbeeldding is de {title}.jpg
Wanneer deze er niet is moet een standaard afbeelding geplaatst worden.
Huh? Tja... hoe doe ik dit?

Ik heb een UDT gemaakt:
global $gCms;

$contentobj = cms_utils::get_current_content();
$page_title = $contentobj->Name();

$slideURL='/uploads/images/'.page_title.'.jpg';
$standardURL='/uploads/images/start.jpg';

if (file_exists($slideURL)){
echo $slideURL;
}else{
echo $standardURL;
}

Je begrijpt t al... werkt niet dus (ik ben ook maar n "anfanger")
Kan iemand me in de goede richting duwen?

B.v.d.


Top
 Profile  
 
 Post subject: Re: UDT {title} .. hoe krijg ik die te pakken?
PostPosted: Wed Jul 18, 2012 1:05 pm 
Offline
Power Poster
Power Poster
User avatar

Joined: Wed Sep 05, 2007 8:03 pm
Posts: 3650
Location: The Netherlands
Ik denk dat je daar geen UDT voor nodig hebt.

Probeer dit eens in je template te plakken:
Code:
{capture assign='slide'}/uploads/images/{$page_alias}.jpg{/capture}
<img src="{if $slide|file_exists}{$slide}{else}/uploads/images/start.jpg{/if}" />

Merk op dat ik {$page_alias} gebruik in plaats van {title}. Qua naamgeving van files is dat beter (toegestane karakters)

_________________
Get nice guestbook messages from your site visitors with the brand new Gbook module.
Integrate Piwik Web Analytics in your site admin with the Piwik module.
Extend your global site settings with the Custom Global Settings module.
The Fourth Dutch CMS Made Simple Workshop on April 9 2011 was great fun! Read all about it here
Announcement: The Fifth Dutch CMS Made Simple Workshop coming up?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Arvixe - A CMSMS Partner