Forum Activity for @garymoncrieff

gary.moncrieff
@garymoncrieff
07/21/15 05:03:39AM
865 posts

'De-activate Member' has glitch.


Using Jamroom

Since he is using NingJa the mentions won't work Michael, there is a bug with the timeline where if you click on mentions it redirects back to the profile index page.
gary.moncrieff
@garymoncrieff
07/21/15 04:58:51AM
865 posts

Aparna image error


Using Jamroom

Sure it should be fixed but you will need to manually apply it to your created modules, have you looked to see where the problem might be, more than likely in the update save function.
gary.moncrieff
@garymoncrieff
07/20/15 01:45:29AM
865 posts

Aparna image error


Using Jamroom

This only occurs if the image is set to required, I seen it before but since I never had to set them as required it never bothered me.
gary.moncrieff
@garymoncrieff
07/17/15 01:12:38PM
865 posts

Non-Developers Guide to Customizing Jamroom


Suggestions

It is very hard for developers to speak in non technical terms at times, if any such documentation was to be drawn up it would need to start with the community. The ones that are learning the system will be able to explain their methods. People could use their blog on here to communicate their development ups and downs as I do, but I am alone in that here.

Personally given the amount of tutorials available on html/css and smarty documentation, not even mentioning the two Jamroom courses on Udemy there is plenty. Jamroom team should continue doing what they are doing.

Some of the modules could do with being explained a bit more however.
updated by @garymoncrieff: 07/17/15 01:15:28PM
gary.moncrieff
@garymoncrieff
07/17/15 04:19:01AM
865 posts

Developer Tools Suggestion


Suggestions

Hey Guys

For those of us that doesn't have ftp access on our servers, it's not advisable to give out sftp details at any time. So how about some sort of ftp script included with developer tools that would allow a third party to be granted an admin account and give them access to the file system should the need ever arise?


updated by @garymoncrieff: 09/04/15 06:56:23AM
gary.moncrieff
@garymoncrieff
07/17/15 01:43:12AM
865 posts

Aparna Suggestions


Suggestions

Thinking on this some more yes you can do that on your own site but if you want to distribute a module with Search functionality it would be nice to get this included.
gary.moncrieff
@garymoncrieff
07/15/15 08:24:02AM
865 posts

Combined Videos Category Search


Design and Skin Customization

Cheers Michael, works like a charm.
gary.moncrieff
@garymoncrieff
07/14/15 11:53:33PM
865 posts

Combined Videos Category Search


Design and Skin Customization

Currently what you posted above. I have all my orginal code commented out.

		
<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}/videos/{if isset($_post.option) && strlen($_post.option) > 0}{$_post.option}/{/if}search_area=video_category/search_string={$cat}">{$cat}</a></li>
                {/foreach}

            {/literal}
            {/capture}

            {jrSeamless_list modules="jrVideo,jrYouTube" template=$template limit=500}
        </ul>
	</div>

Would it be down to how I have entered the options for the category fields?

Film & Animation|Film & Animation
Autos & Vehicles|Autos & Vehicles
Music|Music
Pets & Animals|Pets & Animals
Sports|Sports
Travel & Events|Travel & Events
Gaming|Gaming
People & Blogs|People & Blogs
Comedy|Comedy
Entertainment|Entertainment
News & Politics|News & Politics
Howto & Style|Howto & Style
Education|Education
Science & Technology|Science & Technology

I had also tried

Film|Film & Animation
Autos|Autos & Vehicles
Music|Music
Pets|Pets & Animals
Sports|Sports
Events|Travel & Events
Gaming|Gaming
People|People & Blogs
Comedy|Comedy
Entertainment|Entertainment
News|News & Politics
Howto|Howto & Style
Education|Education
Technology|Science & Technology
  31