Forum Activity for @michael

michael
@michael
01/15/15 11:13:47PM
7,832 posts

rotator comment and question


Using Jamroom

Nobody's going to stick around while 100 slides rotate. Better to set it to a lower number on random so randomly show 10 slides that change when the cache refreshes.

If you want to turn the pager off, you can do that at:
ACP -> SITE BUILDER -> CONSTRUCTION KIT -> TEMPLATES -> rotator.tpl -> MODIFY

Change:
pager: true,
to
pager: false,

to hide the numbers.

The slider is this one: http://responsiveslides.com/ there is a demo with < and > buttons on the demo page:
http://responsiveslides.com/themes/themes.html

Looks like if you add in nav: true, you'll get the buttons your after. Need to put a bit of CSS on there to make them look nice though.
        $("#s{$unique_id}").responsiveSlides({
            auto: true,          {* Boolean: Animate automatically, true or false *}
            speed: 400,          {* Integer: Speed of the transition, in milliseconds *}
            timeout: 4000,       {* Integer: Time between slide transitions, in milliseconds *}
            pager: false,         {* Boolean: Show pager, true or false *}
            nav: true,
            random: true,        {* Boolean: Randomize the order of the slides, true or false *}
            pause: true,         {* Boolean: Pause on hover, true or false *}
            maxwidth: 0,         {* Integer: Max-width of the slideshow, in pixels *}
            namespace: "rslides" {* String: change the default namespace used *}
        });
michael
@michael
01/15/15 10:19:20PM
7,832 posts

Members changing quotas on claiming accounts


Ning To Jamroom

I've added a link to the documentation from that forum post now. Its:

"How to allow your members to switch quotas by themselves"
https://www.jamroom.net/the-jamroom-network/documentation/howto/2432/howto-allow-your-members-to-switch-quotas-by-themselves
michael
@michael
01/15/15 10:00:06PM
7,832 posts

Account Name / Member Name confusion (or is it just me?)


Ning To Jamroom

Try clearing your caches, and running the integrity check. I just wrote to a forum here, then changed the profile name and refreshed the top page and the name changed.

If that doesn't fix it, post the code you are using for that section here and i'll try here with that.
---
thechocolatelife:....What will it take to get it updated?....
Sounds like a bribe attempt. :)

--edit--
actually I think something is wrong. Don't need anything from you. I can see the issue.
updated by @michael: 01/15/15 10:24:08PM
michael
@michael
01/15/15 02:34:35AM
7,832 posts

Unwanted line-breaks


Off Topic

Meaning not so clear there David. Are you all good, or still seeing issues?
michael
@michael
01/15/15 02:33:12AM
7,832 posts

sitebuilder ez add slider and slideshow


Suggestions

Here's a walkthrough of customizing the rotator to get audio files rotating.

"Site Builder: How to create a featured audio rotator"
https://www.jamroom.net/site-builder/documentation/development/2400/how-to-create-a-featured-audio-rotator

It still needs more, so I'll finish it off tomorrow. Examples of what you want to rotate would be useful.
michael
@michael
01/15/15 12:00:53AM
7,832 posts

Reusing id numbers in language files - confusing?


Ning To Jamroom

thechocolatelife:
.....at the template code (ahhh, but which template?....
/skins/(your skin)/profile_index.tpl

Thats the file for the top of a profile. From there you look for the section you want to alter, by searching for "Latest". There might be an included file that handles that section, something like:
{jrCore_include template="profile_index_music.tpl"}

So go look in that for any code thats not shown.
/skins/(your skin)/profile_index_music.tpl
In there you will see:
<h3>{jrCore_lang skin=$_conf.jrCore_active_skin id="20" default="Latest"} {jrCore_lang skin=$_conf.jrCore_active_skin id="14" default="Music"}   .........

That tells you that its the skins language file #20 that is responsible for the first word.

If its ONLY that location you want to change it and you're not translating your site into other languages, then go ahead and use the text right there and skip the language system all together.
<h3>Latest Uploaded {jrCore_lang skin=$_conf.jrCore_active_skin id="14" default="Music"}   .........

updated by @michael: 01/15/15 12:01:34AM
michael
@michael
01/14/15 11:52:59PM
7,832 posts

Unwanted line-breaks


Off Topic

Should have been sorted in 5.2.20. Did you run an integrity check? Which pages are you seeing it on?
michael
@michael
01/14/15 11:47:19PM
7,832 posts

site builder diy seo help


Using Jamroom

Could you offer up example url's of pages that don't show how you want them to show?

examples on jamroom.net:

jamroom.net // title is "Community Web Content Management System | Jamroom"
jamroom.net/download // title is "Jamroom 5 Download | Jamroom"
jamroom.net/support // title is "Jamroom Support | Jamroom"
jamroom.net/michael // title is "Michael | Jamroom"

Seams pretty ok to me.
michael
@michael
01/14/15 11:38:23PM
7,832 posts

Error in music upload


Jamroom Developers

other versions of the files are created for playback on different devices.
updated by @michael: 11/03/15 12:57:06PM
  604