Quantcast
Channel: Lecciones Prácticas
Browsing index pages (33 articles)
↧

Image may be NSFW.
Clik here to view.

CDS Invenio: format templates box in advanced search and search results...

Invenio 0.99x offers the option to control which output formats are enabled in searches and collections. For instance, if we take a look at the advanced search screen inside of the particular...

View Article


Rename multiple files using sequence number in OSX from command line [SOLVED]

With this command you will rename all the jpg files in the current directory to PREFIX_0000.jpg to PREFIX_9999.jpg find . -name '*.jpg' \ | awk 'BEGIN{ a=0 }{ printf "mv %s PREFIX_%04d.jpg\n", $0, a++...

View Article


Image may be NSFW.
Clik here to view.

Drupal7: list allowed values from a field type list [SOLVED]

In Drupal 7, how do you list all the allowed values in a certain field of some content type? You can use the list_allowed_values function. Lets see it with an example. I will define a new Content Type...

View Article

WordPress: adding masonry grid layout to Ryu theme [SOLVED]

I just love Ryu theme for WordPress. It is a modern, white, minimal yet elegant theme. The one thing I am not fond of about Ryu is the archive page. I would prefer if it had a grid-based layout (using...

View Article

WordPress custom archive for specific category [SOLVED]

This days i’ve been designing a website in which there is a need for different archive views for each category of posts. For this example, we will asume that we have three post categories defined: 1)...

View Article


Image may be NSFW.
Clik here to view.

WordPress and qTranslate: translate menu items

If you have installed qTranslate for the first time in your blog, and you already had a navigation menu with some items, what is the best way to translate those navigation items? I have found that the...

View Article

Display qTranslate flags (language switcher) in your wordpress theme [SOLVED]

How to display a language switcher in your wordpress theme? Easy! Edit your template file, for instance, header.php and include the following lines: <!-- alternador de idiomas qTranslate --->...

View Article

qTranslate and wordpress 3.7 [SOLVED]

If you want to migrate to new wordpress version (3.7) and are using qTranslate, make the following change to /wp-content/plugins/qtranslate/qtranslate.php before updating wordpress to the newer...

View Article


Image may be NSFW.
Clik here to view.

Drupal 7: crear un módulo que consulte base de datos externa [RESUELTO]

Imaginemos que queremos leer información de una base de datos externa en Drupal 7. Para ello vamos a crear un módulo. El tutorial cubrirá el proceso completo desde la instalación de Drupal....

View Article


Drupal 7: acceso a bases de datos externas

En Drupal 7 hay varias formas de acceder a bases de datos externas. Método 1: Añadir bases de datos adicionales en la configuración (settings.php) <?php $databases = array();...

View Article

Image may be NSFW.
Clik here to view.

[SOLVED] Fix apple-touch-icon 404 errors

Some days ago I was checking AWStats reports in my Invenio site and I noticed some (unexpected) 404 errors. Visitors were trying to load URL’s like /iphone or /m and some images which were not linked...

View Article

Image may be NSFW.
Clik here to view.

Redirect wordpress main page to category [SOLVED]

This is a usual question in forums: How to redirect the wordpress main page to a category post page? This is: when http://yoursite.com loads, you want to be redirected to...

View Article

Image may be NSFW.
Clik here to view.

Drupal 7: install module translation [SOLVED]

To install a Drupal 7 module translation, this is, a .po file (for instance, the fullcalendar spanish translation) go to Administration » Configuration » Regional and language...

View Article


Image may be NSFW.
Clik here to view.

Drupal 7: display language switcher in template [SOLVED]

Some days ago we learnt to display a search box in Drupal template files, and according to that post and the Drupal handbook rendering a language switcher block in your theme templates should be easy....

View Article

Drupal 7: Styling language switcher

Language switcher is a Drupal module which allows to display a block that allows visitors to choose between the languages in which your site is available (check /admin/config/regional/language to list...

View Article


Oracle: guess the query of a view [SOLVED]

Some time ago, someone at my work created a new View in our Oracle database called AUTORESUZ (notice the capitals!) and I wanted to know how this view was defined, this is, the query that lies under...

View Article

Image may be NSFW.
Clik here to view.

Drupal 7: Path breadcrumbs in Views page [SOLVED]

Path breadcrumbs module allows you to easily add breadcrumbs to your Drupal site. The module lacks of documentation, but they offer this image as an example: And there is a videotutorial as well. The...

View Article


Drupal 7 “500 – Internal server error” [SOLVED]

When you want to install a new Drupal 7 in a shared server or some web hosts, specially those concerned with security settings, there is a good chance that all you get is a “500 internal server error”....

View Article

Python: truncate string to n words [SOLVED]

A friend of mine asked how to implement a python function to truncate a string to the first n words. Easy! def truncate_string(mystring, numberofwords): return '...

View Article

CDS Invenio 0.99.X: inveniogc ERROR [SOLVED]

Some days ago I noticed there was something wrong with inveniogc. Every time I run inveniogc -a I was getting errors like: 2013-04-17 08:31:30 --> 2013-04-17 08:31:30 --> Updating task status to...

View Article
Browsing index pages (33 articles)


Latest Images