Forum Activity for @michael

michael
@michael
08/14/17 11:30:38PM
7,832 posts

Use of blockquote tag in tinyMCE under Follow Me skin


Design and Skin Customization

yep, am seeing a slight difference in the formatting of the CREATE vs UPDATE comment when the editor is used. Seeing an extra
<br>
after an ordered list that goes away after the post has been updated. The contents in the editor is exactly the same for both.

Will look into it, thanks.

What HTML code are you using when you see the difference?
michael
@michael
08/14/17 07:00:44AM
7,832 posts

Processing a smarty variable inside {literal}


Using Jamroom

It only needs to be wrapped in {literal} tags if it is in a .tpl file. If its saved by the users to the database, then output back into the HTML page that was formed by the structure of the smarty code, then it doesn't need to be in literals because smarty has finished processing.

--edit--
So if you trust them 100% you can put them in a quota that has
ACP -> MODULES -> CORE -> SYSTEM CORE -> QUOTA -> Allow Alll Formatting

enabled.
updated by @michael: 08/14/17 07:02:12AM
michael
@michael
08/13/17 06:46:35PM
7,832 posts

Share buttons for Individual tracks...


Installation and Configuration

dm:.... I would like to be able to share the individual track links (on twitter and facebook) and not just the website URL...
(grumble grumble grumble, making me guess at things again........)

Sounds like you're trying to share one pages url from a different pages url. The tracks should all be available on their own item_detail page on the profile. Try sharing that item detail page of a track and see if its what you're after. If it is then sharing the tracks will entail using the code to share the actual url of the track from a different page.

If that layout is not what you're after then you'd need to setup a system to display the tracks in a way that you do want along with the og:tags that facebook is looking for on their own individual pages, then use those for sharing.

or adjust the og:tags from the item_detail page to fit what you want.
michael
@michael
08/13/17 06:42:17PM
7,832 posts

Share buttons for Individual tracks...


Installation and Configuration

unless you wrap your forum code in [ c o d e ][ / c o d e ] blocks it will get stripped here, especially if its a SCRIPT block of code.
michael
@michael
08/13/17 12:16:40AM
7,832 posts

Blog Post Image


Design and Skin Customization

You've got some decisions to make:
* Which format is going to be the default?

Is probably the first, because you're going to need to change how the other way works. .... actually not sure whats going on.

I expected to see "Rae Howells Wins Welsh Poetry Competition!" in exactly the same format on both these pages:
https://americymru.net/#latest-blogs
https://americymru.net/ceri-shaw/blog/category/poetry

But they are not. They look different, so they are probably running on the different templates. If they are then all you need to do is figure out which template controls which and adjust it.

It will be found in the {jrCore_list} for their respective pages.

The code above does not seem related, both of those {jrCore_list} calls call the index_blog_row.tpl template.
michael
@michael
08/12/17 11:44:41PM
7,832 posts

Bootstrap 4 is now Beta rather than Alpha


Off Topic

yep, would like to see that used more for JR skins. Thanks.
michael
@michael
08/11/17 11:07:53PM
7,832 posts

Jamroom.net Forum signature change is not saved


Using Jamroom

caching. I'll go look for where needs an extra clear cache call.

Thanks steve.
michael
@michael
08/11/17 11:05:34PM
7,832 posts

Page Break Not Functioning


Installation and Configuration

^^ do what @ultrajam said for the page break issue.

You've got a couple of concepts mixed up in that code, clarifying:
{jrCore_list module="jrAudio" template="jrAudio_item_list.tpl" .....}

What you're asking for there is an audio list, which is fine, but you're specifying the template of the default over-ride.

If you JUST put this
{jrCore_list module="jrAudio"}
The template used for layout would be the default template which is:
/modules/jrAudio/templates/item_list.tpl

If you want to override item_list.tpl for the audio file, you copy that file to your skin at:
/skins/( YOUR SKIN )/jrAudio_item_list.tpl

and it will automatically override the default template with your skins template.

So in the code above, you dont need to have that template="" in there at all.

The time when you would want to use that tempate="" is when you don't want to override ALL the lists everywhere, but just want some different layout for one particular list, then you'd put in a template to use:
{jrCore_list module="jrAudio" template="my_special_audio_list.tpl" .....}

Just pointing that out. :)
michael
@michael
08/11/17 10:44:21PM
7,832 posts

Mailer error message


Ning To Jamroom

Send me your login info to support at jamroom dot net along with:
* a link to this thread
* your sites admin login details

and I'll login and take a look. Should be using 2.3.0 if its available.
michael
@michael
08/11/17 06:25:59AM
7,832 posts

Mailer error message


Ning To Jamroom

an integrity check should fix that. maybe check there are no updates in the marketplace too.
  198