This forum is for assistance with theme development.

PHPTEMPLATE

HY:

Can I use PHPTEMPLATE theme engine for my independent php projects or only with DRUPAL????

THANKS ;)

Themeable Comment

Greetings,

what I need is a way to modify the layout of comment title displayed cause I want to do this:

Comments

"no comment yet" if there's no comment or, if there are some comments, the comment list.

then after the

Add new comment

I have to post my disclaimer like
"comments may be removed if you etc etc"

is there anyway for me to do this with the phptemplate engine?

Thx for any answer

Hacking bluemarine theme; what do you think so far?

Hi folks

I'm experimenting with a pimped copy of the bluemarine theme.

Goals:
- two columns
- centered, fixed width viewable on 800+ pixels displays.
- IE 6, Firefox 1.5 and Opera 9 compatibility.
- xhtml 1.0 valid
- font scaling support (to some extend)
- core modules and extra modules support, including tinymce

I'm by no means done yet, but I got a bit further today - what do you think?: www.oldrup.dk

Bjarne

Good theme to edit to get this layout?

Hi everyone,

I'm very new to drupal, and have only a basic grasp of CSS, but im wanting to edit a theme so that I can get a layout on my site, similar to theonion.com. I really want the Right bar, running all the way to the top!

Are multiple return points in template.php OK?

As I have started adding stuff to my template.php files, this question came up.

flatforum does this:

function _phptemplate_variables($hook, $vars) {
...
  if ($is_forum) {
    switch ($hook) {
    ...
   $variables = array();
    ...
   return $variables;
}

Then, other code snippets, added to this function for other purposes, do something like this:

Permissions don't scroll in burnt theme

I have just added a number of roles. When navigating to Administer->Access Control->Permissions my table of roles (along the top) and permissions (along the left ) does not have a horizontal scroll bar for scrolling to the right. Of course, this means that I can't edit the Permissions on those roles which fall too far to the right to be seen. (I can shrink the size of the text on the page to allow all columns to appear, but at some point, the size will get too small to really read - so I don't think this is a great solution).

Pages

Subscribe with RSS Subscribe to RSS - Theme development