Forum Activity for @michael

michael
@michael
07/29/16 05:01:01PM
7,826 posts

How to upload and search audio and video by date and location?


Using Jamroom

Its not locked by anything jamroom is doing. It may be locked by your server company for some reason.

One possible way that could happen would be if the FTP user is not allowed to access files written by the server. You'd need to contact your server company to understand why you cant edit files on your server.
michael
@michael
07/29/16 04:29:12PM
7,826 posts

What are YOUR first steps in setting up a Jamroom site?


Using Jamroom

Nice one Curtis, I see what you're saying, you like to have the table of contents visible while reading the documentation, got it. It is very nice.

The big question when dealing with docs....... did you read them? :) does having them laid out like that make you more inclined to read them than the way we have ours?
michael
@michael
07/29/16 03:01:15AM
7,826 posts

What are YOUR first steps in setting up a Jamroom site?


Using Jamroom

evesapple:
Guys I just joined Jamroom. I have a major problem where I want to make my whole site visible to only registered users.
I have had a problem with most other softwares where to lock the site is a major issue and I am not able to find the documentation to support it
Can I do this in jamroom
Please ask questions in their own thread so users searching in the forums can find it. Perhaps a good title would be "How do I make my site visible to just registered users?"

The answer would be, use the "beta launch page module" https://www.jamroom.net/the-jamroom-network/documentation/modules/2953/beta-launch-page but nobody is going to look for that answer in a thread called "What are YOUR first steps in setting up a Jamroom site?".

Welcome to Jamroom, help is appreciated in making it easy to find stuff :)
michael
@michael
07/28/16 08:51:08PM
7,826 posts

Getting errors when trying to do system updates


Using Jamroom

Maybe try downloading the b3 core from the marketplace on jamroom.net and uploading it via FTP

Marketplace: System Core 5.4.0 beta 3
https://www.jamroom.net/the-jamroom-network/networkmarket/340/system-core-540-beta-3

Marketplace: Marketplace - Beta 1.4.0b1
https://www.jamroom.net/the-jamroom-network/networkmarket/341/marketplace-beta-140b1
michael
@michael
07/28/16 07:56:27PM
7,826 posts

If statement from an array


Jamroom Developers

I would recommend against changing the $_item.

This part is wrong:
{$_item._item_id = $parent_id}
You're looping over all the arrays inside $_item, so if you want to set the array of the particular one that your working on to a different value, you have to identify it.

Each item in $_items has a key, so you need to use that to target the current subject of the loop.
{foreach $_items as $key => $item}   
   {$_items[$key]['_item_id'] = $parent_id}

This is not normally code that goes into templates, it feels more like it should be a module altering the $_items array before it gets to here.

Docs: "Events and Listeners"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1011/events-and-listeners
michael
@michael
07/28/16 05:20:44PM
7,826 posts

How to undo Update Changes?


Using Jamroom

For the padding around the images, click on the image, then click on the left align, center align, right align buttons to add/remove padding alignment.
screenshot_tinymce_alignment.png screenshot_tinymce_alignment.png - 8KB
michael
@michael
07/28/16 04:52:25PM
7,826 posts

If statement from an array


Jamroom Developers

{$a_flag = false}
{if(isset($_items) && is_array($_items)}
  {foreach $_items as $item}
     {if $item.comment_parent_id == "something"}
        {$a_flag = true}
     {/if}
  {/foreach}
{/if}

{if $a_flag}
  // that flag was found in the array so do something......
{/if}
michael
@michael
07/28/16 04:22:00PM
7,826 posts

What are YOUR first steps in setting up a Jamroom site?


Using Jamroom

This is frekkin' awesome! Thank you curtis and strumelia. :)

Skin alteration is something I wasn't sure about how to get to explaining because "is it a developer thing?" but I can see how it needs to be explained now. :)
michael
@michael
07/27/16 11:12:05PM
7,826 posts

dnsquery.org insecure connection



I normally use:
whois.sc/jamroom.net
  373