Forum Activity for @michael

michael
@michael
05/05/14 06:39:41PM
7,832 posts

jrFile not accepting jpg


Using Jamroom

form designer fields are stored in the database. uploading a new index.php file will not effect them.
michael
@michael
05/05/14 06:36:32PM
7,832 posts

Dont fk up the culture


Off Topic

Thanks, just wanted to make sure I wasn't missing out.
michael
@michael
05/05/14 06:11:04PM
7,832 posts

background color


Using Jamroom

If you can provide steps to reproduce the problem, I can fix it.

If you can't, I can't.
michael
@michael
05/05/14 05:14:26PM
7,832 posts

Dont fk up the culture


Off Topic

Other than that thread was written by a guy also called 'brian', not sure what to take away from it.

Found the wikipedia article on what 'airbnb' is:
https://en.wikipedia.org/wiki/AirBnB

and that its a lodging website to which someone gave a ton of cash:
Quote: the company had raised $119.8 million in venture funding from Y Combinator,

Then they got a ton more cash:
Quote: In April 2014, the company closed on an investment of $450 million by TPG Capital

Was there a point of advice in particular that was meant to be followed? (spell it out for me, I'm slow.)
michael
@michael
05/02/14 10:25:42PM
7,832 posts

form fields not holding values


Using Jamroom

Yep, that sounds like a mystery. not sure how to test for it though unfortunately.
michael
@michael
05/02/14 08:15:29PM
7,832 posts

Upload files on item detail page for module


Jamroom Developers

Sounds like the question your asking is the normal way to do it.

click button --- go to form -- upload files --- display files on item_details.tpl page.

-- edit --
use the {debug} function in the templates to see what vars are available to you

"{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/development/1477/debug
updated by @michael: 05/02/14 08:57:50PM
michael
@michael
05/02/14 08:10:06PM
7,832 posts

PM Link


Using Jamroom

You could create a form somewhere that sends the link. That is how the /contact_us form is setup for:

jrFlashback
jrMediaPro
jrNova
jrPhotoPro
jrProjam
....

They all put the form into the page and set the id of the person who its going to go to:
 <input type="hidden" name="note_to_id" value="1">

But there isnt a way to have the.....(goes to check again)

-------------
yes there is, you can do
site.com/note/new?user_id=3

and it will be preset for you.
michael
@michael
05/02/14 07:57:54PM
7,832 posts

background color


Using Jamroom

Try going into your phpmyadmin for your site.

Locate the 'jr_jrcore_skin' directory and clear out the skin_custom_css value for the skin you are using.

This will reset the changes done in the CSS panel.

Update to the latest version of things and apply the wanted changes again.
  700