Forum Activity for @brian

brian
@brian
04/27/15 06:34:21AM
10,149 posts

CRI: Query Error: Duplicate entry '/' for key 'page_uri'


Using Jamroom

Make sure you disable the OLD Site Builder modules - if you have both running you may see this.

Let me know if that helps.
brian
@brian
04/27/15 06:33:06AM
10,149 posts

URL Overview


Using Jamroom

So basically how routing works is (in order of priority):

- http://site.com/template - run "template.tpl" from the active skin

- http://site.com/module_url/view_function - run the "view_function" view function from the module with the module_url

- http://site.com/module_url/magic_view_function - run the "magic_view_function" magic view function FOR the module with the module_url

- http://site.com/profile_url - load the Profile with the profile_url

In your example there is search capabilities on the "indexes" for module that use a datastore - a module index is:

http://site.com/module_url

This will load the modules/ModuleName/templates/index.tpl file. That file for a lot of the modules has built in search capabilities, so you could do:

http://site.com/module_url/ss=search_string

i.e.

http://site.com/profile/ss=brian

But that is only supported on the module index and the module must be a DataStore module.

Hope this helps!
brian
@brian
04/27/15 06:28:32AM
10,149 posts

Custom Forms bug?


Using Jamroom

This is Jamroom's "CSRF" checking - this means that a form session value is being set on the form display, but NOT being received on the action side. This can sometimes happen if you are on a mobile connection, but you really should not see it. I've just testing here with no issues, so I would recommend logging out, close your browser, and log back in.

Let me know if that helps.
brian
@brian
04/25/15 09:20:56AM
10,149 posts

New profile default tree 2


Genosis

silverwolf:
I still do not understand why I could not see my profile in the default tree created when the system instalation.

When Jamroom is installed, you create the first account - the "master" account - this account will NOT be part of a Genosis tree. This is why you need to manually create a profile IN the tree, and then create a new User Account for you and link that up.

I do however know that the initial install needs to be more intuitive / easier - you're not the only one to have a problem here, and it's something I will be working on.

Thanks!
brian
@brian
04/25/15 09:18:33AM
10,149 posts

Is it possible to send a file attachment in a notification?


Jamroom Developers

DannyA:
Is it possible to send a file attachment in a notification?

Jamroom does not support attaching files to notifications - sorry!
brian
@brian
04/25/15 09:07:46AM
10,149 posts

creating a table in a blog post


Using Jamroom

paul:
I was using a freshly created instance of JR on our hosting and the table tool where already there in the editor.

Yeah in a recent core I added the table tags in by default so it would be more usable "out of the box".
brian
@brian
04/25/15 07:49:51AM
10,149 posts

Poll feature suggestions


Suggestions

Looks like the option votes are already there, we would just need a "sum" total. As for view_count, I think that would be better handled at an item detail level - i.e. something not specific to polls but could be used on any item detail page.

We can check those out.

Thanks!
brian
@brian
04/25/15 07:47:46AM
10,149 posts

creating a table in a blog post


Using Jamroom

There is no need to modify any templates - all you need to do is make sure that:

table,tbody,th,tr,td

are added to your Allowed HTML tags in your Quota config and the table button will show.
brian
@brian
04/24/15 02:49:59PM
10,149 posts

New profile default tree 2


Genosis

When a user "signs up" they are not automatically added to a tree - the system has no idea where they "fit" into the tree. What you want to do is:

- Create a profile FIRST for the user and fit them into your tree
- go to the Admin -> Create User Account and create a user account for them - select the profile you created in the first step via the "Linked Profile"

Now when that user signs in, they will be linked in to the tree.

Let me know if that helps.
brian
@brian
04/24/15 08:47:29AM
10,149 posts

New Site Builder Warning Message


Using Jamroom

Like Michael has pointed out, feedback on how we might be able to reword this so it's not "scary" would he helpful. I actually spent quite a bit of time on the current message - my goal being to make it as succinct and clear as possible, but based on your feedback it didn't clarify the issue properly.

If you can let us know what words, phrases (or whatnot) in the message made you worry or fear that you would lose something, it would be great if you could let us know.

Thanks!
updated by @brian: 04/24/15 08:47:46AM
  382