User login

Drupal Development

Calling a GMap View from a theme, the hacky way

OK, so the situation is that we have a custom front page, page-front.tpl.php and we want to call a GMap view.

GMaps does not like to be shown through a view called directly by a theme.

We tried every possible way we could think of including drupal_add_js() in modules and the page-front.tpl.php and nothing worked.

Ultimately, we put the two <script > javascript lines that were missing (using the sophisticated technique of viewing source on the view/map page that worked and the home page that didn't).

Menu system to be comprehensible in Drupal 6

Never forget: I have found it easier to rewrite from scratch than fully understand/fix

– chx, aka Karoly Negyesi, on the Drupal 5 (and earlier) menu system.

Resolution

RSS problems Drupal to Drupal

drupal feed seems to be broken, because of error "Invalid document end" on line 1

If a feed can't work from one Drupal site to another...

Maybe these folks are right: http://www.hiveminds.co.uk/node/3139

Funny though, they're a Drupal site, and don't give any answers for Drupal!

We need a solid solution for Drupal for both ends: a cleaner RSS output, and a more forgiving RSS reader.

Resolution

E-mail mailing list managers brief discussion in IRC

---: killes: so, my plan is to get the shiny new subscriptions module (beta expected on Sunday) on drupal.org , removing the subscriptions code from project module. While there, it could replace simplenews.
[07:09am] killes: hmm
[07:09am] killes: the problem with both of them is that they use php's mail()
[07:09am] ---: Be my guest
[07:09am] killes: OSUOSL would like to have soem boucne processing.
[07:09am] ---: I have blasted the module into small submodules
[07:09am] ---: the sender is in a separate module

Final 20 Issues Chat on Skype

View earlier messages: 1 Day | 1 Week
Benjamin Melançon
11/5/07 5:57 PM

bye
Pierre George
11/5/07 5:58 PM

too bad ....you cannot hold for some more min ...
11/5/07 5:58 PM

will edit more issues in drupal
11/5/07 5:58 PM

you will have them for breakfast
7:01 PM

hello
7:01 PM

ben ?
7:01 PM

it is 1pm here .... so let us focus quickly
Jason
7:02 PM

1 am, Pierre ...
Pierre George
7:02 PM

Ben
Jason
7:03 PM

Remove count-limited content types from Create Content menus for

If you want this, contact Agaric (and offer mutual aid). Or if you have the answer, let us know!

Nodeprofile and other Nodefamily count-limited

One possible way, no-go:

http://api.drupal.org/api/function/hook_access/5

Unless we're the module that actually created the node type, we don't have access to hook_access, which is how Usernode hides itself:

Illegal offset

What I learned from:

warning: Illegal offset type in /Users/ben/workspace/repos/agaric/agaric-modules/place/5/place/taxonomy_location/taxonomy_location.module on line 30.

One reason you may get an illegal offset error is passing in an array where you mean to pass in a key--

you're trying to put in a number, but instead your putting an array, into another array to act as a key

Resolution

Syndicate content