Ottawa, Ontario, Canada
Systems Administrator, Database Administrator, 6502 Assembler Specialist, ARM programmer, Husband to a wonderful wife, father of two wonderful (step) children who are away at university
Erwin Gerrits's
Activity Stream →
-
Erwin Gerrits posted a reply on the forum topic Modifying the search bar to add events search: 1 month, 2 weeks ago
Sorry, I was too busy pulling my hair out trying to figure out how to make AJAX work in 1.2…
Please give us your solution so I may be able to implement it as standard… -
Erwin Gerrits posted a reply on the forum topic How to get rid of 'Blogs' in all menus?: 1 month, 2 weeks ago
Can’t you just not install the ”Blogs” component?
-
Erwin Gerrits started a new topic Ajax Tutorials? in the forum Creating & Extending: 1 month, 2 weeks ago
Is there a tutorial somewhere for BP (preferrably) or WP that can educate me on how to set up things properly?
None of my javascript/ajax functions are working WHATSOEVER. They are not loading, and if I load them manually (hardcoded URLS in header.php) , they are loaded but don’t catch any of my clicks. I [...] -
Erwin Gerrits posted a reply on the forum topic Listing Specific Groups: 1 month, 3 weeks ago
To grab the groups created by the site admin would be the same code as the groups listing on the admin profile page. It fetches all groups for the current user_id, which in case of the site admin, is always ’0’. It would involve a loop with bp_has_groups with user id set to ’0’.
-
Erwin Gerrits posted a reply on the forum topic Templates 1.2 – proper way to add components to profile home screen?: 1 month, 3 weeks ago
Thanks Brajesh, I see what you mean. I’ll try that.
Any idea when/where to load the accompanying ajax/javascript?