Forum Activity for @michael

michael
@michael
08/15/17 11:00:11PM
7,826 posts

Use of blockquote tag in tinyMCE under Follow Me skin


Design and Skin Customization

Thanks, I thought it was the BR's that was the issue.

ISSUE:
* CREATE allows blockquotes, but UPDATE doesn't allow blockquotes

Will look into it, thanks.
michael
@michael
08/15/17 10:58:01PM
7,826 posts

How do I change a form?


Genosis

That module isn't setup to work with the Form Designer, its running on a slightly different system.

TECHNICAL REASON: Its not using a datastore structure in the database, its using its own tables, so the Form Designer feature can't manipulate it.

What was it you're thinking with "different order of the dates"? Do yo think a different order would be an improvement?

Thanks.
michael
@michael
08/15/17 10:35:22PM
7,826 posts

Widgets on SB Index page falling outside page layout


Using Jamroom

Send my you're login and I'll take a look at the page, see if I can see. Send to support at jamroom dot net along with
* a link to this thread
* your login details


Change your admin password occasionally ;) Looking.

--edit--
For me logged in as 'admin' kent still shows up ok.

--edit edit--
I take that back, there is something weird.
http://ourtownstory.co.uk/kent

does not show for me, but
http://www.ourtownstory.co.uk/kent

does. The difference is the www. vs non-www. and another thing that is weird is its not showing the user menu for me on that page. (screenshot).

My guess is something maybe stuck in the filesystem version of the cache.

Try doing a Manual clear of the caches:

Docs: "Manually Clearing the Cache"
https://www.jamroom.net/the-jamroom-network/documentation/troubleshooting/114/somethings-wrong-what-do-i-do#manually-clearing-caches

Docs: "Connecting to your server using SFTP"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-hosting/2552/connecting-to-your-server-using-sftp
no_menu.jpg no_menu.jpg - 104KB

updated by @michael: 08/15/17 10:43:27PM
michael
@michael
08/15/17 01:53:24AM
7,826 posts

Use of blockquote tag in tinyMCE under Follow Me skin


Design and Skin Customization

I went with this in /modules/jrComment/templates/item_list.tpl
                    {if isset($_conf.jrComment_editor) && $_conf.jrComment_editor == 'on'}
                        {$item.comment_text|jrCore_format_string:$item.profile_quota_id:null:"nl2br"}
                    {else}
adding the :null:"nl2br"} to the jrCore_format_string function if the editor is on. Cant think of any use-case where editor output would ever need nl2br.
michael
@michael
08/14/17 11:30:38PM
7,826 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,826 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,826 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,826 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,826 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,826 posts

Bootstrap 4 is now Beta rather than Alpha


Off Topic

yep, would like to see that used more for JR skins. Thanks.
  197