Forum Activity for @michael

michael
@michael
09/07/15 12:50:04AM
7,832 posts

Allowing members into groups


Using Jamroom

one of the objections to releasing it was from me. I get

"(Someone you don't know) has invited you to join (some site you've never heard of)" emails all the time.

I know in the case of some of them the "click here to unsubscribe" is actually collecting my email address so I end up on more lists I don't want to be on. So my usual move is to tag it as spam and let gmail's spam algorithm add that site to their list of 'suspicious'.

Too many people do this and you'll find your site ends up not being able to deliver legitimate email like new users signup application emails.
michael
@michael
09/07/15 12:44:29AM
7,832 posts

Cometchat and Analytics ?


Using Jamroom

Site wide puts the google code onto the page, if thats enough to be able to track cometchat then the code will be there.

I suspect its not enough. Depends on what your trying to achieve though.
michael
@michael
09/07/15 12:42:14AM
7,832 posts

Can't Delete any of my Forum Categories?


Using Jamroom

Use the TRANSFER button on the categories you want to delete first to move all posts out of that category before deleting it.

your-site/forums/forum/categories

When the number in the TOPICS column is 0 then you will be able to delete the category.
michael
@michael
09/07/15 12:35:47AM
7,832 posts

Auto-follow set after posting in a discussion. Other options?


Using Jamroom

The difference is one is discussions, the other is forums.

Discussions are in groups, forums are not.

Discussion:
your-site.com/strumelia/group_discuss/1164/adding-belts-or-toerh

Forum:
your-site.com/forums/forum

As far as I'm aware there is no auto-follow setup on either of the systems. It would be my preference to have it working that way as that makes the most sense to me, but I don't think it ever got implemented.
michael
@michael
09/07/15 12:13:06AM
7,832 posts

lost admin password


Using Jamroom

When I loose my admin password, I make a new user, then tweak the DB to give that new user admin status.
michael
@michael
09/07/15 12:12:14AM
7,832 posts

push notification to phones?


Ning To Jamroom

seams like pushover are charging you to use THEIR server to push to phones, might need to look into setting up your own server, or finding a service that works like mailgun works for emails.

Charging your users doesn't seam like it will be popular.
michael
@michael
09/07/15 12:09:41AM
7,832 posts

foxycart shipping


Using Jamroom

Good stuff. I've put an extra note on the docs to highlight the url. Thanks for letting me know it needed it.

https://www.jamroom.net/the-jamroom-network/documentation/modules/2/foxycart-ecommerce-setting-up-foxycart#c2716
michael
@michael
09/04/15 12:31:02AM
7,832 posts

foxycart shipping


Using Jamroom

blindmime:...If I select a shipping option in the shipping area at foxycart....
Jamroom doesn't use foxycarts shipping system, just the payment processor system, so setting up shipping at foxycart wont get reported back to jamroom.

The shipping options on the store on the users profiles are the only ones that get included in the order.

If the domestic/international shipping is not being calculated in on the checkout page at foxycart then the system is not setup correctly.

Re-check them, especially the 'store version' is 2.0 on:
https://admin.foxycart.com/admin.php?ThisAction=EditStore

and that 'cart include' is using the template from your site on this page:
https://admin.foxycart.com/admin.php?ThisAction=EditTemplate&template=cart_include

The template url should be:
YOUR-SITE.com/foxycart/remote_templates_20
michael
@michael
09/03/15 10:07:18PM
7,832 posts

push notification to phones?


Ning To Jamroom

Im not very up to speed with mobile stuff. When you say push to phone, is that a standard feature of all phones? Is it a standard format?

If we can figure out how to get that part working, then the next step would be to create a module that listens for the 'notify_user' event

"Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/development/1011/events-and-listeners

And fire the push off at that point.

I found this on stackoverflow:
http://stackoverflow.com/questions/7898789/send-push-notification-for-windows-phone-7-using-php

Im not clear if 'push' is just a windows phone thing or not.

--edit--
This link also seams to be the same question:
http://stackoverflow.com/questions/5452779/php-push-notifications

But its closed as "closed as not a real question" which is not helpful.

Seams like it needs its own server though.


updated by @michael: 09/03/15 10:18:35PM
michael
@michael
09/03/15 08:45:27PM
7,832 posts

CPU Count


Installation and Configuration

That number '1' is coming back from your server.

The function that goes and gets that number is jrCore_get_proc_info() which is in:
/modules/jrCore/lib/util.php around line 2800

it uses the contents of:
/usr/bin/lscpu
and if thats not obtainable then the contents of:
/proc/cpuinfo
and if thats not obtainable then:
/usr/sbin/sysctl -a hw

To try to figure out what your server is up to.
updated by @michael: 10/28/15 12:28:10PM
  489