Forum Activity for @michael

michael
@michael
06/29/22 10:07:37PM
7,717 posts

Jamroom Developer Version


Jamroom Developers

The best scenario for developers is to use Jamroom Hosting. You can spin up a server from your profile. When you use Jamroom Hosting you can create as many sites as you like and you have access to all modules The Jamroom Network make included in the price for as many sites as you want to create.

From there if you want to give the site to the client, then get them to create a jamroom hosting account and we move the site to their hosting, or you could continue to maintain their site for them and take a maintanence fee to cover your hosting costs and whatever your time is worth to keep it up to date.
michael
@michael
06/28/22 02:22:55AM
7,717 posts

Search by _profile_ids, order by profile_id


Jamroom Developers

Without a system connected to a debugger to test out my next step would probably be either:

Create a new smarty function instead of the jrCore_list call something like {ujStatement_get_stuff user_ids=$_user['user_linked_profile_ids']}

then use the jrCore_db_search_items to get all the wanted items and run them through a foreach loop to get the ordering in the desired order.

Then pass that info to list.tpl in ujManager.

--edit--
forgot the OR. Or assign the results of the jrCore_list to a variable then loop over that to get them in the right order before passing them off to the list.tpl file. The previous way I prefer because I like loops and this kind of stuff better in php than in smarty.
updated by @michael: 06/28/22 02:24:36AM
michael
@michael
06/24/22 07:32:42PM
7,717 posts

Search by _profile_ids, order by profile_id


Jamroom Developers

does order by _created work? because I'd expect that would give the same order as _profile_id
michael
@michael
06/16/22 03:22:55PM
7,717 posts

Mass Deleting of Accounts


Using Jamroom

Deleting them from the table should also delete them from the skin. Maybe reset the caches and run the integrity check
ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> RESET CACHES
ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> INTEGRITY CHECK
michael
@michael
06/10/22 07:55:15PM
7,717 posts

Need custamisation support


Jamroom Developers

There's a difference between developer and customer support usually. Customer support help the customers USE the site and whenever they find the customers having difficulty doing things then they let the developer know so they can try to make it easier to use. Finding developers who are also good with people is rare.

I think you've outlined what it is you're looking for well. Lets see if anybody around here wants to join you on your worthy journey. :)
michael
@michael
06/09/22 01:38:25PM
7,717 posts

Need custamisation support


Jamroom Developers

Awesome, that's really useful information. From the perspective of a developer what I would want to know in a situation like this is:
* What needs to be built into the system in order to get it to minimum functionality.
* From the point of minimum functionality what is the next step to get users onto the site.
* Once users are on the site who is doing support for the users.
* How does the site become profitable at least to the point where the staff of the site can recoup the time invested.

Because its going to need to be the developer working with you who invests time in the hope of getting paid later its a good idea to show a path on how that paid-later is going to arrive.

It sounds like you have a good idea to help your community. :)
michael
@michael
06/09/22 01:57:02AM
7,717 posts

Need custamisation support


Jamroom Developers

Right now this reads as: You build me my site and you can have some of the profit that may or may not arrive.

If you're looking for someone to build the project for you with the hope that maybe they will be paid later on if its a success or never if its not then its a good idea to outline what you need built and how you are going to promote it once the developer has built whatever it is that you're asking them to build.

You may be an exceptional promoter with a great idea. Share your idea to attract potential development partners.
updated by @michael: 06/09/22 01:57:40AM
michael
@michael
06/05/22 10:58:08PM
7,717 posts

Email Support issue with HTML Notifications


Using Jamroom

If you want me to confirm any of your test ideas, list some steps and I'll return what results I get. If you need it.
michael
@michael
06/05/22 02:39:39PM
7,717 posts

Mailgun migrating to google cloud - do I need to do anything?


Ning To Jamroom

On jamroom hosting we do use API endpoints and webhooks but do not do any rate limiting by IP address so I think there is nothing you need to do.

If something breaks though, let us know and we'll try to get it sorted.
michael
@michael
06/05/22 02:37:08PM
7,717 posts

Email Support issue with HTML Notifications


Using Jamroom

I just tried here with a test mail with HTML turned off. In the test mail I had:
 this is the test email message
<h1>this is html<h1>
and some more text

The email that arrived was:
 this is the test email message
this is html
and some more text
The html was stripped and only text arrived. I did not see any of the extra stuff as is shown in your code attachment.
  21