Using the statuses module for Drupal 7 and when I open statuses/all in Drupal it is all sorts of out of whack.
"Broken/Missing Handler"
Unable to preview due to validation errors.
Style RSS Feed requires a row style but the row plugin is invalid.
The view works on the frontend of the site just fine /statuses/all -- no problems whatsover, but views seems to be busted up. Any advice on how to fix this? What is going on?
I want to create additional user accounts pages besides just /user/user-name, user/uid/edit, etc.
Basically, I want a separate page that mimics the account page, so that I can populate it based on the UID of that user. If that makes sense? My initial thought is simply to make a views page and pass in a contextual filter, but not sure I want to have to run a default query.
I have an imitation ad banner system on my site that uses a custom content-type for adding the banner, some text about the company and a link to their web address.
I am able to use statistics to count (node_counter) the number of times a node has been viewed, but i want to do the same thing with views, count the number of times the view showing the ad has been displayed.
Basically trying to get a "views" count and a "clicks" count so that I can display that to the end user.
Is there a more solid way of going about this? Any ideas?