Forum Activity for @brian

brian
@brian
07/28/15 01:56:15PM
10,149 posts

My Paypal form buttons disappeared from my blog posts after updating Core and jrBlog


Using Jamroom

I just reloaded it here on 2 different test sites and had no issues - maybe try with a different browser?
brian
@brian
07/28/15 01:33:58PM
10,149 posts

My Paypal form buttons disappeared from my blog posts after updating Core and jrBlog


Using Jamroom

Strumelia:
Ok Brian, will do and be right back...

wait...you want me to reload ALL the modules and skins, or just the Core??

no - JUST the core.
brian
@brian
07/28/15 01:29:12PM
10,149 posts

PHP Fatal error: Cannot set directive after finalization


Jamroom Developers

SteveX:
Why does htmlpurifier run on editor fields on their way out of the database? Shouldn't it clean the html once on save rather than each time a page with editor content is displayed?

No - because any changes to your rules would require to recreate the input.

Quote:
We are supporting the full set of bootstrap classes, javascript (data-*) and aria attributes in TinyMCE. If it's in the bootstrap docs it needs to work in TinyMCE, and the accessibility features are essential.

I'm done for the night, so I'll roll back to the previous version of the core for tomorrow day and try this out again tomorrow evening.

Sorry Steve - unfortunately HTML Purifier is not friendly to work with in ANY way - after this last round of battling it to get HTML 5 support I'm about ready to throw it out and either build my own replacement or look for something else.
updated by @brian: 07/28/15 01:29:20PM
brian
@brian
07/28/15 01:19:20PM
10,149 posts

search blank value in datastore


Jamroom Developers

You will have to use jrCore_db_get_items_missing_key() - i.e.

jrCore_db_get_items_missing_key('my_module', 'license_end_date');

You cannot use jrCore_db_search_items() since there are no "blank" values in a datastore.

Hope this helps!
brian
@brian
07/28/15 01:17:57PM
10,149 posts

My Paypal form buttons disappeared from my blog posts after updating Core and jrBlog


Using Jamroom

go to marketplace -> Tools -> reload modules and skins and reload the core - it should work now. make sure however that you only allow form and input in YOUR specific quota - since the only way for this to work is to fully disable the tag filter so ANY tags will be allowed.
brian
@brian
07/28/15 12:58:58PM
10,149 posts

My Paypal form buttons disappeared from my blog posts after updating Core and jrBlog


Using Jamroom

What does the PayPal form code look like? In order to support HTML 5 tags we had to change how the HTML tags are enabled/disabled - looks like it is not working.
brian
@brian
07/28/15 12:53:31PM
10,149 posts

groups, no join or follow, but nonmembers can comment?


Ning To Jamroom

Strumelia:
1) that site members should NOT be able to post comments or participate in disussions in a Group without first JOINING that group. Otherwise there is NO incentive at all to join groups, and no feeling of being 'a member of a group'!

What's the point of having a "public" group then? Is it just so they can "apply" easier?

Quote:
2) Although admins need to be able to edit in and see group content, we admins should be able to officially JOIN or not join any group, just like regular members. And be seen as members if we join, and not be listed among the members if we don't join.

I think the important thing here to understand is that you should have TWO accounts - one is your "admin account" (or master) that you do SITE WORK on - the other is your "user" account that you use like a regular "user" account on your site.

As an admin you have free reign over a lot of areas, and we're not likely to change how that works - otherwise we'd have to redo how admin accounts are treated throughout JR.

Let me know if that helps.
brian
@brian
07/28/15 12:50:13PM
10,149 posts

PHP Fatal error: Cannot set directive after finalization


Jamroom Developers

Without the actual module I don't know. However I don't think you need this anymore, as those tags are now supported in the core.
brian
@brian
07/28/15 11:36:40AM
10,149 posts

groups, no join or follow, but nonmembers can comment?


Ning To Jamroom

Strumelia:
Yes, I did reproduce it, twice, while logged in as a regular member, and I've described all the steps I did, in proper order- in my first two posts in this thread, including the screenshot.

Thanks - I'm not sure how I overlooked that. I will get a ticket open on this so we can check it out.
brian
@brian
07/28/15 11:34:49AM
10,149 posts

PHP Fatal error: Cannot set directive after finalization


Jamroom Developers

Yeah getting the HTML5 support in was a real pain - make sure in your module you are not calling autoFinalize() anywhere.

Let me know if that helps.
  358