Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Search found 159 matches
Smarty Forum Index
Author Message
  Topic: $smarty->display + $smarty->fetch klappt nicht
ChrisFah

Replies: 1
Views: 5211

PostForum: General   Posted: Sun Jan 05, 2020 9:23 pm   Subject: $smarty->display + $smarty->fetch klappt nicht
Hallo Leute!
Nach sehr sehr langer zeit bin ich wieder mal im Forum.

Mich plagt ein riesen Problem mit einer selbstgebauten Webseite:

Seit Anfang Dezember wurden alle Webserver unseres Provider ...
  Topic: Array als ["a","b"] Ausgeben
ChrisFah

Replies: 2
Views: 21429

PostForum: Language: German   Posted: Mon Nov 09, 2015 5:45 pm   Subject: Array als ["a","b"] Ausgeben
foreach($array as $x) {
$temp[] = '"'.$x.'"';
}
$result = implode(',', $temp);
  Topic: immo.fahrner.eu Real Estate Page
ChrisFah

Replies: 1
Views: 40498

PostForum: Showcase   Posted: Fri Feb 08, 2013 9:26 pm   Subject: immo.fahrner.eu Real Estate Page
real estate website using smarty (V2), developed two years ago for the needs of an real estate company. This site includes frontend with seamless integration into cms using wordpress, backend with man ...
  Topic: How to Re-Size Video within a Template?
ChrisFah

Replies: 1
Views: 3980

PostForum: General   Posted: Thu Sep 20, 2012 8:39 pm   Subject: How to Re-Size Video within a Template?
Hi,

maybe you will try this:

<embed src="sample.mov" width="200" height="240" scale="tofit">
or using the object tag

<object height="240 ...
  Topic: Template Ausgabe manipulieren, geht das?
ChrisFah

Replies: 1
Views: 5526

PostForum: Language: German   Posted: Mon Aug 13, 2012 8:43 pm   Subject: Template Ausgabe manipulieren, geht das?
Hi,

schau dir mal den Smarty outputfilter an. Der kommt unmittelbar vor der Ausgabe der fertigen Seite durch $smarty->display() zum Einsatz.

Lg, Chris
  Topic: smarty on mac 10.7.4
ChrisFah

Replies: 2
Views: 9301

PostForum: Installation and Setup   Posted: Tue Jul 31, 2012 12:20 pm   Subject: smarty on mac 10.7.4
Hi,
try using this:

define('SITE_URL', "http://".$_SERVER['HTTP_HOST']."/test");

Regards, Chris
  Topic: insert variable inside an url
ChrisFah

Replies: 2
Views: 5096

PostForum: General   Posted: Thu Jun 28, 2012 11:53 am   Subject: insert variable inside an url
Hi,

at first look, i see following :


<img id="logoImage" alt="non pic" src="resources/images/pic.png" width="150" onclick="location.href='https& ...
  Topic: appending smarty tag to url
ChrisFah

Replies: 8
Views: 11277

PostForum: General   Posted: Wed Jun 13, 2012 3:42 pm   Subject: appending smarty tag to url
Hi,

better you use
www.mywebsite.com?trackid=1234fgs5

After following this link, you can get the value with $_GET['trackid']

Regards, Chris
  Topic: help in xt:commerce
ChrisFah

Replies: 10
Views: 13577

PostForum: General   Posted: Wed May 16, 2012 8:10 pm   Subject: help in xt:commerce
Hi,
just try this:

{if $smarty.server.REQUEST_URI == '/'}
<div id="tabs-data">
{if $show_index_boxes == 'true'}
{box name=tabs}
{/if}
& ...
  Topic: source zu $smarty->fetch bzw. ->display()
ChrisFah

Replies: 3
Views: 7696

PostForum: Language: German   Posted: Sun May 13, 2012 11:47 am   Subject: source zu $smarty->fetch bzw. ->display()
danke.
Lg, chris
  Topic: source zu $smarty->fetch bzw. ->display()
ChrisFah

Replies: 3
Views: 7696

PostForum: Language: German   Posted: Fri May 11, 2012 7:50 pm   Subject: source zu $smarty->fetch bzw. ->display()
Hallo,

auch wenn die Frage blöd klingt:
Wo finde ich den code zu $smarty->fetch() bzw. display() (NICHT die {} Version)?

Lg, Chris
  Topic: GOOGLE MAP
ChrisFah

Replies: 4
Views: 15260

PostForum: Plugins   Posted: Fri Apr 13, 2012 8:11 am   Subject: GOOGLE MAP
Hi, I also did not want to request lat/lang coords for each place. i found a hidden but documented way to use adress.

PHP:
$google_maps = 'http://maps.google.com/maps?q=ZIP+CITY,+ADRESS,+COUNT ...
  Topic: Session_id in links at cached pages
ChrisFah

Replies: 3
Views: 5389

PostForum: General   Posted: Tue Apr 10, 2012 10:36 pm   Subject: Session_id in links at cached pages
Besser!
Was aber, wenn der Link bereits im PHP Teil gebildet wird und als fertiger "string" an Smarty assignt wird?
  Topic: Session_id in links at cached pages
ChrisFah

Replies: 3
Views: 5389

PostForum: General   Posted: Tue Apr 10, 2012 6:51 pm   Subject: Session_id in links at cached pages
Hi guys,
I am looking for a way to handle links with session_ids at cached pages.
Example:
<a href="page2.php?session_id=123456789">page2</a>
In former projects I used a &quo ...
  Topic: Smarty3 deutsches od. engl. Manual als PDF
ChrisFah

Replies: 0
Views: 4331

PostForum: Language: German   Posted: Sun Jan 22, 2012 3:20 pm   Subject: Smarty3 deutsches od. engl. Manual als PDF
Hallo,

Gibt es eigentlich ein dt. oder engl. Handbuch von Smarty3 als PDF ?

Lg, Chris
 
Page 1 of 11 Goto page 1, 2, 3 ... 9, 10, 11  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP