Forum Activity for @michael

michael
@michael
09/11/14 09:46:24PM
7,832 posts

Custom Sidebar for item index and detail pages


Design and Skin Customization

Can't help anymore than that with "Its not working".
michael
@michael
09/11/14 09:45:20PM
7,832 posts

Like Button For Profiles


Design and Skin Customization

Try this:
{$_i = ['_profile_id' => $_profile_id,'profile_like_count' => $profile_like_count ]}
{jrLike_button action="like" module="jrProfile" item=$_i}
michael
@michael
09/11/14 09:12:49PM
7,832 posts

Like Button For Profiles


Design and Skin Customization

The item parameter requires an $item array. $_profile_id looks like a single number.
michael
@michael
09/11/14 07:49:23PM
7,832 posts

Insert extra fields in the search form..?


Using Jamroom

Everyone's price is going to be different. Everyone's skill level is different.

I do Jamroom client work/projects from here:
http://www.apicos.com/site/jamroom_developer.php

Freelancer is an option.

So is asking one of the developers from the list here:
https://www.jamroom.net/showcase/list

So is putting up a job in the Freelance Jobs section on this site.
https://www.jamroom.net/job/open

What your trying to do is not particularly hard to do, its just hard to explain how to do without having already done it.
michael
@michael
09/11/14 07:12:09PM
7,832 posts

Revisiting blogs...


Using Jamroom

So what I'm understanding is happening is: The group by is working to only display one post from each user, but the post that is being displayed is not the newest post for that user.

Is that right?

If so, try removing the group_by and see if all their posts come out. Sounds like its not selecting the right post. Ill try to setup something to check it out.
michael
@michael
09/11/14 07:08:42PM
7,832 posts

recent upgrade broke my site


Using Jamroom

If its not checked then it should fall back to the default active skin. Just like if you set the profile skin to xxxxxxxx then delete xxxxxxxx it should fall back to the active skin.

If you find a way to break it again let me know.
updated by @michael: 09/11/14 07:09:17PM
michael
@michael
09/11/14 07:05:31PM
7,832 posts

Custom Sidebar for item index and detail pages


Design and Skin Customization

Try again. only the variables that show in the {debug} panel are available. module_url is definitely not a variable. $module_url might be, but check in {debug} to make sure.

"{debug}"
http://www.jamroom.net/the-jamroom-network/documentation/development/1477/debug
michael
@michael
09/11/14 06:59:30PM
7,832 posts

This site could do with a community live wall


Suggestions

boplive:...I'm not looking forward to seeing Paul and Michael in cam..lol..I.prefer the gator on a bike and black and white sketch of M.....

Very wise. :) There's a reason for everything. :)

As for chatroom, try IRC. It has web development chatter going on all the time.

Freenode is the best. There's a room for exactly what your trying to do:
#jquery //for jquery questions
##php //for php questions
#web //for general web questions and conversation (its pretty informal)
#mysql //for mysql questions
#smarty //for smarty issues (not very busy)
....

and a ton of others.
michael
@michael
09/11/14 01:49:37AM
7,832 posts

recent upgrade broke my site


Using Jamroom

blindmime:...require_once(): Failed opening required '[pathdirectories] /skins//include.php'....

require_once only appears in 2 locations in that module, so I think I've fixed it. I've added another check to make sure the skin that's set is in the active skins for the system before requiring it.

Let us know if it continues to happen.
michael
@michael
09/11/14 01:20:11AM
7,832 posts

recent upgrade broke my site


Using Jamroom

Tried to reproduce the error to set some safeguards in place but was unable to recreate the issue.

What I did:
* installed jrAdminSkin and activated it
* set "set as active skin" to jrSlate
* set "set as active admin skin" to jrElastic
* set "set as active profile skin" to jrMediaPro

What I expected to be optimal:
That when I viewed the front end of the site, jrSlate skin would be active. When I viewed the profiles that jrMediaPro would be active. When I viewed the admin area the skin would be jrElastic.

Findings:
Everything worked as expected. I was unable to recreate your issue.

If you know of steps to recreate your issue that I wasn't taking, please let me know.
updated by @michael: 09/11/14 01:20:30AM
  662