Forum Activity for @michael

michael
@michael
02/15/15 02:09:14PM
7,832 posts

Entry Processes High


Jamroom Hosting

Its a server command, but
ps -ef
from the command line on linux will show you what processes are running.

Jamroom puts things into a queue so the user doesn't have to wait around watching the screen while stuff happens. eg sending out mail, converting an audio file etc...

You can see things in the queue from
ACP -> CORE -> TOOLS - QUEUE VIEWER
michael
@michael
02/15/15 11:30:41AM
7,832 posts

RSS Output needed in forums


Suggestions

You don't have to build a module, just turn it on.
michael
@michael
02/15/15 10:23:25AM
7,832 posts

RSS Output needed in forums


Suggestions

Does anyone actually follow RSS feeds. I've not followed any in Years. Do you?

The jrFeed module will make RSS feeds for any module.

"RSS Feed Reader"
https://www.jamroom.net/the-jamroom-network/networkmarket/72/rss-feed-reader

Can output RSS feeds too.

also related:
https://www.jamroom.net/the-jamroom-network/documentation/howto/2463/howto-form-designer-aparna-custom-page-module-with-rss-feed#the-rss-feed
michael
@michael
02/15/15 10:08:19AM
7,832 posts

Translation in Pro Jam does not work


Design and Skin Customization

If you're changing it in a file then its not going to change. Changes from files only initialize wanted language strings. After they are initialized, you need to change them in the ACP.

You can create the language from
ACP -> USER ACCOUNT -> TOOLS -> CLONE A LANGUAGE

then will see that on
ACP -> SKINS -> YOUR SKIN -> LANGUAGE

update the strings there.

--edit--
"Translate jamroom into another language"
https://www.jamroom.net/the-jamroom-network/documentation/development/541/translate-jamroom-into-another-language
updated by @michael: 02/15/15 10:09:55AM
michael
@michael
02/14/15 11:29:15PM
7,832 posts

pager missing on forum posts (not sure if its forum or ningja related)


Ning To Jamroom

Does this happen on any of the standard skins so I can go take a look?
michael
@michael
02/14/15 11:23:13PM
7,832 posts

getting system update emails even when updated


Off Topic

Figured you'd done the first steps stuff, just have to say it to be sure ;)

Im just guessing coz I don't know the answer. next guess would be server setup, perhaps email.barklycommunity.org is an internal address that the server uses to send out the emails and its falling through. Brian knows much more about servers than I do.

Try going into "PhpMyadmin" from cpanel on your server and run a search on your database for email.barklycommunity.org to see if its hard-coded in there by some off chance.
michael
@michael
02/14/15 11:08:31PM
7,832 posts

PhpStorm


Off Topic

Occasionally I go to HELP -> PRODUCTIVITY GUIDE and order by the USED column to see how many of the functions still exist that I've never used.

* Some of my favourite ones are GIT integration and ctrl+d (compare) on stuff that i've been working on from the CHANGES panel so I can review all the changes I've made.

* debugger integration to pause it at break points to see what all the variables are set to while developing.

* alt + shift + l (code reformatter ), I'll attach the .jar of here in case you want to use the same coding layout that that we use. import it from FILE -> IMPORT SETTINGS.

* ctrl + shift + 1 (or any number 1~9) to set a bookmark and ctrl + 1 to go back to that bookmark.

Theres a ton. I'm sure you'll have your favorites too.
phps_settings.jar.zip - 1KB

updated by @michael: 02/14/15 11:10:21PM
michael
@michael
02/14/15 10:59:24PM
7,832 posts

pager missing on forum posts (not sure if its forum or ningja related)


Ning To Jamroom

These two statements should be exactly the same:
{if isset($_conf.jrForum_post_pagebreak) && $_conf.jrForum_post_pagebreak > 0}
and
{if $_conf.jrForum_post_pagebreak > 0}

The first one reads:
"Check that $_conf.jrForum_post_pagebreak has some value and that that value is greater than zero"

The second one reads:
"Check that $_conf.jrForum_post_pagebreak has a value that is greater than zero"

So they should be the same.
michael
@michael
02/14/15 10:50:53PM
7,832 posts

PhpStorm


Off Topic

Yep, I felt the same coming from eclipse. Its pretty awesome. :)
michael
@michael
02/14/15 08:48:05PM
7,832 posts

getting system update emails even when updated


Off Topic

hammondegs:.....And why would my previous update notification emails url content be prefixed with a non exitent sub-domain e.g. email.barklycommunity.org?....

Seams strange. Run the integrity check and clear the caches. (just to be sure) and if it still persists, perhaps do a search on the database for that term "email.barklycommunity.org" to see if that term is there or not as a setting somewhere. To eliminate that as a factor.
  586