Posts Tagged ‘theming’

Using Google CSE on Drupal

meta_description: 
The goal was to use Google CSE on Drupal, and while I got it working it was not near as easy as I would have liked. At first it seemed simple, Google provides two pieces of code; One to build the search form, and one to display the results within your own page.

 The goal was to use Google CSE on drupal, and while I got it working it was not near as easy as I would have liked.

At first it seemed simple, google provides two pieces of code; One to build the search form, and one to display the results within your own page.

I added a block for the Google search form which was quite simple. After creating the block I removed Drupals search block and added the new Google search block. (On creating the search engine I gave it the url of http://cross-tags.com/search-result for the results to appear).

read more

Adding a sticky note style box to content

meta_description: 
Now I want to be able to add a floating block similar to the related content block I added earlier. But I also want to be able to add as blocks as I want and control where at in the entry it appears. So instead I used css and some images to create one the author could create when and where needed. (The author must be able to use the full html input format or the code will not come through)

Now I want to be able to add a floating block similar to the related content block I added earlier. But I also want to be able to add as blocks as I want and control where at in the entry it appears.

So instead I used css and some images to create one the author could create when and where needed. (The author must be able to use the full html input format or the code will not come through)

read more