Displaying 20 results from an estimated 50 matches for "smarties".
Did you mean:
smartie
2006 Apr 27
4
how to make views changable
Hello
I need to make site views changeable
I found how to change layouts but it is not enough, becouse templates
can use different ways to display and organize content.
I found one way to do this, but i need to make subfolders in my
''view/layouts'', ''view/controller_name'' both and to create additional
subfolder somewhere in ''public'' to put
2006 Sep 27
0
Is there Smarty in CentOS 4 ?
Hi,
Does anyone knows if CentOS 4(.4) has PHP Smarty ?
Thanks in advance.
Warm Regards,
M?rio Gamito
2006 Jul 04
11
Any CMS for Ruby on Rails..
Well i want to make a photography community site on the lines of
www.gfxartist.com , www.terminus1525.ca, www.phirebrush.com
Where the community votes for every subbmission from a artist and can
comment (like a forum)..
Now gfxartist has used probably SMARTY,php,and their own CMS.
terminus used Drupal,Gallery 2.Some one tells me that this combo is
heavy on resources and slows down sites.
2009 Jun 24
3
Missing php* packages
Hello,
I am trying to migrate one of our fedora-based servers to CentOS. Our PHP developers doesn't allow us to switch because there are no crucial (for them) php packages:
php-smarty
php-adodb
php-accelerator
It is not acceptable for us to download sources and compile them and repeat the process each time there is a security bug.
Can you recommend any repository which will deliver all the
2008 Nov 20
5
Couldn't find without an ID
hi friends...
my rhtml is for_for_test.rhtml
<html>
<head>
<title>Form_For Tester</title>
</head>
<body>
<% form_for :blog, :url => { :action => ''save'', :id => @blog } do
|f| %>
Name: <%= f.text_field :blog %>
<%= submit_tag ''Save'' %>
<% end %>
</body>
2017 Feb 21
3
SELInux conflict with Postfixadmin
postfixadmin setup.php is claiming:
*Error: Smarty template compile directory templates_c is not writable.*
*Please make it writable.*
*If you are using SELinux or AppArmor, you might need to adjust their
setup to allow write access.*
This goes away with 'setenforce 0', so it is an SELinux issue. I have
tried both:
restorecon -Rv /usr/share/postfixadmin
and
chcon -R -t
2006 Jul 23
4
Newbie question about .rhtml
Hi everyone, coming from PHP something in the .rhtml files has been
confusing the heck out of me.
Why does this work?
<% for header in @all_headers %>
<%= header.subject %>
<% end %>
and both of these don''t work
<% for header in @all_headers
puts header.subject
end %>
---------------------------------------
<%= for header in @all_headers
puts
2006 Jan 27
3
Formatting Data in rhtml
Is there a simple way to format your data in the .rhtml file?
I come from a PHP/Smarty background, and in the templates, I''ve used
what is called "modifiers" to format data.
{$price|currency_format} # displays in currency format
{$description|truncate:"100"} # Truncates the description after 100
characters
It seems like the template (rhtml) would be the ideal
2005 Aug 16
2
PhoneCALL v2.6.1 - Released
Hello All!
Just a notice that our PHP/Smarty-based GPL version of PhoneCALL version
2.6.1 has been released, and is the current stable release.
http://www.vecsector.com/phonecall
We're always looking for feedback/testers to help us enhance it and make
it even easier for everyone to use. The current version is designed
around the advanced Asterisk user, and we are working on a more
2009 Apr 04
2
Help using smooth.spline with zoo object
Can someone please show me how to smooth time series data that I have in the form of a zoo object?
I have a monthly economies series and all I really need is to see a less jagged line when I plot it.
If I do something like
s <- smooth.spline(d.zoo$Y, spar = 0.2)
plot(predict(s,index(d.zoo)), xlab = "Year")
# not defined for Date objects
and if I do something like
2011 Jun 02
2
nfs webroot 403's
hello list!!
the reason I'm writing you guys today is that I'm looking to solve an issue I am having with apache on a centos 5.5 box.
The situation is this.. I am sharing the webroot for a few sites in a test environment on an NFS share.
This is the share:
nas2:/mnt/store/web 1.4T 225G 1021G 19% /var/www
Everything that is shared from this location on a server called simply web1
2017 Feb 21
2
SELInux conflict with Postfixadmin
On 02/21/2017 11:46 AM, Zdenek Sedlak wrote:
> On 2017-02-21 17:30, Robert Moskowitz wrote:
>> postfixadmin setup.php is claiming:
>>
>> *Error: Smarty template compile directory templates_c is not writable.*
>> *Please make it writable.*
>> *If you are using SELinux or AppArmor, you might need to adjust their
>> setup to allow write access.*
>>
2008 Jan 18
18
Rails versus PHP in complex HTML/CSS
I have done a bunch of Rails stuff on my own and my company uses PHP.
I often have to integrate very complex HTML/CSS into PHP. I know that
the PHP looks more closer to the HTML than Rails because Rails has
alot of link_to and other macro like calls that generate alot of stuff
that you don''t see in the template. I am wondering if that could make
it any tricker to generate the complex sort
2008 Nov 12
2
How to get hash values????
Hi,
please help me....
<% puts "Total #{@totalemail.inspect}" %>
My Output is: Total [{:email=>"aa-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org", :name=>"aa"},
{:email=>"bb-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org", :name=>"bb"}]
How to get email and name???
Thankyou.
--
Posted via http://www.ruby-forum.com/.
2014 Apr 15
2
¿Cómo generar informes con R sin utilizar LaTeX?
Hola, lo primero muchísimas gracias a todos por las respuestas que me
habéis dado.
Precisamente, lo que busco es una solución opensource para realizar
informes con los resultados de R. Que permita cierta maquetación como
LaTeX, y sobre todo una impresión correcta (que no corte las imágenes como
ocurre con markdown/html). Y si dicha solución está orientada a servidor
pues mucho mejor.
Respecto a
2008 May 16
5
Getting the friends contacts mail Id of gmail,hotmail,yahoo,myspace in RoR
Hello friends,
I am developing an application in RoR. After registration in this
application I follow the following steps:
1. Enter the hotmail,gmail,aol email id.
2. Enter password according to that mail id.
After submitting this information, I want to get the contacts in that
my mail id. How can I do this. Whenever I login next time, my contacts
should be there in the list of my application.
2002 Jun 25
1
Uploading printer drivers to Samba
Hi
I hope somebody can help me with my driver uploading problem. I have done
everything according to the printing docs (I think =) ), but I can't seem to
be able to upload the driver via neither XP or W2k. The error I get when
using XP is: "An error occured while copying file ......... Cannot copy file
to destination directory. Click Retry to retry the operation or click Cancel
to
2006 Jul 26
7
RHTML in database?
Hi,
is it possible to store RHTML templates or partials in database?
thanks,
Bojan Mihelac
--
Bojan Mihelac
Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com
-> tools, scripts, tricks from our code lab: http://source.mihelac.org
2008 May 12
8
Complex data structures in templates
Hi.
I wonder if it is possible to use more complex data structures in
templates than simple variables and arrays? I have been trying nested
arrays, as well as nested arrays and hashes, but nothing seems to work
(more specifically, nested arrays seem to be flattened into a single
array). Having only simple variables and arrays is a little limiting.
Something like the Perl-based Template Toolkit
2017 Feb 21
0
SELInux conflict with Postfixadmin
On 2017-02-21 17:30, Robert Moskowitz wrote:
> postfixadmin setup.php is claiming:
>
> *Error: Smarty template compile directory templates_c is not writable.*
> *Please make it writable.*
> *If you are using SELinux or AppArmor, you might need to adjust their
> setup to allow write access.*
>
>
> This goes away with 'setenforce 0', so it is an SELinux issue. I