Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am using the IndexPage module for a large number of taxonomy terms - but am not happy with it. I cant configure it how I want such as splitting it up by vocabulary and it doesnt do basic things like put the terms in alphabetical order.
What alternatives to IndexPage are there?
(You can see my indexpage in action at http://www.DiverseBooks.com/V3/
You are seeing an index of over 800 reviews with all review metadata fields set up as taxonomy terms)
I have set up my weblinks module and as i see it, i must create a node for every link, and by doing so it creates a weblink_goto url that i can then use as the direct drupal tracked link out. Not ideal, as i would rather just create my own url for the link eg (www.mydomain.co.uk/weblinks/greathostingcompany)
I have a little problem. I have setup my teaser to remove all html tags, but then when I write an article and click on "preview", this is this setting which is beeing used.
How can I test if I'm in preview mode? The $page variable has the same value between the teaser and the preview mode.
I have the bookreview module. Suddenly it didn't make any teasers. After some trouble-shooting I found that the problem was that a certain teaser length was set in the code. Changing that lengt and the teasers started to work again. The thing is that I want teaser lenght to be indefinite, that is no lenght set. How do I write that in the code so that I get my teasers? I mean, it is easy to write 600, 800 etc but how do I write no lenght set so that it is understood by the computer?