Forum Activity for @douglas

douglas
@douglas
03/26/21 07:19:11AM
2,812 posts

After moving server, gets jamroom 403 and 500 error


Installation and Configuration

Hello,

You have some PHP functions missing

https://empathcommunity.eliselebeau.com/core/system_check

You'll want to get those enabled as that may be part of your issues.

Hope this helps!
douglas
@douglas
03/25/21 02:26:25PM
2,812 posts

After moving server, gets jamroom 403 and 500 error


Installation and Configuration

Hello,

A 500 error message is a server error, you'll want to contact your hosting provider about that.

A 403 error message is a forbidden issue, the .htaccess file may not be correct or file/folder permissions may not be correct.

Check that you have the correct .htaccess file in the Jamroom install root directory and make sure your file/folder permissions are set correctly.

Permission on files should be 644 and folders should be 755

Hope this helps!
douglas
@douglas
03/20/21 05:47:48AM
2,812 posts

Can I enlarge video image in "Latest Videos" widget?


Ning To Jamroom

Was that page created with SiteBuilder?

If so it is going to be a widget template.

Hope this helps!
douglas
@douglas
03/01/21 05:13:24AM
2,812 posts

I had troubled with .htaccess in my root jamroomsystem


Using Jamroom

Our servers are set up to run Jamroom only.

I've seen other users run other scripts on their servers, but we can NOT support any other scripts, we are only a team of 5 so supporting other scripts would be impossible.

If you want to run a different script on your domain, then you will be responsible for the setup and support for those scripts.

Hope this helps!
douglas
@douglas
01/22/21 04:15:37AM
2,812 posts

How to play songs on android device


Using Jamroom

I'm not seeing an issue on my android phone using Chrome. It could be a Chrome setting or addon that is causing your issue.

Hope this helps!
douglas
@douglas
01/05/21 11:18:11AM
2,812 posts

Deleting Pending Users


Using Jamroom

It was most likely because you were still on the second page, which is why it showed you that message.

You can look at the URL and should see that there is a p=2 at the end, after deleting the second page, it does not go back to the 1st page.

Hope this helps!
douglas
@douglas
12/06/20 03:43:32PM
2,812 posts

Unable to initialize modules - verify installation


Installation and Configuration

Hello,

You might check that your server meets the Jamroom requirements here:

https://www.jamroom.net/the-jamroom-network/documentation/getting-started/774/server-requirements

Also, make sure you have the .htaccess file uploaded to your Jaroom root directory.

Also note, Jamroom will not run on a Windows server. If that is still even an option these days.

Hope this helps!
douglas
@douglas
12/02/20 06:40:28AM
2,812 posts

Soundcloud


Using Jamroom

I also wanted to let you know that even though that message shows, I was still able to add the Soundcloud item while logged in as kimstyle, so the message really doesn't stop the module from working for that user, the message just shouldn't show for that user and we have not been able to replicate it so it makes it difficult to debug.
douglas
@douglas
12/02/20 06:19:47AM
2,812 posts

Soundcloud


Using Jamroom

Sorry, I reopened the support ticket.

We have not come up with anything yet, everyone is busy so we've not had much time to look into it.

We'll let you know when/if we find something.

Thanks!
douglas
@douglas
11/26/20 07:08:02AM
2,812 posts

Remove link


Design and Skin Customization

Hello,

The index_core_blog_list.tpl is a skin template, I think Michael may have confused it with the item_list.tpl, item_index.tpl etc. templates found in the modules template folder.

You would need to remove the link code from the title variable.

So in your skins/Elastic2/index_core_blog_list.tpl file, find this:

<h1><a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.blog_title_url}">{$item.blog_title}</a></h1>

and change it to this:

<h1>{$item.blog_title}</h1>

There is also a read more link near the bottom of that template file, but it checks to see if you are using a pagebreak in the blog and if not it will not show the read more link, so as long as you are not using pagebreaks in your blogs you should be good. Otherwise you may want to find and remove this code as well:

{* check to see if the blog has a pagebreak in it *}
                              {if strpos($item.blog_text,'<!-- pagebreak -->')}
                                  <span class="info"><a href="{$jamroom_url}/{$item.profile_url}/{$murl}/{$item._item_id}/{$item.blog_title_url}">{jrCore_lang module="jrBlog" id="25" default="Read more"} &raquo;</a></span>
                              {/if}

Hope this helps!
  14