Forum Activity for @michael

michael
@michael
07/10/15 01:54:17AM
7,832 posts

Combined Videos Category Search


Design and Skin Customization

did you try
group_by="*_category"
michael
@michael
07/10/15 01:08:34AM
7,832 posts

HTML Tags Being Removed


Design and Skin Customization

I just tried it here, adding those two to
ACP -> CORE -> QUOTA CONFIG

Then adding this to the html editor:
<p>line one</p>
<figure>something</figure>
<p>line two</p>
The result was the code was output in the html of the page. The figure tag was not stripped.

Check that the location you are using the editor is the same as the quota that you have allowed to use that tag.
michael
@michael
07/09/15 07:41:30PM
7,832 posts

Code Question - Combined Audio


Design and Skin Customization

Nice question, good to see you getting into the code. Did you give it a try? That looks like it might work,

{jrSeamless_list modules=$mods order_by="_created random" pagebreak=10 page=$_post.p pager=true require_image="audio_image"}
{jrSeamless_list modules=$mods order_by="_created random" pagebreak=10 page=$_post.p pager=true require_image="*_image"}

I'd try those two first and if they didn't provide the results you were after then think about looking at the item_list.tpl files for the individual items. You could put an {if} in the audio one to check that there is an image and not show it if there isn't.
michael
@michael
07/09/15 02:19:47AM
7,832 posts

Moving Profiles to a Different Tree


Genosis

My genosis install is having issues today. will try again tomorrow to get it all working and check the move to another tree expected behaviour. Sorry for the delay.
michael
@michael
07/08/15 02:09:35AM
7,832 posts

Error: Offsite media downloads are blocked


Installation and Configuration

You just need to link to it from your site, so if you put a link:
<a href="http://sermonescristianos.net/audio/download/audio_file/419/04-guerramp3">Download this</a>
anywhere on your site, it will be able to download.

Its to stop other sites from linking to your files pretending they are their own.
michael
@michael
07/08/15 02:03:41AM
7,832 posts

Create File for Download


Using Jamroom

I just tried here and before adding the ,jpg to the "Allowed file types" at:
ACP -> MEDIA -> FILE DOWNLOAD -> QUOTA CONFIG

I would see "File has an invalid extension (jpg) - it should be one of zip, doc, txt, pdf"

But after adding .jpg to the "Allowed File Types" (zip,doc,txt,pdf,jpg) it worked as expected.

Check that you are altering the SELECTED QUOTA for the quota of the profile that is doing the uploading.
michael
@michael
07/08/15 12:23:43AM
7,832 posts

jrCore_list search with multiple values


Using Jamroom

not understanding the question sorry. why would $profile_name equal the profile_category?

--edit--
I think you might be after the wildcard feature?

If my profile has
profile_something = "dogs, bees, fish"

Then:
{jrCore_list module="jrProfile" search1="profile_something = dogs"}

I will not turn up in the list because my profile_something does not = dogs, it equals "dogs, bees, fish"

If i want it to turn up I can search for:
{jrCore_list module="jrProfile" search1="profile_something like %dogs%"}

Then I will be in the results.

%dogs means "anything before dogs" so would match hotdog, blackdog, bigdog but not dogfood.
dog% means "anything after dog" so would match dogfood but not blackdog, bigdog.
%dog% means "anything before or after dog" so would match dogfood and blackdog and bigdog. but would also match topdogracer because it contanins dog.

updated by @michael: 07/08/15 12:30:58AM
michael
@michael
07/07/15 02:55:24AM
7,832 posts

Image upload in Skin Settings?


Design and Skin Customization

There is a button for "select images to upload" on the IMAGES tab of each of the skins. (screenshot)

That would be the alternative place to add images to if you didn't want to put them in:
/skins/YOUR SKIN/img

You don't HAVE to put the images in /img, but if you do then you get to use the IMAGE tab to over-ride the images if you want to.
michael
@michael
07/07/15 02:14:49AM
7,832 posts

Error Hosting


Jamroom Hosting

Same with those too, all need to be executable by your web user. Ask your web hosting company to check.

'executable' is a permission that you change the file to. You might be able to do it via your FTP client, or maybe it needs SSH, your server company will know.

If your interested in doing it yourself:
https://duckduckgo.com/?iac=1&q=make%20a%20file%20executable
  513