Forum Activity for @derrickhand300

derrickhand300
@derrickhand300
11/11/15 04:27:28AM
1,353 posts

Creating Default Galleries


Using Jamroom

Here is a series of screenshots to show you what I am doing/seeing on my end
EXPLAIN-GALLERY.jpg EXPLAIN-GALLERY.jpg - 307KB
derrickhand300
@derrickhand300
11/11/15 03:54:23AM
1,353 posts

Creating Default Galleries


Using Jamroom

Thanks Michael- but cannot get the same results here

Can you tell me if the code I posted above is correct to output the galleries using 'gallery_title"?

Even though I select "football" for the image in the screenshot- when it uploads it creates a new gallery which is not on my default list
Capture.JPG.jpg Capture.JPG.jpg - 90KB

updated by @derrickhand300: 11/11/15 04:01:46AM
derrickhand300
@derrickhand300
11/10/15 11:18:04AM
1,353 posts

How Do I Update My Credit Card?


Using Jamroom

Ok thanks..just tried this....getting an error that my card and zip code do not match ( but they do because I use it in other places)
Something to look into I guess...ill add a different card and see if it works
derrickhand300
@derrickhand300
11/10/15 06:31:05AM
1,353 posts

How Do I Update My Credit Card?


Using Jamroom

I Have a couple modules that say they need to be purchased- but when I try to purchase it says i need to update my credit card info..( expired im sure) Anyways i found where to update the card in JR Hosting but I have a $91 credit there- so i figure this is not the right place to update the card..
Can you tell me where to update my card so that I can purchase directly from marketplace updates?
Thanks
updated by @derrickhand300: 02/10/16 11:02:51AM
derrickhand300
@derrickhand300
11/09/15 02:10:08PM
1,353 posts

ERROR-invalid jrCore_checktype:....How to fix it?


Design and Skin Customization

Thanks Brian
I have attached a screenshot
Capture.JPG.jpg Capture.JPG.jpg - 135KB

updated by @derrickhand300: 11/09/15 02:10:26PM
derrickhand300
@derrickhand300
11/09/15 06:26:00AM
1,353 posts

Creating Default Galleries


Using Jamroom

Thanks Michael

I actually thought I had the galleries working according to my needs but after testing I am not getting the expected results from my code modifications

My plan was to make default galleries for images on the site-so everyone who uploads an image would have to choose from my list of predetermined default galleries. I did this using the FORM DESIGNER ( please see the screenshot)

Then I used the following code to output the image galleries on a page
<h2><span style="color: #00ffff;"><a style="color: #00ffff;" href="http://sayreeagles.net/gallery/create">CLICK HERE TO UPLOAD YOUR PHOTOS</a></span></h2>
{jrCore_list module="jrGallery" search1="gallery_title = Football" order_by="_created desc" limit="20" pagebreak="20" pager="true" page=$_post.p group_by="gallery_title"}<br>
{jrCore_list module="jrGallery" search1="gallery_title = Basketball" order_by="_created desc" limit="20" pagebreak="20" pager="true" page=$_post.p group_by="gallery_title"}<br>
{jrCore_list module="jrGallery" search1="gallery_title = Baseball" order_by="_created desc" limit="20" pagebreak="20" pager="true" page=$_post.p group_by="gallery_title"}<br>
{jrCore_list module="jrGallery" search1="gallery_title = Softball" order_by="_created desc" limit="20" pagebreak="20" pager="true" page=$_post.p group_by="gallery_title"}<br>
{jrCore_list module="jrGallery" search1="gallery_title = Track" order_by="_created desc" limit="20" pagebreak="20" pager="true" page=$_post.p group_by="gallery_title"}<br>
{jrCore_list module="jrGallery" search1="gallery_title = Golf" order_by="_created desc" limit="20" pagebreak="20" pager="true" page=$_post.p group_by="gallery_title"}<br>
{jrCore_list module="jrGallery" search1="gallery_title = Band" order_by="_created desc" limit="20" pagebreak="20" pager="true" page=$_post.p group_by="gallery_title"}<br>
{jrCore_list module="jrGallery" search1="gallery_title = Cheerleading" order_by="_created desc" limit="20" pagebreak="20" pager="true" page=$_post.p group_by="gallery_title"}<br>

My understanding and the expected result was the modifications i made in the FORM DESIGNER would
1st-create default galleries ( because this "select" gallery is set as 'Required and active"
2nd-The template code would get the images as they were uploaded according to the"gallery_title' and display them ion the appropriate gallery

The actual result I am getting is that the images ARE NOT being displayed in the default galleries when a user uploads them-instead they are still going to their OWN gallery that the JR platform is creating?

So thats my issue- what I want to happen is
1- users must select a gallery when uploading their image (A gallery from the list I created in form designer)
2- when that image is uploaded it is displayed using the template code I shared above on any page I put the code on
3- the newly uploaded image NEVER creates a gallery of its own

I wonder if you guys can tell me what I am doing wrong- and if its too complicated for me..I am wondering if there is one of you Tall Dudes that I can pay to code this so it works as expected.

I ask because its something I AM REALLY needing and an issue I must work out before I can get to promoting my new site to others...

Thanks for any advice/help on this
Capture-Image-Gallery-Issue.jpg Capture-Image-Gallery-Issue.jpg - 585KB
derrickhand300
@derrickhand300
11/09/15 06:06:56AM
1,353 posts

ERROR-invalid jrCore_checktype:....How to fix it?


Design and Skin Customization

Sorry Im so late getting back to you guys- been covered up here
The error seems to be coming from the NOTICE field where the green bar says 'Please select a category for your video"
If I remove that then the uploader works
Here is a screenshot of that form field
Capture.JPG.jpg Capture.JPG.jpg - 131KB
derrickhand300
@derrickhand300
11/04/15 01:53:55AM
1,353 posts

ERROR-invalid jrCore_checktype:....How to fix it?


Design and Skin Customization

Sure Michael- and thanks!
Maybe the youtube url needs to be a url and not text?
Capture.JPG.jpg Capture.JPG.jpg - 80KB
derrickhand300
@derrickhand300
11/04/15 01:50:31AM
1,353 posts

Creating Default Galleries


Using Jamroom

Yes -the file name was to override the template in jrCore....really not much in the template
{*<tr>
  <td colspan="2" class="element"><div class="page_note">{$html}</div></td>
</tr>*} 
my concern was "is editing out the template code going to have effects in other places besides youtube?
  65