I moved the site from a testing subdirectory to go live, and almost all of it works, but there is no theme showing for the home page when I am not logged in. The content that is there is OK, but missing boxes down right. All other pages ok, and the site works ok when logged in.
OK, pull out the flame throwers and frag grenades. Got them ready? .....
Here's the scoop: I'm signed up with Godaddy, yes yes yes, they suck, get a new isp, and so on. Anyway I got a discounted coupon and does anyone know where to get a 2 year hosting and domain reg for only $25? With that sort of storage and bandwidth... Me either?
Hey guys, I'm sure this is a simple question. Is it possible to detect the type of nodes being passed along listed as teasers? There are a few scripts running in the head section and I'd like to disable them if there are no image nodes showing up. --specifically the Lightbox script.
I know I could set up a whole taxonomy just for image nodes and detect it from the taxonomy # but I'd rather not. It would be more consistent not being dependent on vocabulary. For example.. the front page or the views module would bypass taxonomy.
I have an outside database of locations. They are associated with loc_id in the database.
I'd like to create a node that has some php code that would access the last number and use it as the loc_id such that the url would be something like:
node/23/15
where node/23 is the page and 15 would be the loc_id that I would just access via the arg function. Is this possible or is there a better way to go about it?
This is a simple one. I want to introduce two types of comments (one for debate, another for editing notes), with different themes for each type and a filtering option. Users shall be able to select the respective type using a radio button or somesuch. Ideally, it would not be possible to anwer with a debate comment on an editing comment, but vice versa.
Has anyone done such a thing? How would you go on about doing it? Forms API? Hacking the comment.module? Thank you for giving a hint!