|
To make installable theme quickly for these CMS.
These things would be used.
CSS XHTML/HTML JavaScript PHP MySQL in-built FTP would be even better
Started by jitendra on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
In Drupal at least a theme is just.
Again , use Emacs!
It has support for all of the above .
|
|
Is there any website that allows me to try joomla, or drupal online?
Basically I want to learn Joomla and Drupal, but don't feel like download the whole source and install it on my computer and start configuring it. I would prefer an online service ( ...
Started by Ngu Soon Hui on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can work with Drupal, Joomla, WordPress, and many more.
Demo.joomla.org/ Drupal: http://php.opensourcecms.com/scripts/details.php?scriptid=191
Opensourcecms.com has system with the application already installed.
|
|
I want to store PDF and Image files in Drupal. By default Drupal seems to store binary/uploaded files into the filesystem. I want to to be able to store files so that - I can have workflows, metadata, IP information and URL aliases?
Update , am still ...
Started by Cynthia on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
URL aliases for nodes....
IP information is recorded automatically by Drupal's logging logs to syslog).
The upload module or rules modules to implement workflow.
The simplest solution for Drupal is to use the Upload module, which is in core.
|
Ask your Facebook Friends
|
I talked to a few friends that say Drupal is amazing and that it is way better than Joomla. What are the major differences/advantages.
Started by Brian G on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
But then again, I'm looking at it with a programmer's eye.) Drupal, on the other hand or less) plug-ins that....
Joomla is praised painful to use.
Consensus is that programmers prefer Drupal whereas mere mortals prefer Joomla.
|
|
When my user registers in Drupal and his account is created, I'd like to be able to create an account in a 3rd-party system (e.g. some moodle site).
Is that possible with an existing module? If not, what would be the preferred way to add this functionality...
Started by Stella Peristeraki on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I used it a couple years ago and it was kind of a headache, but I'd guess comfortable writing Drupal modules....
BTW: no existing module for Drupal.
Such as delete or update) so you can manage users from your Drupal installation as well.
|
|
I would like to display a Drupal view without the page template that normally surrounds it - I want just the plain HTML content of the view's nodes.
This view would be included in another, non-Drupal site.
I expect to have to do this with a number of ...
Started by ceejayoz on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
You can alter the theme paths of the page array if you prefer (to change the location of where drupal node.tpl.php to show (or any of drupal's form views, etc...) and would be an easy way to avoid variable in node-fullhtml.tpl.php....
|
|
Hi guys!
Im new to drupal (just finished my first web site with it), i found it very simple and powerfull to use.
Recently, i've been asked to build a community with Zikula.
They prefer to use zikula becose it is the 'evolution' of phpnuke, that is the...
Started by DaNieL on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I've never heard of Zikulas ; I've been working with Drupal for a couple of months -- and heard about Drupal....
You would want to learn it is not yet Zikulas hour .
From google trends Blue is drupal, yellow is phpnuke and red is zikula.
|
|
Somebody has posted an hour ago or so a question that was about the drupal search engine and was about like this:
I know drupal should index anything that is returned by node_view() but this is not happening for my custom content. Also: are there better...
Started by mac on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
However, for very big and busy sites people prefer to use external tools altogether, like a google information on search and Drupal....
The Drupal search engine is probably not the most celebrated feature of Drupal, but is fairly solid.
|
|
What do I want to achieve? We are currently working on a PHP project that uses Drupal .
I desperately want to learn how to create a One-step build for the whole project. Preferably by using something new (for me) that seems very powerful: Maven
Basically...
Started by Heinrich Filter on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Not only.
But, beyond that, I think your fixed checkouts of Drupal core & contributed modules committed to your project's repository.
The Drush 'module' is a great tool for scripting out things in Drupal.
|
|
Is there a module in Drupal that allows me to put link at the end of a page?
I tried to use menu and put it as a block at the footer, but the menu items are arranged vertically, instead of horizontally.
Is there anyway to do it without ( preferably) touching...
Started by Ngu Soon Hui on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Links at the end of the....
If you would post a link to your site, or the html + css, i could help with the css .
Which is why i doubt that there is a module for this .
Changing the menu items from vertically to horizontally is a matter of 1 or 2 css rules .
|