I had a few questions I was having trouble figuring out even after lots of searching around.
I'm trying to implement a few features relating to search on our site. The biggest problem is that the search will hit content titles and bodies, but I don't know how to make it also search any of the custom text fields I've added to help categorize and describe the content. Is there any way to do this with the stock Search module?
Best Practice - Syncing Localhost [dev] to live [prod] sites and Visa-Versa
I'm sure most peeps have an interest in this and as my own knowledge 'grows' I'm keen to find a better way to manage future Drupal upgrades from localhost to production sites.
Todate, I've mainly learned by 'trial and error' since I for one cannot find any decent tutorials on 'syncing' (maybe it's because it' in the realm of DB/SQL and not namely Drupal/CMS) and since I have spent a large amount of time learning, building both local and online (ie on ISP's webspace) I'm keen NOT to lose all my hard graft or to have to 'hand amend' back-end SQL tables!!
For me, I've ditched 100% M$ in favour of running a pure Linux LAMP box (Ubuntu *nix) and todate don't miss M$, infact it makes more sense IMO, but as often said, "so much to learn...." and I find I spend more time wasting by 'trial and error'. For me, I've been in IT for 25 years (mainly as a studio musician (Atari ST!) then via M$ as a 10yr M$ IT lecturer) so I'm not a 'mere' novice but true since jumping the Joomla ship, am at the stage only 6 months into D7 more so than I was some 18 months ago when I first dipped my toes into D6 (but never took it any further).
I have a fresh install of drupal and i already have a question.
How i can put my calendar view at the front page of my website (booking website for my hairdresser) ?
I'm trying to set the Title Field, where users (other than the admin) should not be allowed to change the title and I don't want the edit title field to even show up, however I can't seem to make this happen.
Under permissions, I have it to where the admin is the only one who can add/edit title fields, yet when I log in as a regular user and go to a page that I created, the title field is right there, waiting for a title. I go down to "page title settings" and uncheck the box, yet again the title field is still there.
I created a custom module with a custom form,
I am using the form_example of the Form API quickstart guide....
So I implemented the hook_menu() in modulename.module and
customized my form in the file modulename.inc...
But now I don't know how to display results in a second page, how do I do that?
May be it's simple to do but I couldn't find a way...
I am using the Bartik theme with Views and exposed forms.
I have modified my layout.css file to format page - and the site looks fine on Safari and Chrome. However on Firefox, my fields for my Exposed Form for my view is too long.
Any suggestions on how to change the length of these textforms - and/or why Firefox would display this differently?