Hi,
like the module, but missing things:
- integration with views ans panels (so we can decide where to show the imagetitles)
- an approach like wp-sifr in wordpress (choose which titles you want to change to images, and which not)
- combination of imagetitle and sifr in that same approach?
Comments
Comment #1
stevendeporre commentedviews integration:
it's only a start. Being a newbie, I did not play with handlers yet. Maybe someone can do this for me? For now, just change "output" to
and things work out.
Comment #2
greg.harveyThanks guys - hoping to get control of this soon, since it's clearly abandoned and have formally requested access from the Drupal.org webmasters. Development of this module will continue (including an official D6 release) as soon as possible. =)
Comment #3
dksdev01 commentedComment #4
greg.harveyGuess this would happen in latest D6 branch? =)
Comment #5
dksdev01 commentedupdate, adding block title as image as well. with this and views integration we should be ready for official release. thanks for support.
Comment #6
spygal commentedI get the following error message when installing this module:
• warning: pg_query(): Query failed: ERROR: column "admin/build" does not exist LINE 1: SELECT image FROM image_title_menu WHERE path = "admin/build... ^ in /var/pub/userweb/www.mystic-zen.com/htdocs/includes/database.pgsql.inc on line 139.
• user warning: query: SELECT image FROM image_title_menu WHERE path = "admin/build" in /var/pub/userweb/www.mystic-zen.com/htdocs/sites/all/modules/image_title/image_title.module on line 381.
Could you please advise on how to fix it?
I am a Drupal newbie with very little programming experience, so please forgive my inexperience.
Comment #7
dksdev01 commentedrun update.php and check if that resolves your issue.