Forum Activity for @brian

brian
@brian
11/14/15 09:50:56AM
10,149 posts

Closed


Off Topic

jimmyk:
IDK... I sent a developer over here form IPB to develop mods and he mentioned that to me. Said in effect: why are they closing so many threads? Do they want to control information and limit discussion about the product?

It's your site and your policy, I came back to check out what he said and see what he meant.

This is kind of a strange response to be honest - of COURSE we want to control the type of information that is out there about Jamroom, otherwise you get people saying "oh just cut and paste this" into your system to get it to work, and its 2 years our of date and breaks there system. Where do you think they are going to come for help?
brian
@brian
11/14/15 09:43:00AM
10,149 posts

Jamroom 5.3 Beta Kickoff


Announcements

soaringeagle:
no show tables is not
but the repair tables through integrity check just acts weird
the 1 time it liooked like that other times it got to a certain table and restarted
the table it restarts at is not always the same

I'm going to guess your DB is "going away" or is failing in some other way while the check is running. Look at your db error log.
brian
@brian
11/14/15 09:40:55AM
10,149 posts

Closed


Off Topic

jimmyk:
Why is every thread getting closed? I can't even respond to some thread... because they're closed. Don't know if anyone here has ever run a forum, but closing thread is a no-no and only to be used at certain times.

I don't remember hardly any threads being closed on the old JR forum.

The forum here is set to auto-close threads after 30 days of inactivity. This is a GOOD practice for a support forum since it prevents users from re-opening threads that likely contain out of date information.
updated by @brian: 11/14/15 09:41:14AM
brian
@brian
11/14/15 09:16:11AM
10,149 posts

Groups - Change ownership? change/add administrators?


Ning To Jamroom

No - Groups 1.5.0b1 has the new structure, so you're going to continue to see issues while on 1.4.4. But you need to update to 5.3.0 before you update to 1.5.0b1, which is up to you. It's the weekend here so if you feel like you might have issues updating, we are not online as much on the weekends so please take that into account :)

Let me know if that helps.
updated by @brian: 11/14/15 09:16:28AM
brian
@brian
11/14/15 09:14:11AM
10,149 posts

Help Editing A Template


Design and Skin Customization

That's correct for the mobile display - that way it WORKS with pretty much every mobile device. If you want it to be 4 wide then you have to remove the col3 class and add a width - i.e.:

change this

<div class="col3{if $item@last || ($item@iteration % 4) == 0} last{/if}">

to something like this:

<div style="width:25%;float:left">

But you will also need to add a clearing DIV at the bottom otherwise if you have more than 4 images it is not going to work right.

If it was me I would not do this, but if you want to that's what you will need to do.
brian
@brian
11/14/15 09:08:34AM
10,149 posts

Trying to add a java slider to a blog post...strips out code


Using Jamroom

It depends - if you are the only one who is allowed to embed an iframe, then you can leave it unchecked - if you want to allow your users to embed iframes, then you want to make sure it is checked AND the allowed domains they can use in their iframes are configured in the "Allowed Domains".
brian
@brian
11/14/15 08:53:45AM
10,149 posts

Error Code on Embed Media Module


Using Jamroom

I'm checking this out - thanks!
brian
@brian
11/14/15 08:53:06AM
10,149 posts

Jamroom 5.3 Beta Kickoff


Announcements

This is what you should NOT see:

repairing table: jr_jrcore_modal
repairing table: jr_jrcore_menu
repairing table: jr_jrcore_modal
repairing table: jr_jrcore_menu
repairing table: jr_jrcore_modal
repairing table: jr_jrcore_menu
repairing table: jr_jrcore_modal
repairing table: jr_jrcore_menu
repairing table: jr_jrcore_modal
repairing table: jr_jrcore_menu

your SHOW TABLES must be reporting the same table multiple times
brian
@brian
11/14/15 08:49:49AM
10,149 posts

Jamroom 5.3 Beta Kickoff


Announcements

soaringeagle:
nevermind realized my mistake haha but no duplicates only when i run it in integrity check and i think only when i have both repair and clear cache checked ut cant be sure try that

Clear cache just does a TRUNCATE TABLE on the jr_jrcore_cache table - it's not going to cause any looping.

I've tested here and it is working as it should. Not sure if you are running a "stable" MariaDB or not, but I would make sure you are up to date on your DB packages.
brian
@brian
11/14/15 08:47:50AM
10,149 posts

Help Editing A Template


Design and Skin Customization

You are already using the proper col3 class, so it should be "mobile ready"

To get a space, you need to add some MARGIN around your images - i.e.

<div style="margin: 5px">{jrCore_module_function function="jrImage_display" module="jrGallery" type="gallery_image" item_id=$item._item_id size="larger" crop="square" class="img_scale" style="margin:0" alt=$item.gallery_image_name}</div>

Let me know if that helps.
  317