Hello,
as the subject already mentioned i'm an absolut beginner. i have two, maybe simple questions. the first deals with the garland theme. you may know the bg-content-right.png, which is the right border for the content. i want to extend this border, in order to have the nice shade over the right navigation -> because my navigation is on the right side. what i achieved is, that the .png shows in the navigation, but is not proper rendered and the original doesn't disappear in the content. that's the code around line 410 of the style.css
------------------------------- I am trying to run the ThickBox Window only the first time they enter the page as a login and nag page. I have been at this for literally days used different methods such as trying to jerry rig drupal to use both jquery and prototype etc... I think this is the closet I have gotten. My problem it tells me my url is not an image?? my url is going to a login page that was custom made .tpl.php login (I altered the Template.php to look for /login for only one case not for all other logins etc.. for drupal just need to be able to load it in the iframe........ any ideas I am starting to go blind.. The above javascript does work and understands not to run the code if they have already been to the page... Your help will be greatly appreciated thanks and may the force be with you.......................
window.onload = checkVisit;
function setCookie(name, value, expires, path, domain, secure) {
document.cookie= name + "=" + escape(value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "");
}
function getCookie(name) {
var dc = document.cookie;
var prefix = name + "=";
var begin = dc.indexOf("; " + prefix);
if (begin == -1) {
begin = dc.indexOf(prefix);
if (begin != 0) return null;
} else {
begin += 2;
}
I operate a site as a hobby, www.tvgrapevine.com and would love to use drupal as the front end to the site, but I have my eye on a particular style of theme and am wondering if it already exists, or of there is a designer willing to make it. It would be nice if it resembled the exsisting www.tvgrapevine.com site, but it is not a must.
I'm working on setting up a used bookshop using Drupal ecommerce and multiple taxonomies. In the product display, which is using the node.tpl.php code, I post a book with various settings and the taxonomy list appears as one long string on one line, for example:
Smith, Kristine Harper EOS Book In Stock Science Fiction Gently Used
What I want to display would be the terms on multiple lines with labels:
Author: Smith, Kristine
Publisher: Harper EOS
Item Type: Book
Status: In Stock
Genre: Science Fiction
Condition: Gently Used