Forum Activity for @douglas

douglas
@douglas
10/25/16 01:27:12PM
2,812 posts

Adding Pages at Top Menu


Using Jamroom

It will depend on which skin you are using, but you would have to modify the menu template if you don't want to use Site Builder.
douglas
@douglas
10/22/16 05:55:25AM
2,812 posts

Member pages on Sage skin - how to edit?


Ning To Jamroom

Deb W."]
On the member page, I want to get rid of all the boxes except for the Featured and Members. I don't know how to do that. If I need to start a new page using site builder, how to create the two boxes that I want to keep?

In your members.tpl file, find this:

<div class="col9">

and change it to this:

<div class="col12 last">

then find this code:

        <div class="col3 last">
            <div class="body_1">
                {jrCore_include template="side.tpl"}
            </div>
        </div>

and either delete it or comment it out.

You can do the same for the evens.tpl


Deb W.:
Another issue with the member page is that it's not actually listing all our members - we created a couple fake regular members and they don't show up. Also I don't know how we "featured" the admins... it just happened...
Any thoughts or suggestions on how to proceed?
Deb

Make sure you have the quota ID's set in your sins config settings. ACP > Skin Settings

Hope this helps!
douglas
@douglas
10/12/16 06:15:48AM
2,812 posts

Slider using SiteBuilder template code widget


Design and Skin Customization

It has been a while since I've looked at the CSS file for the image slider, but I do believe the height is set in the slider.css file.

Hope this helps!
douglas
@douglas
10/10/16 06:17:36AM
2,812 posts

Blog Post Order as shown in a Blog Category


Ning To Jamroom

It is set to order_by="blog_publish_date numerical_desc" are you wanting order_by="blog_publish_date numerical_asc" instead?
douglas
@douglas
10/09/16 10:29:32AM
2,812 posts

Blog Post Order as shown in a Blog Category


Ning To Jamroom

You are correct, it is ordered by blog_publish_date actually, but it doesn't look like this is something you can control at the template level.

I'll open a ticket and see if we can find a way to allow the site admin to change the order_by for the profile category list.

Thanks!
douglas
@douglas
10/09/16 09:28:50AM
2,812 posts

Pinterest Index.html editing


Installation and Configuration

You should first try adding your code or line without using the literal tags as posted above, if it doesn't work, then try adding your code where it says "Your code here...".

Hope this helps!
douglas
@douglas
10/09/16 07:04:08AM
2,812 posts

Blog Post Order as shown in a Blog Category


Ning To Jamroom

Can you post a link to the category page?
douglas
@douglas
10/09/16 06:56:31AM
2,812 posts

Site Builder Widget behaviour - Forums, Photos and Timeline


Installation and Configuration

Hello,

1. You had some settings set for this that would cause it to not work, I've changed them for you so you may want to check it out. Mainly, you don't want to use a pagebreak if you are setting a limit, pagebreak and limit do not work together. There is an issue though with the default template for listing forum topics and we'll take a look at it.

2. Same as #1, you had a limit and pagebreak set, you also were not using an order_by parameter which is what you use to order your lists.

https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/89/jrcore-list

3. You would use the same setup as the forums widget only select the "Timeline" module instead of the "Forum" module.

https://www.jamroom.net/the-jamroom-network/documentation/site-builder
https://www.jamroom.net/the-jamroom-network/documentation/site-builder/2647/adding-a-new-widget

Hope this helps!
douglas
@douglas
10/09/16 06:43:58AM
2,812 posts

Changing links for different languages


Design and Skin Customization

If your wanting to change the link according to the users language setting who is viewing the page... you could try something like this...

{if isset($_user.user_language) && $_user.user_language == 'de-DE'}
<a href="#">German Link Here</a>
{else}
<a href="#">Default Language Link Here</a>
{/if}

Hope this helps!
douglas
@douglas
10/08/16 08:50:10AM
2,812 posts

Can't get comments to work....


Installation and Configuration

I've found the issue and will open a ticket on it.

For now, do not enable the editor for comments, that is causing the post button to not work in the Mogul skin.

I've disabled it for you and your users can comment now on gallery images etc..

Hope this helps!
updated by @douglas: 10/08/16 08:50:57AM
  84