Forum Activity for @michael

michael
@michael
02/08/18 10:45:57AM
7,826 posts

Integrity Check and import audio faulty


Using Jamroom

make sure you have no red lights in SYSTEM CHECK
ACP -> MODULES -> CORE -> SYSTEM CORE -> TOOLS -> SYSTEM CHECK
michael
@michael
02/07/18 06:14:31PM
7,826 posts

unable to copy template to cache repair gives error


Using Jamroom

This is still the guide I use for setup and its working with php7

https://www.jamroom.net/brian/documentation/guides
michael
@michael
02/07/18 06:13:15PM
7,826 posts

How to use Google Adsense Code in the Tinymce html editor


Design and Skin Customization

make sure when you enter that replacement script its all on one line! otherwise it will just be partial and that will break the page.
michael
@michael
02/07/18 06:12:08PM
7,826 posts

The Info on profile pages


Design and Skin Customization

Yes. You have a ton of control over how it looks and works.

What you need to do is locate the template that that READ FULL BIOGRAPHY is in in your skin. (its probably profile_sidebar.tpl at a guess ) then see what the variable is doing there, its probably truncating at a guess like {$_profile_bio|truncate:"200"} or something like that. override the template and remove the truncate.
michael
@michael
02/07/18 06:09:04PM
7,826 posts

Twitter - Url Card


Using Jamroom

:) good stuff. Thanks for providing enough info to understand the problem and not just "it doesn't work".
michael
@michael
02/07/18 12:58:05PM
7,826 posts

unable to copy template to cache repair gives error


Using Jamroom

soaringeagle:..
pretty certain theres a bug in new beta core..
There may be an error in the beta core, but this error:
...Warning: is_file(): open_basedir restriction in effect....
is the server.

Its not allowing jamroom to copy files to the cache.
michael
@michael
02/07/18 12:38:32PM
7,826 posts

unable to copy template to cache repair gives error


Using Jamroom

'open_basedir' is a setting in your php.ini file
https://secure.php.net/manual/en/ini.core.php#ini.open-basedir

by default its not set, so if it is set, its been added. un-add it.
michael
@michael
02/07/18 12:36:20PM
7,826 posts

How to use Google Adsense Code in the Tinymce html editor


Design and Skin Customization

The correct way to do it would to build a module that replaced [adsense] in your editor with the actual script code when it was output.

The cheating but quicker and easier way would be to use the jrInject (" Template Inject " ) module and add:
[adsense]| <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <ins class="adsbygoogle" style="display:block; text-align:center;"  data-ad-layout="in-article" data-ad-format="fluid"    data-ad-client="ca-pub-4020801146046639"      data-ad-slot="9853926026"></ins> <script>     (adsbygoogle = window.adsbygoogle || []).push({}); </script>
into it as a rule on a single line. Then in your blog post put [adsense] where you wanted it to come out.
updated by @michael: 02/07/18 12:36:39PM
michael
@michael
02/07/18 12:05:34PM
7,826 posts

unable to copy template to cache repair gives error


Using Jamroom

Quote: ....Warning: is_file(): open_basedir restriction in effect.....
your server has 'open_basedir' rules set

maybe this:
https://stackoverflow.com/questions/1846882/open-basedir-restriction-in-effect-file-is-not-within-the-allowed-paths

It means jamroom wanted to do some copying but was not permitted to by the server.
updated by @michael: 02/07/18 12:05:48PM
michael
@michael
02/07/18 12:02:25PM
7,826 posts

Twitter - Url Card


Using Jamroom

serveion:
Refused to display 'https://wowmusic.fm/tracks/embed/1328/i-love-you?autoplay=1&auto_play=true' in a frame because it set 'X-Frame-Options' to 'sameorigin'.

Try this:

Forum: "Header X-Frame-Options"
https://www.jamroom.net/the-jamroom-network/forum/new_posts/54031/header-x-frame-options/search_string=sameorigin
  152