Re: On-The-Fly PDF creation...Any ideas?

Hi There,
I'm studying, playing with D7 and looking at being able to create PDFs 'on the fly' from content in D7 (pages, Nodes, product pages etc) for registered users.
I'm already looking at but find the 3rd party requirements (wkhtmltopdf, TCPDF, dompdf) are some not D7 supported or out of date.

Anyone got any pointers to how PDFs can be created on-the-fly for things like invoices, blog pages, articles, membership forms etc? (with having to use a hammer to crack a nut).

View customization question

Hi all

I am working on a site and i have a created a view with the style settings Gird and Fields. I have customized the way the fields are shown with CSS and with the option rewrite. I am reasonable happy with what i have done. There is one thing that i can not seem to get away from and i would like to know if it is possible.

When my views shows on a page i have square off-white outlines around all my items. Even when i use CSS to change these items. How can i get those to go away.

Marcel

How to display taxonomy term images for a product, instead of text/link

I've created a "Product" content type, which contains a "Term Reference" field called "Features", allowing me to check several features that the product has (using my "Features" taxonomy).
I've also added a "field_feature_icon" image field in the Taxonomy (so each feature can have an uploaded image).

I can easily display the product's features (in text/link form only) in my theme using:
print render($content['field_product_features']);

However, I would like to show the feature_icon image instead, and I'm having trouble getting this working. I've tried the following:

- create a block view of type "Term" showing the "field_feature_icon" field. This shows ALL taxonomy term icons, not those related to the product. I've tried adding arguments/filters, but can't get it to pick out just the features checked for the product in "field_product_features".

- create a block view of Type "Node", but the only Taxonomy field options I have are: All Terms, Term, Term ID, Description - none of these shows the "field_feature_icon".

- struggling with documentation on D7 functions, but I can see that $content['field_product_features'] contains the taxonomy term IDs and field_feature_icon values, so I'd just need to know the function to get that particular value, and print render the icons only.

I do NOT see "Profiles module" in Modules to get enabled, where is it?

I do NOT see "Profiles module" in Modules to get enabled, where is it?

Understanding drupal7, implication of some functionalities not provided as nodes, making groups, when to create a custom table

I want to understand what implications does it have, if an entity is implemented as a node (i.e. products in ubercart) or if is NOT implemented as a node i.e. (registered) users or stores in case of ubercart.

For example, I want to group these users based on location field (custom field), and display the whole site based on this segregation. Organic group could do this, but what if I want to implement the simple thing myself. Does it mean I have to write actions to every user traversals ?

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x