Hi everyone!!!! I lost 2 hours trying to find a .tpl name for my view: My view is called: banners_encabezado This is a view with block output selected. i've tried: views-view--banners-encabezado.tpl.php views-view--banners_encabezado.tpl.php blocks-view--banners-encabezado.tpl.php and more How can I discover the .tpl name for my view?? I'm using fourseasons theme. Thanks for all! -- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar #######################################
You can use whatever tp name you want but you have to call it in your template.php You can find some info here : http://drupal.org/node/42597 Damien Cirotteau www.rue89.com On Tue, Oct 14, 2008 at 9:05 AM, Gorosito Gonzalo <xgonzalo@gmail.com> wrote:
Hi everyone!!!!
I lost 2 hours trying to find a .tpl name for my view:
My view is called: banners_encabezado
This is a view with block output selected.
i've tried:
views-view--banners-encabezado.tpl.php views-view--banners_encabezado.tpl.php blocks-view--banners-encabezado.tpl.php
and more
How can I discover the .tpl name for my view??
I'm using fourseasons theme.
Thanks for all!
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar ####################################### -- [ Drupal support list | http://lists.drupal.org/ ]
I've forgot to say this: I'm using drupal 6.5 with views 1.1 , if I have a view called "lala" The tpl file will be: - views-view--lala.tpl.php ??? (it doenst work) - view-view--lala.tpl.php ??? (it doenst work) - views-view-lala.tpl.php ??? (it doenst work) Can anyone help me with this? :$ Thanks!!!!! On Tue, Oct 14, 2008 at 4:24 AM, Damien Cirotteau <dcirotteau@rue89.com> wrote:
You can use whatever tp name you want but you have to call it in your template.php You can find some info here : http://drupal.org/node/42597 Damien Cirotteau www.rue89.com
On Tue, Oct 14, 2008 at 9:05 AM, Gorosito Gonzalo <xgonzalo@gmail.com> wrote:
Hi everyone!!!!
I lost 2 hours trying to find a .tpl name for my view:
My view is called: banners_encabezado
This is a view with block output selected.
i've tried:
views-view--banners-encabezado.tpl.php views-view--banners_encabezado.tpl.php blocks-view--banners-encabezado.tpl.php
and more
How can I discover the .tpl name for my view??
I'm using fourseasons theme.
Thanks for all!
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar ####################################### -- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar #######################################
Did you try page-lala.tpl.php ? Regards Florent, Gorosito Gonzalo a écrit :
I've forgot to say this:
I'm using drupal 6.5 with views 1.1 , if I have a view called "lala"
The tpl file will be: - views-view--lala.tpl.php ??? (it doenst work) - view-view--lala.tpl.php ??? (it doenst work) - views-view-lala.tpl.php ??? (it doenst work)
Can anyone help me with this? :$
Thanks!!!!!
On Tue, Oct 14, 2008 at 4:24 AM, Damien Cirotteau <dcirotteau@rue89.com> wrote:
You can use whatever tp name you want but you have to call it in your template.php You can find some info here : http://drupal.org/node/42597 Damien Cirotteau www.rue89.com
On Tue, Oct 14, 2008 at 9:05 AM, Gorosito Gonzalo <xgonzalo@gmail.com> wrote:
Hi everyone!!!!
I lost 2 hours trying to find a .tpl name for my view:
My view is called: banners_encabezado
This is a view with block output selected.
i've tried:
views-view--banners-encabezado.tpl.php views-view--banners_encabezado.tpl.php blocks-view--banners-encabezado.tpl.php
and more
How can I discover the .tpl name for my view??
I'm using fourseasons theme.
Thanks for all!
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar ####################################### -- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
I Have all these .tpl.php files and nothing happens: the real view is called "banners_encabezado" $ ls -la *banners* -rw-r--r-- 1 fundidores pg1788088 41 2008-10-14 08:39 banners_encabezado.tpl.php -rw-r--r-- 1 fundidores pg1788088 41 2008-10-14 08:39 banners-encabezado.tpl.php -rw-r--r-- 1 fundidores pg1788088 41 2008-10-14 08:41 blocks-views-banners-encabezado.tpl.php -rw-r--r-- 1 fundidores pg1788088 62 2008-10-13 23:54 views-view--banners_encabezado.tpl.php -rw-r--r-- 1 fundidores pg1788088 41 2008-10-13 23:51 views-view--banners-encabezado.tpl.php -rw-r--r-- 1 fundidores pg1788088 41 2008-10-13 23:50 views-view-banners-encabezado.tpl.php -rw-r--r-- 1 fundidores pg1788088 41 2008-10-14 00:00 views-view-unformatted--banners_encabezado.tpl.php -rw-r--r-- 1 fundidores pg1788088 41 2008-10-13 23:55 view-view--banners_encabezado.tpl.php -rw-r--r-- 1 fundidores pg1788088 41 2008-10-13 23:55 view-view-banners_encabezado.tpl.php The view is of type "block", and the cache is disabled on views configuration. Please help i'm more than half of a day on this :( On Tue, Oct 14, 2008 at 12:11 PM, Florent JOUSSEAUME <florent.jousseaume@makina-corpus.com> wrote:
Did you try page-lala.tpl.php ?
Regards
Florent,
Gorosito Gonzalo a écrit :
I've forgot to say this:
I'm using drupal 6.5 with views 1.1 , if I have a view called "lala"
The tpl file will be: - views-view--lala.tpl.php ??? (it doenst work) - view-view--lala.tpl.php ??? (it doenst work) - views-view-lala.tpl.php ??? (it doenst work)
Can anyone help me with this? :$
Thanks!!!!!
On Tue, Oct 14, 2008 at 4:24 AM, Damien Cirotteau <dcirotteau@rue89.com> wrote:
You can use whatever tp name you want but you have to call it in your template.php You can find some info here : http://drupal.org/node/42597 Damien Cirotteau www.rue89.com
On Tue, Oct 14, 2008 at 9:05 AM, Gorosito Gonzalo <xgonzalo@gmail.com> wrote:
Hi everyone!!!!
I lost 2 hours trying to find a .tpl name for my view:
My view is called: banners_encabezado
This is a view with block output selected.
i've tried:
views-view--banners-encabezado.tpl.php views-view--banners_encabezado.tpl.php blocks-view--banners-encabezado.tpl.php
and more
How can I discover the .tpl name for my view??
I'm using fourseasons theme.
Thanks for all!
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar ####################################### -- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar #######################################
Ensure you've cleared the theme registry. On Tue, Oct 14, 2008 at 9:04 AM, Gorosito Gonzalo <xgonzalo@gmail.com>wrote:
I've forgot to say this:
I'm using drupal 6.5 with views 1.1 , if I have a view called "lala"
The tpl file will be: - views-view--lala.tpl.php ??? (it doenst work) - view-view--lala.tpl.php ??? (it doenst work) - views-view-lala.tpl.php ??? (it doenst work)
Can anyone help me with this? :$
Thanks!!!!!
On Tue, Oct 14, 2008 at 4:24 AM, Damien Cirotteau <dcirotteau@rue89.com> wrote:
You can use whatever tp name you want but you have to call it in your template.php You can find some info here : http://drupal.org/node/42597 Damien Cirotteau www.rue89.com
On Tue, Oct 14, 2008 at 9:05 AM, Gorosito Gonzalo <xgonzalo@gmail.com> wrote:
Hi everyone!!!!
I lost 2 hours trying to find a .tpl name for my view:
My view is called: banners_encabezado
This is a view with block output selected.
i've tried:
views-view--banners-encabezado.tpl.php views-view--banners_encabezado.tpl.php blocks-view--banners-encabezado.tpl.php
and more
How can I discover the .tpl name for my view??
I'm using fourseasons theme.
Thanks for all!
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar ####################################### -- [ Drupal support list | http://lists.drupal.org/ ]
-- [ Drupal support list | http://lists.drupal.org/ ]
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar ####################################### -- [ Drupal support list | http://lists.drupal.org/ ]
-- Brian Choc Technology Manager Teaming for Technology Colorado 2505 18th St. Denver, CO 80211 P: 303.561.2377, F: 303.455.6462 http://www.t4tcolorado.org
If you're on Drupal 6, both the View itself ("Theme" under basic settings) and the Developer module (Theme Developer submodule) can provide the options you need. Brian On Tue, Oct 14, 2008 at 1:05 AM, Gorosito Gonzalo <xgonzalo@gmail.com>wrote:
Hi everyone!!!!
I lost 2 hours trying to find a .tpl name for my view:
My view is called: banners_encabezado
This is a view with block output selected.
i've tried:
views-view--banners-encabezado.tpl.php views-view--banners_encabezado.tpl.php blocks-view--banners-encabezado.tpl.php
and more
How can I discover the .tpl name for my view??
I'm using fourseasons theme.
Thanks for all!
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar ####################################### -- [ Drupal support list | http://lists.drupal.org/ ]
-- Brian Choc Technology Manager Teaming for Technology Colorado 2505 18th St. Denver, CO 80211 P: 303.561.2377, F: 303.455.6462 http://www.t4tcolorado.org
So I'm using fourseasons theme. I still do not undestand the criteria to determine the names of the tpl. Is there a way to determine these names with an standard? On Tue, Oct 14, 2008 at 12:01 PM, Brian Choc <bchoc@t4tcolorado.org> wrote:
If you're on Drupal 6, both the View itself ("Theme" under basic settings) and the Developer module (Theme Developer submodule) can provide the options you need. Brian
On Tue, Oct 14, 2008 at 1:05 AM, Gorosito Gonzalo <xgonzalo@gmail.com> wrote:
Hi everyone!!!!
I lost 2 hours trying to find a .tpl name for my view:
My view is called: banners_encabezado
This is a view with block output selected.
i've tried:
views-view--banners-encabezado.tpl.php views-view--banners_encabezado.tpl.php blocks-view--banners-encabezado.tpl.php
and more
How can I discover the .tpl name for my view??
I'm using fourseasons theme.
Thanks for all!
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar ####################################### -- [ Drupal support list | http://lists.drupal.org/ ]
-- Brian Choc Technology Manager
Teaming for Technology Colorado 2505 18th St. Denver, CO 80211 P: 303.561.2377, F: 303.455.6462 http://www.t4tcolorado.org
-- [ Drupal support list | http://lists.drupal.org/ ]
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar #######################################
its any function like phptemplate_views_view() to call to handle the views? On Tue, Oct 14, 2008 at 1:12 PM, Gorosito Gonzalo <xgonzalo@gmail.com> wrote:
So I'm using fourseasons theme.
I still do not undestand the criteria to determine the names of the tpl.
Is there a way to determine these names with an standard?
On Tue, Oct 14, 2008 at 12:01 PM, Brian Choc <bchoc@t4tcolorado.org> wrote:
If you're on Drupal 6, both the View itself ("Theme" under basic settings) and the Developer module (Theme Developer submodule) can provide the options you need. Brian
On Tue, Oct 14, 2008 at 1:05 AM, Gorosito Gonzalo <xgonzalo@gmail.com> wrote:
Hi everyone!!!!
I lost 2 hours trying to find a .tpl name for my view:
My view is called: banners_encabezado
This is a view with block output selected.
i've tried:
views-view--banners-encabezado.tpl.php views-view--banners_encabezado.tpl.php blocks-view--banners-encabezado.tpl.php
and more
How can I discover the .tpl name for my view??
I'm using fourseasons theme.
Thanks for all!
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar ####################################### -- [ Drupal support list | http://lists.drupal.org/ ]
-- Brian Choc Technology Manager
Teaming for Technology Colorado 2505 18th St. Denver, CO 80211 P: 303.561.2377, F: 303.455.6462 http://www.t4tcolorado.org
-- [ Drupal support list | http://lists.drupal.org/ ]
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar #######################################
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar #######################################
Gorosito Gonzalo wrote:
Hi everyone!!!!
I lost 2 hours trying to find a .tpl name for my view:
My view is called: banners_encabezado
This is a view with block output selected.
i've tried:
views-view--banners-encabezado.tpl.php views-view--banners_encabezado.tpl.php blocks-view--banners-encabezado.tpl.php
and more
How can I discover the .tpl name for my view??
I'm using fourseasons theme.
Thanks for all!
On any view you can visit the "Theme: information" link and it lists all the possible .tpl.php names. I'm sorry you lost 2 hours on this, but you skipped a really important link in the UI.
Yep!!!!!! I've found it! Now I'm trying to develop a module for ads, because the ad module doent show the blocks when I set it. Anyone made it work in drupal 6?? On Fri, Oct 17, 2008 at 2:29 AM, Earl Miles <merlin@logrus.com> wrote:
Gorosito Gonzalo wrote:
Hi everyone!!!!
I lost 2 hours trying to find a .tpl name for my view:
My view is called: banners_encabezado
This is a view with block output selected.
i've tried:
views-view--banners-encabezado.tpl.php views-view--banners_encabezado.tpl.php blocks-view--banners-encabezado.tpl.php
and more
How can I discover the .tpl name for my view??
I'm using fourseasons theme.
Thanks for all!
On any view you can visit the "Theme: information" link and it lists all the possible .tpl.php names. I'm sorry you lost 2 hours on this, but you skipped a really important link in the UI. -- [ Drupal support list | http://lists.drupal.org/ ]
-- ####################################### # Gonzalo Gorosito # Web Programmer / Sys Admin # http://www.ggorosito.com.ar #######################################
participants (5)
-
Brian Choc -
Damien Cirotteau -
Earl Miles -
Florent JOUSSEAUME -
Gorosito Gonzalo