Hi there,
I am planning to make a site where i have a large list of restaurants, shop and events details(probably as nodes in drupal).
Is it possible to make a page where i can sort the restaurants/Shops with a field name Postcode or/and State?
Is it possible to make a page where i can show the clients the events happening on a particular week? particular state?
is it possible for me to provide my site visiter to choose from a drop down menu the "state_name" and see the restaurants in that state.
I would like to know whether all these are possible using drupal?
How do you create links to content on your website and to external websites?
Hi,
I am having Single Vocabulary with some terms defined say:
Term A
-- Term A Child
Term B
-- Term B Child
Term C
-- Term C Child
Also I have installed Domain Access module for multi-domain setup. I am having 3 domains sharing user and content pool.
Now I want to restrict these terms to be accessible while creating nodes.
Say for example1.com I want only Term A and their child terms to be accessible and example2.com only Term B and sub terms and so on.
Please guide me how to achieve this?
I've been using a Drupal site for a while now but just started playing around with views. It became clear that I would need taxonomy terms to catagorize my content correctly.
So I created taxonomy vocabulary and terms. Volia! Everythings great... except... all the OLD content, the previous books that I had created are not allowing me to link them to the taxonomy terms from the "Edit" page.
How can I edit books that I created previous to today's implementation of 'taxonomy' so that they are all tagged as well?
I spent several hours banging my head up against the wall looking for a solution to the missing images on the Ubercart catalog and the checkout cart section. I searched and I searched and on google I found scores of other frustrated developers who had run into the same problem, but I didn't find any solution posted. It turns out that the actual solution is very simple, but downright unintuitive.
As of the date of this writing views 2 for Drupal does not have a canned method of accepting multiple arguments that are CCK fields. The case where this came up for me was in a CCK select field that had dynamically generated options (created through php). The options were years, and the user was allowed to chose multiple years. How then, can one set a view to dynamically filter for content that had been marked with at least one of the years sent in the argument?
There seems to be some debate as to whether there is an actual SEO penalty to using spaces or the encoded %20 in urls. I've spent some time researching the matter and I wasn't able to come away with any conclusive evidence one way or the other. However, when a client wants a site with no spaces or %20 in the urls that is in itself a deciding factor.
Apparently my client and I aren't the only ones that ran into this problem, and perhaps I wasn't the only one to come up with this solution, but I didn't find it posted anywhere else on the internet, so I am going to post it here.
Hi,Aaron
Would you like to tell me more about :"http://www.pixelclever.com/how-and-why-use-l-function-create-links-drupal-programming"?
as that:
which file should I put the following code into? :
l($text, $path, $options = array())
or the example: print l('This is the link text', 'node/2');
$options = array(
'attributes' => array(),
'html' => TRUE,
);
l('', 'node/1', $options);
should I type the code in the page.tpl.php or the others?
Hi,Aaron,
Would you like to tell me what should I do when I want to add a primary link ittem for the pages with the content of flashes just like the drupal do for the "blogs" or "forums"?
Thanks in advance!
hello
How do i export a feed daily to my website hosting company in a xml format?
Thanks in advance.