Quantum Thoughts

Posts Tagged ‘Drupal

NoteScribe
Image via Wikipedia

Configure your Drupal blog to use blogging firefox pluggin Scribefile.

  1. You need administrator priviledges since you have to activate Blog and Blog API if you have not done so.
  2. Go to Administration Site building Modules
  3. Enable the Blog API module and if you like writing composing Blog posts also from your Drupal web pages enable also BLog module.
  4. Go to Administration Site configuration Blog APIs
  5. Check at least one content type that is considered a blog entry (typically story, blog entry) and press save.
  6. User management Permissions blogapi module
  7. Ensure the user group (authenticated user or the group user belongs) is checked for “administer content with blog api”. save.
  8. UPDATE: If you like to post videos and images directly from your Scribefire account using the blog API, you shoulb make Full HTML input the default input setting for your site. To do so go to Site  configuration › Input Format tab and choose Full HTML as the default input type.
  9. Open  ScribeFire and click on the add account wizard in the right side of the ScribeFire window.
  10. In the Wizard: click “Manually Configure”, select “Custom Blog”,click “Next”, select “Drupal” blog system type, type in your domain. Enter domain name as(http://mysite.com/xmlrpc.php), click “Next”, enter your username, password, click “Next”, click “Done”.
  11. That’s it you now can write post using your firefox pluggin and integrate them seamlessly to your blog.

In future article we will also cover the procedure on how to automatically blog on Google Readerliked or shared items using grasemonkey scripts.

References

1. Drupal Blog API

2. . Scribe Fire supporting Services

GraphMind, a Freemind style mindmap editor module for Drupal. It could definitely impress some of your clients. Furthermore, client platform is Adobe Flex, which integrates seamlessly with Drupal API. My personal attempts for Flex apps on Drupal  were pretty successful I should add.

[via]

Η διαδικασία δεν είναι και τόσο trivial αν και μετά από λίγη ώρα googling κάποιος μπορεί να καταλάβει την λύση στο πρόβλημα. Έχουμε και λέμε θέλουμε Ελληνικά στα pdf που κάνει generate το module pdfview του Drupal. Η ιδέα είανι απλή μιας και με συνδιασμένα queries απο τα view μπορούμε να προσαρμόσουμε την ύλη του πεδίου content, όπως to αντιλαμβάνεται to template engine του drupal και να δημιουργήσουμε εντελώς δυναμικά και πλούσια σε περιεχόμενο pdf documents. Στο μέλλον θα μιλήσω και λίγο για τροποιήση κάνοντας απλά ένα override των function του pdfview, ώστε να δώσουμε το προσωπικό μας στίγμα στο pdf με rich formating και τα απαραίτητα banner του ιστοτόπου μας.

Λοιπόν κατεβάζουμε το pdfview από το επίσημο distro στο drupal.org. Κλασικά το κάνουμε extract στο folder /sites/all/modules και ενεργοπoιούμε το module.

Στη συνέχεια κατεβάζουμε από το project στο sourceforge την έκδοση για php 5 και την κάνουμε gzip στο folder του module μας μέσα σε ένα καινούριο folder με το όνομα tcpdf.

Πηγαίνουμε στο admin/user/access ώστε να δώσουμε access στον συγκεκριμένο ρόλο που θέλουμε να έχει πρόσβαση στο pdf generation link.

psfview

Ύστερα κάνουμε update στο ${SITE_ROOT}/sites/all/modules/pdfview/tcpdf/config/tcpdf_config.php file κάνοντας update στο σωστό absolute path τις μεταβλητές

define (“K_PATH_MAIN”, “${SITE_ROOT}/sites/all/modules/pdfview/tcpdf/”);

define (“K_PATH_URL”, “${SITE_ROOT}/sites/all/modules/pdfview/tcpdf/”);

όπου ${SITE_ROOT} είναι το root του installation σας.

Επιπλέον πρέπει να αλ΄λαξετε τα default fonts γιατί έχουν ένα προβληματάκι με τα utf-8 encodings

οπότε αλλάξετε την γραμμή

define (“PDF_FONT_NAME_MAIN”, “vera”);

σε

define (“PDF_FONT_NAME_MAIN”, “freeserif”);

Οκ όλα έτοιμα είστε έτοιμοι να κατεβάσετε τα generated pdf σας. 😉

icons

I am doing a final UI refactoring before going live, for a web application project. This particular is build on drupal making an extensive use of the ingenious designed module cck. I have installed iconizer but the administration modules icons are all of this typesicon.

So… not appealing at all, for the end user. Fortunately I found here a gziped file with all the proper icons corresponding to the drupal administration modules here. My poor Spanish Italian helped me realize that this is actually a GP license issue, so the icons were removed from the initial drupal module distro, read more here.


RSS Tweets

  • An error has occurred; the feed is probably down. Try again later.

RSS Reader Shared

  • An error has occurred; the feed is probably down. Try again later.

Flickr Photos

My Bookmarks

April 2024
M T W T F S S
1234567
891011121314
15161718192021
22232425262728
2930  

Blog Stats

  • 85,287 hits