Forum Activity for @nate

nate
@nate
06/01/20 09:09:52AM
917 posts

i lost blog add + button


Installation and Configuration

Is this still an issue?
nate
@nate
06/01/20 08:35:36AM
917 posts

Text editor posting box won't show on my updated site.


Using Jamroom

Are you seeing JavaScript errors in your browser console?
nate
@nate
05/08/20 08:29:09AM
917 posts

Video Upload Form Gone


Using Jamroom

If you haven't already, try running an integrity check and clearing cache. Check the repair modules option when you run it.
nate
@nate
05/08/20 08:07:05AM
917 posts

Albums on Profiles - Audio Pro


Design and Skin Customization

You can edit the profile menu and/or edit the profile_index.tpl. You probably should edit the audio upload form designer to require and album name.

profile_menu.tpl
{if profile_jrAudio_item_count > 0}
     <li><a href="{$jamroom_url}/{$profile_url}/{jrCore_module_url module="jrAudio"}/albums">Albums</a></li>
{/if}

profile_index.tpl
{if jrCore_module_is_active('jrAudio')}
            {jrCore_list module="jrAudio" profile_id=$_profile_id group_by="audio_album" order_by='created numerical_desc' limit="10" assign="audio_list"}
{/if}
nate
@nate
05/06/20 07:33:16AM
917 posts

Albums on Profiles - Audio Pro


Design and Skin Customization

1. Create an album name during audio upload.
2. Click the album name on the user's audio index page.
3. Once you get there you should see a bread crumb titled "albums"

updated by @nate: 05/06/20 07:35:37AM
nate
@nate
05/04/20 06:57:34AM
917 posts

Coming soon - Jamroom Core 6.5.0


Announcements

You can always add more menu options to the main menu for less clicks.
nate
@nate
05/01/20 07:09:32AM
917 posts

Coming soon - Jamroom Core 6.5.0


Announcements

No new skins in the near future. Our long term plans are to get down to one very versatile skin.
nate
@nate
04/30/20 08:47:22AM
917 posts

Reposition header images on Profiles


Design and Skin Customization

I actually thought you were talking about the index page. Sorry, there is no setting to re-position profile header images.
nate
@nate
04/29/20 01:30:05PM
917 posts

using AudiPro profile audioplayer on another skin


Design and Skin Customization

You may want to make sure the CSS from AudioPro player is available. I believe it should be in player.css.
nate
@nate
04/29/20 01:28:19PM
917 posts

Reposition header images on Profiles


Design and Skin Customization

You can't really reposition the image. You can try CSS to position it or maybe easiest of all, re-crop the image and then upload it.
  6