Forum Activity for @michael

michael
@michael
12/02/15 09:37:15PM
7,832 posts

embed issues


Using Jamroom

Strumelia:....Can you tell me which template was changed/updated in the new Ningja skin.......update says: -Fix: Fixed skin config ....

It was the config.php file. so nothing you need to do. no templates were effected.
michael
@michael
12/02/15 06:38:31PM
7,832 posts

embed issues


Using Jamroom

We understand what the issue is now, there will be a fix for it in an upcoming release.

Thanks.
michael
@michael
12/01/15 10:48:46PM
7,832 posts

iframe validation


Using Jamroom

I think the issue is you dont have 'iframe' as an "allowed HTML tags" for the profile that that user is in.

Go to:
ACP -> CORE -> SYSTEM CORE -> QUOTA CONFIG -> allowed HTML tags

and add ',iframe' to the list of allowed html tags so it looks something like this:
span,strong,em,a,b,u,i,p,div,br,img,h1,h2,h3,h4,pre,hr,ul,ol,li,sub,sup,table,tbody,th,tr,td,div.style,iframe

The logged in users being able to see it would be the owner of the profile and the admin user.

The owner of the profile can see their own things.
The admin user can see everything.

I think this is what is happening, if you can still sett the issue after adding 'iframe' then I'll need specific steps to setup to investigate further.
michael
@michael
12/01/15 09:51:59PM
7,832 posts

iframe validation


Using Jamroom

Good explanation, bit difficult to use as steps to setup here with though. :)

I did manage to find the page in the screenshots I think:
Your-site.com/page/welsh-christmas-ghost-stories

(not sure if you want to keep your domain name private, so not including it here)

I was able to see the iframe while not logged in. Does that mean you've fixed the issue, or that I was on the wrong page?

--edit--
I think I've managed to work out the issue, looking into it now.
updated by @michael: 12/01/15 09:56:52PM
michael
@michael
12/01/15 07:34:06PM
7,832 posts

Having to log in twice


Using Jamroom

I haven't experienced that behaviour.

But some guesses anyhow:
* Are you running both an http and an https version perhaps? or a www and a non-www version independently of each other (weird strange guess i've not seen before, but could possibly exist.)

* any plugins installed in chrome that make it behave differently, like an ad-blocker or other that could be effecting cookies perhaps.
michael
@michael
12/01/15 07:19:49PM
7,832 posts

Hide a third party code page in jamroom?


Off Topic

It would be difficult.

PhpBB has its own set of code and URL's it uses, so when links from within phpBB change the URL, then your running on PhpBB's code, not Jamrooms.

So the options seam to become:
* change each of PhpBB's code to point to Jamroom's urls
Which would be too messy and need doing every time PhpBB updated, yuck
* change PhpBB to allow use of Jamroom's templates.
again need to change PhpBB's code so would need to be maintained, not so nice.
* build a bridge so that when you log in to Jamroom, it also logs you in to PhpBB
Probably the most elegant solution that allows for both systems to stay independent

@b360 has done some work in this area, might be best to ask him.
http://www.jamroom.net/b360/networkmarket/110/myphpbb-3012-jamroom-bridge
michael
@michael
12/01/15 06:58:13PM
7,832 posts

embed issues


Using Jamroom

My guess is the same as it was before:

Try changing the player an see if that fixes it:
ACP -> SKINS -> NOVA -> GLOBAL CONFIG -> RADIO AND TV -> PLAYER TYPE -> Save Change
michael
@michael
12/01/15 06:16:28PM
7,832 posts

massive admin issues after upgrading to cometchat module


Installation and Configuration

Robert, the error looks to be being caused by the instructions to rename ccCometChat to ccCometChat_old.

This results in a:
....PHP Fatal error:  Cannot redeclare ccCometChat_meta() (previously declared in....
error because you then have 2 modules with the same function names in the system.

If cometchat would package and upload the module to their marketplace here on jamroom:
https://www.jamroom.net/cometchat/networkmarket

The marketplace will take care of revision history and allow the possibility to revert if the admin desires.

Removing the ccCometChat_old will fix the problem for users.
michael
@michael
11/30/15 10:54:14PM
7,832 posts

Limiting the number or size of attachments in posts


Using Jamroom

gary.moncrieff:
Is Forum -> General Settings -> Max Attachment Limits (Select the maximum number of file attachments that can be attached to a forum post)what you're looking for?
Thanks Gary. :) The addition of that slipped unnoticed by me. Ninja setting. :)
michael
@michael
11/30/15 10:50:05PM
7,832 posts

Unable to open CSS file


Design and Skin Customization

I've linked to the font-awesome CDN before with this code inside the _init()
    jrCore_register_module_feature('jrCore', 'css', '(YOUR SKIN NAME HERE)', '//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

--edit--
But if its something like this that isn't going to have any changeable elements anyhow, no problem linking direct from the meta.tpl.

Just want to keep the dynamic one there too, so modules can get their stuff out.
updated by @michael: 11/30/15 10:51:42PM
  457