Forum Activity for @michael

michael
@michael
01/28/17 12:24:51AM
7,826 posts

jrProfileTweaks bug


Using Jamroom

couldnt reproduce it yesterday because I didnt know the Admin Skin module was involved.
michael
@michael
01/27/17 11:18:58AM
7,826 posts

Whats up everyone!


Off Topic

installing is pretty easy. add a database to your server, run the install script, enter the database details.

The tricky parts are deciding how you want to setup the quota system, there's a lot of flexibility, so keep it simple at first and extend if you need to.

And deciding which modules you want to use. Its better not to have to buy a module in order to decide if you want to use it or not, so take advantage of the free trial period on the Jamroom Hosting, or the longer free trial period on the Premium package on your server to install and try out the modules you're thinking about using.
michael
@michael
01/27/17 11:00:12AM
7,826 posts

jrProfileTweaks bug


Using Jamroom

Can see this now. Will look into it. The Admin Skin is doing what its supposed to do in changing the skin to the non default one when it is active.

Profile Tweaks is changing the default skin for that profile to whatever is selected in the CUSTOMZE tab then the Admin Skin module is kicking in and changing it.

Understand the problem.
michael
@michael
01/25/17 11:57:28PM
7,826 posts

jrProfileTweaks bug


Using Jamroom

Not able to reproduce.

skin1: Elastic 2
skin2: Nova

Visited profile, clicked profile settings, changed to CUSTOMZE tab. The currently selected skin was Elastic 2 (default). Changed it to "Nova" and visited the profile. Nova displays as expected.

Repeat steps and select "Elastic 2 (default)" and viewed the skin, profile now uses Elastic 2.
michael
@michael
01/25/17 07:37:55PM
7,826 posts

How do I Remove Welcome to Jamroom 5 under site news ?


Using Jamroom

you can remove it here:
http://dubmusic.com/core/template_modify/skin=jrNova/template=index.tpl

From line 75.

the condition above that searches for news, but for logged out users it does not find any so shows the welcome. could be because your profiles with news on them are private.
michael
@michael
01/25/17 07:03:54PM
7,826 posts

Recovering a small skin customization I lost when I moved to jr6


Using Jamroom

Not used debug before? Its a useful tool

Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/jamroom-developers-guide/1477/debug

You put it into the template you're interested in, then open the page where that template is used. Firefox will sometimes ask "Do you want to allow popups from site.com?" you click YES and refresh the page.

Next time you will get an extra window with all of the variables that exist on the page. You enter the {$something} and that will output the corresponding value that is assigned to that variable.

What I did for your situation was I needed to figure out what structure of search1="??? ?? ????" would work to get rid of what you dont want.

So for that I went into the database and looked at what was stored under the jr_jraction_item_value table and just figured out what things were unique to the timeline entries that you didnt want, and used that to construct the jrCore_list call.
michael
@michael
01/25/17 02:58:15PM
7,826 posts

Recovering a small skin customization I lost when I moved to jr6


Using Jamroom

That was me identifying where I was. When working on a live site I often put:

{$_user._user_id}
into the template to make sure where I'm editing is where I think I'm editing. Then if i need to run a debug, I know the user Im editing as ( #1 ) and can add:
{if $_user._user_id == 1}
  {debug}
{/if}

So only I see the debug popup window.

That was the ONLY change i made. If I couldnt find something that worked, there, then I would have gone into the template and adjusted it in the row template.

Glad that worked, keeps things simple. :)
updated by @michael: 01/25/17 02:59:05PM
michael
@michael
01/25/17 02:00:07PM
7,826 posts

jrProfileTweaks bug


Using Jamroom

Thanks, will test and try to replicate the issue.
  279