Forum Activity for @michael

michael
@michael
06/08/19 05:58:11PM
7,822 posts

OG Tags Not Working


Using Jamroom

og:tags are provided by the jrTags module and the jrShareThis modules.

Check you have them installed. If they are then whats the URL you're expecting to have og tags but doesnt?
michael
@michael
05/29/19 12:35:55AM
7,822 posts

backup options for opensource not on AWS


Genosis

the "DB and System Backup" module is for doing backups to AWS.

If you're not wanting to do it to AWS then local backups should be provided by your server hosting company I would expect.

Jamroom Hosting has buttons built into the control panel. (screenshot).

I presume your hosting company has some similar type of system.

If you're doing all the server stuff yourself, then you could export all the parts of your system to your local pc then store them somewhere:

Docs: "Downloading your site data from your jamroom server"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-hosting/3950/downloading-your-site-data-from-your-jamroom-server
backup.jpg backup.jpg - 123KB
michael
@michael
05/26/19 06:20:22AM
7,822 posts

profile missing profile parts and duplicat profile listings


Using Jamroom

try adding in a
group_by="_profile_id"
michael
@michael
05/24/19 05:36:22PM
7,822 posts

profile missing profile parts and duplicat profile listings


Using Jamroom

What is the jrCore_list in your skins
/skins/jrProfile_index.tpl

or any over rides to
jrProfile index.tpl

??
michael
@michael
05/23/19 04:47:38AM
7,822 posts

Limiting Characters in List Module


Design and Skin Customization

I also like to add a place holder so I know my updates are in the right place, so where you see
{$item.blog_text}
when you make the change also add some marker text so you know it was the correct location
HERE I AM MAKING SOME ALTERATIONS, WHERE DOES THIS TEXT COME OUT???????{$item.blog_text}

So if you see that extra text you know the template changes were in the right place. Also make sure you did what paul said and reset the caches.
michael
@michael
05/16/19 10:33:00PM
7,822 posts

integrity check stalls on verifying followers


Using Jamroom

That should be working for you now.

There was an issue with 2 profiles. They had items in the following datastore, but the actual profiles look like they'd been deleted but had left over data.

Profile id 101 and 102

Because the new followers module tries to get the data then move it to its new structure, because there was only partial data it was getting stuck.

I don't have any guesses as to why there is only parts of datastore items in the 'jr_jrprofile_item_key' table, but that was the cause.
michael
@michael
05/15/19 05:41:00PM
7,822 posts

integrity check stalls on verifying followers


Using Jamroom

I attached the module file to the ticket, were you able to upload that file via SFTP?
michael
@michael
05/14/19 07:28:56PM
7,822 posts

Adding Lyrics button to Audio Profile and Audio List if lyrics are Available.


Design and Skin Customization

First thing to do is to add a form field of type 'textarea' to the audio CREATE and UPDATE screens for the audio module so your artists have a place to add the lyrics into. To do that, you use the Form Designer

Docs: "Using the Form Designer"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/1275/using-the-form-designer

Call the new form field 'audio_lyrics'. Once its created your artists should be able to write the lyrics in there and save it along with the songs or use the UPDATE button to adjust the lyrics.

Thats all you need to do for the input side of things. That data will be stored along with all the other audio information.

Next you need to adjust the template locations where you want that info to be displayed, for that you need to adjust the templates:

Docs: "Using the Template Editor"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-admin-handbook/3183/using-the-template-editor

In the location of your screenshot, figure out which template controls that area, then open it in the template editor. You will see the other audio_???? outputs like audio_title. Take note of the format its in, if it looks like this:
{$item.audio_title}
then you can use that same format to output the lyrics
{$item.audio_lyrics}

Get to that point first. From there the rest is just styling.
michael
@michael
05/14/19 07:19:58PM
7,822 posts

Event List


Design and Skin Customization

ACP -> PROFILES -> EVENT CALENDAR -> GLOBAL CONFIG -> SHOW PAST EVENTS
show_events.jpg show_events.jpg - 153KB
  87