Active
Project:
Book Post
Version:
6.x-1.2-beta1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Feb 2009 at 22:12 UTC
Updated:
6 Feb 2009 at 00:57 UTC
It would be nice to incorporate some css span-s around $html_bookdata , for easier themeing.
So one doesnt have to hack module.
Comments
Comment #1
rubinsztajn commentedThe current release should have a
<div id="bookpost">wrapping the $html_bookdata output. This obviously doesn't work for multiple books in one post. If you get the module from the CVS head, it should have a class wrapping the html output.Comment #2
nbchip commentedI was thinking more like the data inside $html_text....
$html_text = "Title: <b>" . $html_title . "</b><br /> " . "Author(s): <b> ". $html_authors . "</b><br />" . "Publisher: " .$html_publishers . '<br />' . "Pages: " . $pages . '<br />' . "Date: " .$date . '<p />' .$fulltext . $worldcat . $librarything . $googlebooks;so that it for example looks like
so someting in thoose lines