Forum Activity for @ilker

sekeri
@ilker
11/17/16 08:06:36AM
334 posts

hiding profile info on my Profile Forum pages (again)


Using Jamroom

Both links; the circled one and the website forum menu link direct to the same address
www.website.com/community/forum
sekeri
@ilker
11/16/16 11:43:13PM
334 posts

hiding profile info on my Profile Forum pages (again)


Using Jamroom

Yes, correct. But normally the website menu is used to reach the forum just like here in Jamroom.
sekeri
@ilker
11/16/16 09:02:27AM
334 posts

hiding profile info on my Profile Forum pages (again)


Using Jamroom

Strumelia:
Are you using your Community profile for any actual purpose besides housing your site forums?
No, at least for now.

Strumelia:
Also, is that screenshot from the profile page of your Community profile?- or it is where members are led when they click on your main site menu 'forum' link (if you have a link to forums there)?
The screenshot is what a normal member or anonymous user see when he/she clicks main site forum menu link. The link is www.website.com/Community/forum

Strumelia:
and... I assume you have a test profile in the regular members quota that you can log in as to see what members see. (remember, you see all tabs by default when logged in as admin)
The screenshot has taken using my test profile with Basic Quota.
sekeri
@ilker
11/16/16 12:08:09AM
334 posts

hiding profile info on my Profile Forum pages (again)


Using Jamroom

Dear Strumelia, thank you for your very detailed explanation.
I only have 2 Quotas available; basic and admin. I also have a profile named Community to display the forum which is used by admin account. Community has the Quota Admin. I am not sure if creating a new Quota for Community profile is the best way to do. Or creating a new profile will change all the available links for the forum which uses Community.

Another point which I am not sure is the Followers tab. Because there is no such a configuration for Followers in ACP turn OFF "allow on profile".

A little bit confused :)
ScreenHunter_55 Nov. 16 10.04.jpg ScreenHunter_55 Nov. 16 10.04.jpg - 34KB
sekeri
@ilker
11/14/16 05:02:35AM
334 posts

hiding profile info on my Profile Forum pages (again)


Using Jamroom

I do the same at the top of my jrForum_item_detail.tpl in my active skin.
{if $_profile_id == 1}
{jrProfile_disable_sidebar}
{/if}
{jrCore_module_url module="jrForum" assign="murl"}

It hides the side bar which is okay. But I also want to hide the profile menus (or tabs) at the top like followers, forum, blog. audio, etc..

How do you do this?

Thanks,
Ilker.
sekeri
@ilker
11/02/16 08:43:43AM
334 posts

Meta Tag manager Title Tag for homepage


Installation and Configuration

When I add a Title tag for my home page and check the source file I have 2 title tags. I use SiteBuilder for my homepage.

The first one is
 <title>Home | www.mysite.com</title> 
and the second one is the one I added via Metatag manager.


There is only one Title tag definition in Meta Tag Manager.

Regards,
Illker.
updated by @ilker: 02/02/17 12:37:29PM
sekeri
@ilker
10/28/16 02:18:45PM
334 posts

Media URL Scanner in quote tag


Installation and Configuration

Hello,

Media URL scanner does not embed the media items if it is in a [quote] tag. For example if someone replies to a forum post which contains an embedded media item. It is not embedded in the quote again.

Thanks,
Ilker.
updated by @ilker: 01/27/17 03:12:26AM
sekeri
@ilker
10/14/16 02:46:01AM
334 posts

Product Reviews Module


Suggestions

I can create it using Chained select and Aparna, this is correct. But for me it is not so easy to create list pages etc in this hierarchical structure.
And also I could have created the other standard modules by myself too. What I am trying to say having a standard module continuously improving like the other standard modules. I think Reviews module deserves this. This is why I put it into suggestions section for future consideration. Thanks!
sekeri
@ilker
10/14/16 01:36:50AM
334 posts

Product Reviews Module


Suggestions

Hi,

It would be really great if we had a product reviews module in a hierarchical and flexible structure. Like product groups at top and then product brands and models at the bottom level. So that users can submit their product reviews.

This same hierarchical structure can be used to list and to reach desired product review.

I think this will add a real value.

Thanks!
Ilker.
updated by @ilker: 01/12/17 11:46:40PM
sekeri
@ilker
10/12/16 02:09:22AM
334 posts

Slider using SiteBuilder template code widget


Design and Skin Customization

I am using SiteBuilder template code widget to show a slider in the homepage. I want to use my own images instead of profile images which is okay. I need to adjust the height of this slider but it is always fixed.

Can you please help me on how I can change the height ? Thanks

{capture name="slider_template" assign="slider_template"}
    {literal}
    	{if isset($_items)}
		    {foreach from=$_items item="row"}
        		<li><a href="{$jamroom_url}/{$row.profile_url}/{jrCore_module_url module="jrGallery"}/{$row._item_id}/{$row.gallery_title_url}">{jrCore_module_function function="jrImage_display" module="jrGallery" type="gallery_image" item_id=$row._item_id size="xxlarge" crop="auto" alt=$row.gallery_image_name title=$row.gallery_image_name style="max-width:725px;"}</a><p class="caption"><a href="{$jamroom_url}/{$row.profile_url}/{jrCore_module_url module="jrGallery"}/{$row._item_id}/{$row.gallery_title_url}"><span style="color:#FFF;">{$row.gallery_image_name}</span></a></p></li>
		    {/foreach}
		{/if}
    {/literal}
{/capture}    

<script type="text/javascript">
    $(function () {
        $("#slider1").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: true,         // Boolean: Show pager, true or false
            random: true,        // Boolean: Randomize the order of the slides, true or false
            maxwidth: 725,       // Integer: Max-width of the slideshow, in pixels
            pause: true,         // Boolean: Pause on hover, true or false
            namespace: "rslides" // String: change the default namespace used
        });
    });
</script>

<div class="block_content">
    <div id="swrapper" style="padding-top:10px;">
        <div class="callbacks_container">
            <div class="ioutline">
                <ul id="slider1" class="rslides callbacks">
                    {jrCore_list module="jrGallery" order_by="_item_id desc" limit="10" template=$slider_template require_image="profile_image"}
                </ul>
            </div>
        </div>
        <div class="clear"></div>
    </div>
</div>

updated by @ilker: 01/10/17 07:40:59PM
  8