This forum is for assistance with theme development.

custom login page

Hello folks,

I used this http://drupal.org/node/154113 to make a custom login page etc...

You can see the site here http://www.southcoastevents.org.uk and go to members.

It works fine... but I need to show this custom page when on http://members.southcoastevents.org.uk aswell... anyone know how?

Cheers
Steggs81

just a "simple" site

Ok... I've been fiddling around with drupal now for almost 2 months. I really like many of its cool features. BUT what i really dont get is, why i cant seem to get a pretty "simple" site done in easy steps.
For example: i want a certain box (little text with image... whatever) to appear on the frontpage but not in the CONTENT area but somewhere else - is it really the simplest way of doing it:

1. create a "page" content
2. create a "block from node"
3. direct the block into the area
4. fiddle around with the wheight till it appears there

and if its not just a simple "page" but a different node i have to build a PHP template from it and style it with extra css

in addition it seems sooo weird, not to be able to make simple querries for data and place the field wherever i want it to. selfbuild querries integrated in PHP wont work anyway, because drupal keeps changing around the tables in the database (not that this would help a lot to speed up drupal... its really really slow)

i am really frustrated at the moment. i started drupal with a hopeful smile on my face but now it vanished completely. one solved problem seems to produce 2 new ones. many modules seem to be programmed good, but also many modules have many many bugs. I know (!) this is hard and not even paid work, programming this stuff - but still... it seems i have to fix something anytime i add a module.

Javascript and Theming in Drupal

Hi!
I need to put a button to increase/decrease font size in my theme an I have a library (js file) with this functions ready to use.
I'd like to know how can I insert this library in my theme? And if I could do it just putting in my page.tpl.php file.

I saw that must be carefully when using javascript in drupal so I preferred ask first.

Thanks,
Regards,

Thiago.

BOX GREY LOGO POSITION

Instead of having my logo in the header, I would like it to appear right below the navigation bar.
How do I do this?
I am using Box_Grey.

Using node_view crashes Apache

Hi

I am trying to manipulate the output of a node (of a custom content type 'event') in node-event.tpl.php. I want to add items to a particular fieldset in the $node array but when I try to render this using node_view(), it crashes Apache and returns a blank page.

The code is very simple but perhaps completely wrong. It crashes Apache just with the following line (not even any alterations to the $node yet).

Code in node-event.tpl.php:

node_view($node);

The server error is as follows:

Diferent display for nodes

Hi, i have a Drupal site that will hold diferent types of articles, one of them need to be shown with all site blocks (sidebar blocks) but other type need to be shown in a page with only header and footer, no sidebars, (much like a static page) how could i archive this goal?

Thanks

Pages

Subscribe with RSS Subscribe to RSS - Theme development