it didnt took me long to develop my own Theme.
But i have a little problem I have installed phptemplate, and scripted my theme.
However phptemplate refuses to show my primary and secondary links.
I also uploaded argeebee-4.6.0 Theme wich also works with phptemplate and here to it dont show my links :S
This is my Theme code:
print $sidebar_left
if (count($secondary_links)) : foreach ($secondary_links as $link): print $link endforeach;
endif; if (count($primary_links)) : foreach ($primary_links as $link): print $link endforeach; endif; print $sidebar_right
I'm new to both Drupal and php, but have nearly finished my first site - very happy! I have searched the forums and handbooks and found lots of similar things, but still haven't managed to figure out the answer. It seems to me that it should be fairly simple and I am just missing something!
I wish to use the (4.7) functionality to use php to set block visibility settings so that a custom block will display only on any pages that do not have any other block displayed in the left sidebar.
Hi, I'd like to use this theme but has one little annoying thing, that the language switcher lists flags and language names too in separate lines, so having 2 languages is a list of four, and looks bad as if there were 4 lang.s. All the other themes display the flag+name in one line, not in two.. I checked the paragraph containing this part and its the same in all other themes, and have only two "li" elements and only a space between a flag and country name, so I dont understand why Friendselectric makes a four line bulleted list when theres only 2 list items in the code.
Hi, i have installed the new nodevote module and i would like to change around the look and feel of it a little. Not really the placement.. im more interested in knowing how to change the border color, border style, and background color. Any help would be great.
Thank you.