I'd like to know if there is a wat of rendering a block from within the callback function of a menu item ...
My module's menu_hook implements the menus and their callbacks; In one of the callback functions (one menu item) I want to render in the same page the contents of a block..
The block is defined through a view (Views module) and picks up certain nodes which I want displayed when the menu item in consideration is clicked.
I've searched the API but couldn't find a lot. maybe variable_get()?
I have Drupal running on the same server space as a separate MYSQL management system. I have already created a custom block to display in Drupal records from a table in this this external database.
What I would like to be able to do is turn an external database record into a Drupal custom node - so taking advantage of all the paging/views facilities/caching.
Anyone got any experience of this or can give some pointers (Do you need to delve into _db_rewrite_sql to pull this off?)
I'm modifying the ed_classified module and I'd like to display an image next to the category within a single category view.
i.e. /ed_classifieds/tid/5
theme_ed_clasified() is producing the output below the header which contains the category name. How can I modify the header generated by taxonomy from within the classifieds module?
I've installed G2 Glossary Module and have added G2 Entry Content.
-The content shows if I promote it to the front page.
-The alphabar shows in blocks where I activate it.
-The tag successfully links to Glossary Terms on their own pages.
BUT
When I click on the G2 Glossary Main Page, instead of a list of items, I just get a vertical list of *< symbols.
This seems pretty straight forward to me, but I can't seem to find a straight answer.
USER PROFILES... I have made a user profile into a Nodetype... Thats cool, but I also want it so when a user posts lets say an event, a classified and a photo in a photo gallery... I want to be able to show this on a Profile page... in Blocks lets say...
ie:
TOP ROW ********************* USER PROFILE ********************* TOP ROW
NEXT ROW **** BLOCK: EVENTS BY THIS USER / BLOCK : CLASSIFIED BY THIS USER / BLOCK: PHOTOS BY THIS USER ******