Forum Activity for @michael

michael
@michael
01/17/17 02:14:05PM
7,832 posts

Problem with search conditions


Design and Skin Customization

That sounds like its working as expected. What is the issue. What does "the last two videos are missed!!!" mean?
michael
@michael
01/17/17 01:26:16PM
7,832 posts

Problem with search conditions


Design and Skin Customization

Yeah that wont work for sure. There is no datastore with the prefix 'admin_' and even if there was, the modules datastore that you are searching on is the jrYouTube module, so its datastore is prefixed with 'youtube_'.

your search="...... must line up with a field on the datastore. maybe you called it 'youtube_admin_tv' perhaps if you added that field to the youtube modules form via the Form Designer.
michael
@michael
01/17/17 01:13:39PM
7,832 posts

Problem with search conditions


Design and Skin Customization

left hand column
{jrCore_list
module="jrYouTube"
order_by="_created desc"
search="profile_id != 1"
pagebreak="25"
page=$_post.page
} 
Right hand column
{jrCore_list
module="jrYouTube"
order_by="_created desc"
search="profile_id = 1"
pagebreak="25"
page=$_post.page
} 

Try taking out your row template and see what it returns when using the default. Could be an issue with your row template.

Also the admin user viewing the list WILL see any items from private profiles, whereas normal users will not, so that could be the difference you see in the lists.
Screen Shot 2017-01-18 at 10.11.02.png Screen Shot 2017-01-18 at 10.11.02.png - 1.1MB
michael
@michael
01/17/17 01:06:11PM
7,832 posts

Problem with search conditions


Design and Skin Customization

Your jrCore_list call looks like it should be working fine to me.
michael
@michael
01/17/17 01:01:25PM
7,832 posts

Problem with search conditions


Design and Skin Customization

not clear on the goal. You want all Youtube videos except if the video is from profile_id 1 correct?
michael
@michael
01/17/17 12:55:25PM
7,832 posts

Chat issues


Using Jamroom

cant tell from the screenshot, whats the URL in that "splash" search?
michael
@michael
01/17/17 12:48:53PM
7,832 posts

Editing the Profile form with Form Designer.


Design and Skin Customization

The 'location' field is not a default field. Something has put it there. Either a module or you by adding it with the Form Designer.

If its a module, then its probably a field the module needs. You could try using the Form Designer, to DISABLE that field and add you're own field in.
michael
@michael
01/17/17 12:43:35PM
7,832 posts

Any plans for browser notifications module?


Suggestions

outline what it is you're thinking so we can consider it. How you think it should work etc.

The chat module already has notifications and alerts for when you are off the page and a message comes in.
michael
@michael
01/17/17 12:41:33PM
7,832 posts

Google Feedburner


Using Jamroom

agreed. that's the same thing I'm seeing.

What is not understood is where feed burner is getting that information from. Look in your feed burner setup for clues.
  288