Forum Activity for @michael

michael
@michael
02/07/18 11:59:36AM
7,826 posts

How to use Google Adsense Code in the Tinymce html editor


Design and Skin Customization

you cant put that code into your blogs item_detail.tpl file? that would be a better place than adding it to the blog text each time.
michael
@michael
02/07/18 11:56:39AM
7,826 posts

Sitebuilder Widget problem and query


Using Jamroom

suggest copying the template code into a TEMPLATE CODE widget.

Docs: "HowTo: use {capture} to avoid using another file for {jrCore_list} calls"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1637/howto-use-capture-to-avoid-using-another-file-for-jrcore-list-calls
template_code.jpg template_code.jpg - 356KB
michael
@michael
02/07/18 01:01:18AM
7,826 posts

How to use Google Adsense Code in the Tinymce html editor


Design and Skin Customization

script its always going to be stripped out.

It might get through if you have the ALLOW ALL HTML setting set at:
ACP -> CORE -> QUOTA CONFIG -> ALLOW ALL HTML

but allowing users to enter scripts is usually frowned upon.
michael
@michael
02/07/18 12:59:44AM
7,826 posts

Integrity Check and import audio faulty


Using Jamroom

izhmel:.... PHP Fatal error: Allowed memory size of 268435456 bytes exhausted .....
read: "Your server is too under powered to do what you asked it to do, like a bicycle trying to tow a yachat, its not going to work."

solution is to not try to pull a yacht on your bicycle. get the right tool for the job. Get a better server.
michael
@michael
02/07/18 12:57:35AM
7,826 posts

Twitter - Url Card


Using Jamroom

just need to wait for them to OK you then.
michael
@michael
02/07/18 12:56:47AM
7,826 posts

jr link shortener


Suggestions

there is jrRedirect for url redirection, for shortened urls it depends a lot on the lenght of the domain name, so use bit.ly or other short url shortener url service.
michael
@michael
02/05/18 08:04:17PM
7,826 posts

Twitter - Url Card


Using Jamroom

Each module will have an 'item_detail_meta.tpl' file in its /templates directory. you can customize that to get the card setup your looking for.

As nate said though, that will only kick in once you have jrMeta module installed and working.
michael
@michael
02/05/18 07:46:22PM
7,826 posts

Email validation for new members, an incomplete error message, and incomplete activation link message


Using Jamroom

quote functions didn't pan out because you had an open, then another open. I'll fix it.
michael
@michael
02/05/18 01:02:12PM
7,826 posts

Payment Support to except crypto currencies


Suggestions

Foxycart has supported it since the beginning. Just turn it on.
michael
@michael
02/05/18 01:00:32PM
7,826 posts

Adding like buttons to lists


Design and Skin Customization

You can put the like button wherever you like. :)

Docs: "Like It"
https://www.jamroom.net/the-jamroom-network/documentation/modules/1722/like-it

The code will look something like this:
{jrLike_button module="jrAudio" item=$item action="like"}

The location will be whichever module you're interested ins 'item_list.tpl'.

You can change that via any of the methods listed here:

Docs: "Altering a modules template"
https://www.jamroom.net/the-jamroom-network/documentation/module-developer-guide/1051/altering-a-modules-template
  153