Forum Activity for @brian

brian
@brian
10/29/15 11:48:39AM
10,149 posts

"Attach file" to posts not working


Using Jamroom

The priority order for JR module templates is:

1) Is there an active custom version of the template in the DB (i.e. modified from the "templates" tab of the module in the ACP)

2) Is there a skins/ActiveSkin/ModuleName_template_name.tpl file - this allows the skin to "override" the default module template from the file system

3) finally use the default modules/ModuleName/templates/template_name.tpl file

Just an FYI...
brian
@brian
10/29/15 11:37:23AM
10,149 posts

"Attach file" to posts not working


Using Jamroom

Strumelia:
Brian, I see the code in my jrComments module: in jrComment/item_list.tpl (1.6.0), and I can add it to my own custom one.
But do I need to try to do this as well in my custom active skin item_list.tpl ? or should I leave that template alone?

If you have a file called "jrComment_item_list.tpl" in your active skin directory then yes - that is where it needs to be added.
brian
@brian
10/29/15 11:29:19AM
10,149 posts

"Attach file" to posts not working


Using Jamroom

Strumelia:
Do i put that right in the jrComments module item_list.tpl template, NOT in a template in my custom skin...correct?

Where exactly do I insert this in the item_list.tpl template code?

You can use the "compare" tool to see where we have it in the default template.

Let me know if that helps.
brian
@brian
10/29/15 11:24:03AM
10,149 posts

"Attach file" to posts not working


Using Jamroom

Strumelia:
See my first post up top for where it's occurring.

Sorry - so it looks like system wide on Comments.

I have a feeling you have a custom jrComment/templates/item_list.tpl file - if you do, you want to make sure the function for showing the uploaded files is in your template:

{jrCore_get_uploaded_files module="jrComment" item=$item field="comment_file"}

Let me know if that helps.
brian
@brian
10/29/15 11:16:38AM
10,149 posts

forum extra paginations back...again!


Design and Skin Customization

This should absolutely be fixed - you're running the latest Core?

Note that there is ONE instance where you might see a next page button - that is if the LAST page has the exact number if items on it that the pagebreak is set to (i.e. pagebreak is set to 10 and there are 10 items on the LAST page).

Since JR is not "counting" any longer (this is why you get a performance boost), then what it does on the last page is it does NOT show the next page button if there is less the $pagebreak items on it.

But even then - if there is a next page button - it will NOT show the pager on that next page since there are NO results.

Make sure you've not customized the jrCore/templates/list_pager.tpl file - if you have, reset it to the latest from the core.

Hope this helps!
brian
@brian
10/29/15 11:10:47AM
10,149 posts

"Attach file" to posts not working


Using Jamroom

Yep - that means it is just a display issue then - the file is being uploaded and saved correctly.

Is this on specific comments (i.e. Group Discussion, etc.) or is it site wide for all comments?

Thanks!
brian
@brian
10/29/15 11:04:21AM
10,149 posts

"Attach file" to posts not working


Using Jamroom

If you go into the DataStore browser do you see that the file keys were created for the item?
brian
@brian
10/29/15 10:59:06AM
10,149 posts

Weird Mobile Connectivity Issue


Design and Skin Customization

This sound like a DNS issue - when you're on LTE you're using your carrier's DNS (Verizon), but when you switch to WIFI you will use your ISP's DNS servers. Go into your router and change your DNS servers to:

8.8.8.8 (primary)
8.8.4.4 (secondary)

These are Google's public DNS servers - restart your router and see if it works.

Hope this helps!
brian
@brian
10/29/15 10:57:31AM
10,149 posts

"Attach file" to posts not working


Using Jamroom

We use the "Attach File" all the time here on Jamroom.net and I'm not aware of an issue. Are you getting an error?
brian
@brian
10/29/15 10:31:54AM
10,149 posts

Mailgun error message


Jamroom Hosting

radiomusicgroup:
Thanks!! I've used SMTP2GO in the past so I guess I'll have to switch now and learn mailgun... My list just keeps getting longer and longer and my old tired brain seems to get slower and slower.... :(

I've used a lot of other email providers as well - we use Mailgun A LOT with Jamroom because in my opinion they have the very best API for giving you complete control over everything email related - their "routing" features are second to none and allow us to do some cool stuff.
  338