followers/guestbook request

alt=
@perfectgamestudios
10 years ago
106 posts
Hello is it possible maybe via a hook to mass follow and write on everyone guest book without going to each profile 1 by 1


updated by @perfectgamestudios: 04/13/14 04:37:48AM
paul
@paul
10 years ago
4,326 posts
I assume by admin only, otherwise a mass guestbook post could be used by spammers.
I think its unlikely that we'll build it into the Core modules, but a custom module to do this would be pretty straightforward.


--
Paul Asher - JR Developer and System Import Specialist
alt=
@perfectgamestudios
10 years ago
106 posts
is the guestbook and followers hookable so maybe I could run a loop on all profiles and insert into each data store
brian
@brian
10 years ago
10,148 posts
perfectgamestudios:
is the guestbook and followers hookable so maybe I could run a loop on all profiles and insert into each data store

I typically don't ask "why" someone wants to do something, but why would you add all profiles to all guestbooks? In that case it's not a guestbook - just a list. Bypass the guestbook altogether and just use a jrCore_list call.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
alt=
@perfectgamestudios
10 years ago
106 posts
What I was wanting todo is one time query to follow everyone and also leave them a message in there guestbook
paul
@paul
10 years ago
4,326 posts
My understanding is that a profile (admin?) wants to follow all profiles, and sign all profile guestbooks all as one operation. Is that right PGS?
Let us know exactly what you want to achieve and maybe we can help.


--
Paul Asher - JR Developer and System Import Specialist
paul
@paul
10 years ago
4,326 posts
perfectgamestudios:
What I was wanting todo is one time query to follow everyone and also leave them a message in there guestbook

That would be best with a simple custom module. The php script to do it would be pretty straightforward. There's no way it can be done within JR5


--
Paul Asher - JR Developer and System Import Specialist
alt=
@perfectgamestudios
10 years ago
106 posts
thanks for the heads up I will check this out and run a version on test site so I don't screw anything up lol

Tags