Forum Activity for @michael

michael
@michael
10/14/15 09:33:04PM
7,832 posts

non closiv divs on front page only when logged in - updated


Ning To Jamroom

My dev system can not be plugged into your live site. I need a way to set it up on my site to debug it. So I really need steps to set it up to know that its not something custom that just happens on your site.

because as said before I still think:
Quote: ...the issue is caused by user input to your site or template alteration so I currently believe that any effort by me to locate this in core is a wasted effort. If you can show me how to set it up in a default jamroom install, then I will know its a core issue and will debug it. :)

and I'd rather not have to recreate your entire site on my dev server then find out its not a core bug. :(

Yes I can see it happening at:
https://www.dreadlockssite.com/boraeili

Just need to know how to set that up on a standard skin on a standard install.

--edit--
I'll try taking your activity stuff from your DB and plugging that into my dev server, that might help locate it if its a core issue.
updated by @michael: 10/14/15 09:34:31PM
michael
@michael
10/14/15 09:26:19PM
7,832 posts

Widget -> Item List -> List Module Templates


Using Jamroom

That means, if you dont want to form the correct structure yourself using the docs from here:

"{jrCore_list}"
http://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list

That the structure of the current list is shown to you in at the bottom of the "Item List" widget.

See that part in the screenshot that is highlighted in the section TEMPLATE CODE? That is the code you would use to do the same thing in a template.

The widget called TEMPLATE CODE accepts that code (its the same as typing in a .tpl file).
michael
@michael
10/14/15 02:23:25AM
7,832 posts

Question regarding text editor and quoting


Using Jamroom

huh? seams to be working now on your site @strumelia.

Went to this page:
http://fotmd.com/forums/forum/adventures-with-other-instruments/18346/acoustic-bass-guitar

Clicked on the quote button for "dusty-turtle" and got (screenshot).
screenshot_quote.jpg screenshot_quote.jpg - 74KB
michael
@michael
10/14/15 02:17:07AM
7,832 posts

Widget -> Item List -> List Module Templates


Using Jamroom

Couple of ways to do it.

* select the CUSTOM option from the TEMPLATE dropdown and add your code in there directly.

If you have a custom template that actually exists in the file system in your current skin, then you can add that option by using the "Template Code" widget instead. The code that the "Item List" widget would use is shown to you there, so you can copy that over to the "Template Code" widget and add the name of your template in there.

(see the 2 screenshots)
screenshot_template_code.jpg screenshot_template_code.jpg - 85KB
michael
@michael
10/14/15 02:02:57AM
7,832 posts

non closiv divs on front page only when logged in - updated


Ning To Jamroom

can you describe to me steps to take to set it up?
michael
@michael
10/14/15 01:58:47AM
7,832 posts

My posts not showing in Timeline viewed by others?


Using Jamroom

Fixed in jrForum 1.8.0, not yet released.
michael
@michael
10/14/15 01:23:22AM
7,832 posts

My posts not showing in Timeline viewed by others?


Using Jamroom

I can see it not working here. Have created an issue tracker here:
https://www.jamroom.net/the-jamroom-network/tracker/1717/add-to-timeline-for-forum-posts-for-admin-users-not-showing-up

Will post here when it is fixed, Thanks.
michael
@michael
10/09/15 12:50:30AM
7,832 posts

non closiv divs on front page only when logged in - updated


Ning To Jamroom

You don't need to do it, I'll do it IF:
* you can show me a way to set it up on a default installation of jamroom.

If you can do that, then I will debug it.

--
Right now I think the issue is caused by user input to your site or template alteration so I currently believe that any effort by me to locate this in core is a wasted effort. If you can show me how to set it up in a default jamroom install, then I will know its a core issue and will debug it. :)
michael
@michael
10/09/15 12:39:28AM
7,832 posts

simple custom forms images


Using Jamroom

Depends on where your trying to output it. If you just want to see it, you can directly access it at:
site.com/form/image/form_image/1

That 'form_image' needs to be the same as the Form Designer name you gave it so if you put something other than 'form_image' 'form_???????' then use that.

If you want it output to a .tpl file there is a smarty function for that.
michael
@michael
10/09/15 12:12:47AM
7,832 posts

non closiv divs on front page only when logged in - updated


Ning To Jamroom

That leaves us knowing that something in the active text formatters is allowing the incorrect HTML through or adding it in.

If it was used in conjunction with a 'truncate' what you could end up with was something trying to be output then being cut-off.

Always best to deal with one thing at a time, so pick one problem and only deal with that until its fixed.

Perhaps start with the action timeline issue.

--
So you have the action timeline issue, the problem is not there when all the active text formatters are turned off, turn them back on one-by-one until the error appears again. That will let you know which one is causing the error.

Once you know that then you can try to locate the source template of the error where the Active Text Formatter is being applied. Once you know that then you can see if any other things are being applied in that location to that variable and perhaps change the order of them. Or block that Active Text Formatter in that location.
  478