I'm quite new to Drupal 7, after a lot of websites done with Wordpress... and I'm just loving Drupal for his simplicity!
I'm basically creating a website for an association doing charity trips to Brazil every year. So I created a custom content type called "Operation" (it's just the "event" happening every year) with some custom fields such as year, group photo, works done, etc...
Localhost - D7 CLEAN URLs Function STILL not working
Posted by paulbuk on February 9, 2011 at 5:43pm
Further to me previous post, I have now put the default .htaccess in the D7 root. but the CLEAN URLs function in the D7 Dashboard, is still showing a lack of 'tick' box.
I need to eliminate whether it's a D7 issue or an Apache issue on my Ubuntu WebDev box.
FYI, I'm running the standard Apache2 on Ubuntu v10.2, I merely want to use the box for webdeb prior to any live sites. If I'm working on 3 sites, say:
Hi,
when I am creating function for page_callback,I can use arguments which are BEHIND path. But how can I get arguments from within the path?
this works: somepath/mymoodule/% - I can use "%" as argument as page callback parameter
this does not work for me: somepath/%/mymodule/ -now I cannot access argument "%"
Is this not possible or am I doing something wrong?
In previous version of Drupal you could allow authenticated user to choose their personal default theme as a section of the user profile under the Theme Configuration drop-down in My Account.
I think I was aware of that, but just looking to use that functionality now. Am I missing something? Some permission I skipped? Is there a module for this?
I've found a ton of posts about this and as far as I can tell I've done exactly what everyone has said but I still can't get page--front.tpl.php to work in drupal 7.