and how this is better than exposing the node add form to anonymous sans a few fieldsets
this will help you.
good!
i plannet to include geshi raw class
but this is really a better solution
my idea is to let users to add a pastebin content as usual content
and add pastebin content when a user enclose large text between two special tags
[paste]huge text[/paste]
this in the comment or comment text will be shown as a link to the automated created new pastebin content
could be a good solution?
and how this is better than exposing the node add form to anonymous sans a few fieldsets?
my idea is to have the two solutions
for a user posting a comment is more easy copy the text directly in the content
the user can anyway post the huge text with a node add form as usual
argh.. i need help converting code from drupal 4 to 5. I had this function in my template.php that selects CSS depending on language. This worked in drupal 4, but now not in 5.2. http://pastebin.ca/664280
have you checked the relveant handook pages?
update themes?
opsie
no bot.
chx i'm reading for a while now what i can get frm the search. a few threads. I haven't foudn a solution yet
http://drupal.org/update/theme
http://drupal.org/node/64292#drupal-add-css
thanks chx
it seems to me that the whole function itself is not being seen.. function phptemplate_stylesheet_import($path, $media = 'all')
i just have a die('aaa'); in it, and nothing happens
Hello.
How can I populate a form with values taken from a database?
what form?
I have a custom-made form with a few textfields
sorry no time right now. I'll bbl
sure
ping
yop yop
Is there a way to customize the registration form, without editing core code?
sure, form_alter it
hook_form_alter?
http://api.drupal.org/api/function/hook_form_alter/
thank you
Is it possible to create a new profile type?
i've no idea what you mean, but the answer is "yes". :p
There is a list selection type, which you have to enter each new option at a new line in the profile module. but I need to use values from the database, and I have no idea how to create a new type so I can select from DB
There is a list selection type, which you have to enter each new option at a new line in the profile module. but I need to use values from the database, and I have no idea how to create a new type so I can select from DB