I'm creating a search results page that returns a views list. The views list will have a pager. At the top of each page I need to show the number of records per page out of the total number of records returned for the entire view (i.e., the text would look like this: 'Display results 1-10 of 480 for your search on "stuff"'.
So, I'm trying to get the '1-10' number and the '480' number from my view. Thanks in advance for your help!
Hi everybody. I am not sure why my ajax response is returned in 2000 ms (checked with firebug). The response is calculated in my module, and I use an exit(); call in order not to get the whole html back, just after the response has been calculated.
Is it because the call is made to my module? which has to load everything? (js files, css files, etc.)
I am looking for two modules: a videostreaming module and a multilanguage module (has to support arabic (RTL) and Tyrkish) but I cant find any - can anybody help?
I’m new to Drupal, and I’m just developing a module that would allow the release of a newsletter from the site. I’ve copied the module “simplenews” and have began editing it to suit my needs, I’ve got a good grasp of the form objects etc but I’m having a problem populating them.