Forum Activity for @michael

michael
@michael
07/15/15 11:04:30PM
7,832 posts

social login bug data too long errror


Using Jamroom

varchar(8192) is pretty big. It needed bigger?
michael
@michael
07/15/15 11:01:25PM
7,832 posts

woo-HOOOO! FREEDOM!


Ning To Jamroom

And that you are both here. Thank you for being here.
michael
@michael
07/15/15 10:16:09PM
7,832 posts

Error: Offsite media downloads are blocked


Installation and Configuration

Ekwe:....it is still not working....
Is not enough of an explanation to offer any advice on.
michael
@michael
07/15/15 10:15:15PM
7,832 posts

Error: Offsite media downloads are blocked


Installation and Configuration

andrusito:
That worked Michael! Thanks!

Now, I think it is a problem or a bug or something..
What happens if I decide to upgrade the Jamroom core? Do I have to add that code everytime?

No, your config.php file will never be touched by the update system.
michael
@michael
07/15/15 02:23:53AM
7,832 posts

profile forums?


Using Jamroom

Sure, or you could create a different profile that is the only profile in that quota and make that profile the only profile to have a forum.
michael
@michael
07/15/15 12:58:27AM
7,832 posts

Combined Videos Category Search


Design and Skin Customization

This works.

In a file called junk.tpl (hence the /junk/ reference in the link) this code will produce the categories, then when clicked on only videos from that category will be shown.
<div class="title_block" style="margin-bottom: 5px;">Categories</div>
<div class="sub_section_menu">
    <ul>
        {capture name="row_template" assign="template"}
        {literal}
            {foreach $_items as $item}
            {$_cats[$item["`$item.seamless_module_prefix`_category"]] = $item["`$item.seamless_module_prefix`_category"]}
            {/foreach}

            {foreach $_cats as $cat}
            <li>
                <a href="{$jamroom_url}/junk/{if isset($_post.option) && strlen($_post.option) > 0}{$_post.option}/{/if}search_area=*_category/search_string={$cat|urlencode}">{$cat}</a>
            </li>
            {/foreach}

        {/literal}
        {/capture}

        {jrSeamless_list modules="jrVideo,jrYouTube" template=$template limit=500 }
    </ul>
</div>
<hr>
        {jrSeamless_list modules="jrVideo,jrYouTube" limit=500 search1="*_category like %`$_post.search_string`%"}
michael
@michael
07/15/15 12:26:51AM
7,832 posts

Combined Videos Category Search


Design and Skin Customization

could be, but probably not a problem. Let me get setup here to test with your category fields and we can find a solution.

--edit--
This is the structure your after:
your-site.com//videos/search_area=video_category/search_string=Howto+%26+Style

So it will be a urlencode thats needed. will get the exact code in a sec.
updated by @michael: 07/15/15 12:36:40AM
michael
@michael
07/15/15 12:25:11AM
7,832 posts

File Upload limit, php.ini


Installation and Configuration

Fantastic news. Well done. :)
michael
@michael
07/14/15 08:54:47PM
7,832 posts

Combined Videos Category Search


Design and Skin Customization

might need to use a different, setup then for the keys.

What is the code your using?
michael
@michael
07/14/15 08:53:42PM
7,832 posts

'De-activate Member' has glitch.


Using Jamroom

That does seam un-usual. If logged in members can't see it, the logged out users shouldn't be seeing it either.

I'll look into it. Thanks.
  510