I just installed drupal 4.5.3 and weblink module, When I added my first link and try to access the category in which the link is, I get this error message:
warning: implode(): Bad arguments. in /home/xxxxx/public_html/includes/theme.inc on line 441.
If I visit the same section when I am logged in as admin, i have no problem.
Either ways, it works however for anonymous visitor there is the above mentioned error.
I have "access content" enabled for anonymous user but not the "add weblink"
Is there a Drupal module which acts as a 'wrapper' for external content? There are two main uses for this:
1. Displaying HTML created by an external editor (perhaps Dreamweaver) as part of a Drupal site without importing it into nodes.
2. Executing a PHP application within the Drupal theme, using Drupal's session/user data etc. As well as being ugly, an IFRAME solution would not achieve tight enough integration with Drupal sessions.