Forum Activity for @derrickhand300

derrickhand300
@derrickhand300
11/22/15 07:02:45PM
1,353 posts

old sitebuilder construction kit missing


Using Jamroom

I noticed a few months ago I had to disable the new one to get the old one back...I dont think its in the marketplace anymore
derrickhand300
@derrickhand300
11/22/15 03:37:06PM
1,353 posts

Adding TAGS to a template search


Design and Skin Customization

Cant figure out where I am going wrong

I have 3 test versions on the page right now

1
{jrSeamless_list modules="jrVideo,jrYouTube" order_by="_created numerical_desc"  search1="youtube_category = football" search2="*_tags like %5th%" || "*_tags like %6th%" pagebreak=15 page=$_post.p pager=false template=$tpl}

2
{jrSeamless_list modules="jrVideo,jrYouTube" order_by="_created numerical_desc"  search1="youtube_category = football" search2="*_tags like %5th% || *_tags like %6th%" pagebreak=15 page=$_post.p pager=false template=$tpl}

3
{jrSeamless_list modules="jrVideo,jrYouTube" order_by="_created numerical_desc"  search1="*_category = football" search2="*_tags LIKE %5th%" pagebreak=15 page=$_post.p pager=false template=$tpl}

Test version 3 is the only code that will return any videos

When I add the || to the tags- then I do not get ANY videos back
updated by @derrickhand300: 11/22/15 03:37:49PM
derrickhand300
@derrickhand300
11/22/15 01:55:24PM
1,353 posts

Adding TAGS to a template search


Design and Skin Customization

Thanks Paul...so the "*" says "get all the modules requested with seamless"? starting to understand it some now
derrickhand300
@derrickhand300
11/22/15 01:53:35PM
1,353 posts

Adding TAGS to a template search


Design and Skin Customization

Hold on....the issue may be the tag...i changed them all in the batch edit for youtube to 5th,6th,football....but when I view the actual video that is not the tag on the item detail page....let me try to correct this...then maybe the above will work
derrickhand300
@derrickhand300
11/22/15 01:38:11PM
1,353 posts

Adding TAGS to a template search


Design and Skin Customization

Trying to answer my own question...

{jrSeamless_list modules="jrVideo,jrYouTube" order_by="_item_id desc"  search1="youtube_category = football" search2="*_tags like %5th% || *_tags like %6th%" search3="youtube_category = football" search4="*_tags like %5th% || *_tags like %6th%" pagebreak=15 page=$_post.p pager=false template=$tpl}

This "should" get the videos from both modules?
derrickhand300
@derrickhand300
11/22/15 01:31:46PM
1,353 posts

Adding TAGS to a template search


Design and Skin Customization

Thank you Brian- if I use the above code which has
search1="youtube_category = football"
How will the code know to ALSO search for jrVideos with the category 'football"?
I just ask because I am not seeing any reference to the jrVideos in the search and I am after BOTH youtube and jrVideos

Also i have added the code here and it returns NO results?
http://sayreeagles.net/test/
updated by @derrickhand300: 11/22/15 01:34:41PM
derrickhand300
@derrickhand300
11/22/15 12:49:59PM
1,353 posts

Adding TAGS to a template search


Design and Skin Customization

I am trying to get lists from the database for combined videos

An example of what I am trying to tell the database would be something like this

" Get me all the videos that are listed under the category "Football" that have the tags "5th" and "6th"

This list would include videos from both jrVideo AND YouTube video modules
This from my datastore browser for "Youtube"
youtube_category: Football
youtube_tags: ,football,5th,6th

This is the code from the datastore for jrVideo
video_category: Basketball
video_tags: ,5th,6th,


Can you tell me my mistake-I am thinking it will be obvious to someone that knows this :0

{jrSeamless_list modules="jrVideo,jrYouTube" order_by="_created numerical_desc"  search1="youtube_category = football" search1="*_tags LIKE %5th%" search1="*_tags LIKE %6th%" search2="video_category =football"  search2="*_tags LIKE %5th%" search2="*_tags LIKE %6th%" 
pagebreak=15 page=$_post.p pager=false template=$tpl}

NOTE it seems to be working EXCEPT it keeps pulling in a Youtube video that has the category 'basketball"
From the datastore for the particular video:
youtube_category: basketball
Why is the above template code fetching a youtube video with the category of basketball?

I have ran the integrity check several times and I have ran repair.php also thinking it might be something stuck in the database...still the basketball video is there- you can see its the first video on this test page

http://sayreeagles.net/test/

updated by @derrickhand300: 03/10/16 01:59:34AM
derrickhand300
@derrickhand300
11/22/15 11:46:44AM
1,353 posts

How do I get an RSS feed onto a module?


Using Jamroom

The answer you are looking for may be a part of this:
https://www.jamroom.net/the-jamroom-network/documentation/howto/2463/howto-form-designer-aparna-custom-page-module-with-rss-feed

The RSS Feed
With the jrFeed module installed, your new modules RSS feed will be available at:
your-site.com/feed/oilfield-news

I think if you add /feed/ in to the url you will be able to get a feed off the page
derrickhand300
@derrickhand300
11/21/15 12:19:50AM
1,353 posts

Question About Debug and Datastore


Using Jamroom

Solved- BIG Thanks to Michael! I finally understand the basics to using the smarty debug console!
derrickhand300
@derrickhand300
11/19/15 05:50:44PM
1,353 posts

Question About Debug and Datastore


Using Jamroom

Yes I have debug installed in the modules/jrYouTube/templates/index.tpl file
No I dont KNOW the youtube id ahead of time...
I am trying to add this meta tag to the meta.tpl so that the meta.tpl information changes EACH TIME A NEW YT VIDEO IS LOADED

I am TRYING to rework the facebook opengraph meta data on the site which has never worked correctly on any of my JR sites...when I figure it out for this one then I can fix all 3 of my sites

Thanks!
updated by @derrickhand300: 11/19/15 05:52:04PM
  59