Thanks for reading. Trying to create a clickable button in a Global Text Area in a View. I know I have gotten this to work before and even took notes but I cannot get it to work again.
I've got Full HTML set on the text area and the link to create a new contact is this:
http://x.x.x.x/contacts#overlay=node/add/task
Here's the notes I took which I'm pretty certain was working previously.
I've seen this happen on multiple sites and on different servers. I try to go to a page, it just sits there like it is trying to load the page. It twirls and twirls for sometimes over a minute. When this is happening, if I press F5 or refresh, the page I'm trying to load often loads instantly. Its like it is stuck in some sort of endless loop and giving it a kick snaps it out of it.
I need to be able to search from my Drupal site to only get results from certain sites that I decide (sites that I add to my Drupal site gradually).
Is there a module to have this functionality on my Drupal site?
My goal, as I said above, is to save the searches and consult them after a few days to see if there are any updates or news on the products and services they offer on the sites stored (in Drupal).
I know its easy to insert an ad or any sort of code between view results using template. Is it possible to do it only for the first two pages? I've been looking on how to do this, but haven't found a way yet. Even more, using the load more button approach for pager. Basically I want to insert an ad each # of results, but only on the first two pages. Is it even doable?