Forum Activity for @michael

michael
@michael
04/30/15 06:33:46PM
7,832 posts

add function to DB Backup module...?


Using Jamroom

Need to get setup to look into this, but will. It does seam a bit off to have 3 buttons to backup, but only 2 to restore.
michael
@michael
04/30/15 01:13:24AM
7,832 posts

Disqus Module


Design and Skin Customization

I haven't seen that double comments setup, Facebook and Disqus. If you could show me where its at, I could take a look to see what the system might be.
michael
@michael
04/29/15 11:40:43PM
7,832 posts

Profile Tweaks


Using Jamroom

That bug fix was for when there was a folder in the skins folder that was not really a skin:
/skins/jrNova
/skins/jrElastic
/skins/not-really-a-skin

Each of those folders is expected to be a skin. A skin is required to have an /include.php file, so the profileTweaks module was requiring that file. Since 'require' means "get that file or continue no further" that folder that was not really a skin not having an include.php file was causing the system to stop.

The fix was before requiring the include.php file, first check that it actually exists.

Whats the issue your wanting fixed?

Sounds like your wanting to be able to do a sort of sub-skin creation system.
PARENT SKIN:
/skins/jrElastic/

CHILD SKIN:
/skins/xxOtherSkin

Where if there isn't a file in /xxOtherSkin, then /jrElastic is checked for the existence of that file.

I've seen something similar when using Drupal.
michael
@michael
04/29/15 11:33:32PM
7,832 posts

New Sitebuilder: Pagination icons not showing


Using Jamroom

The step I'm unable to reproduce is the one to get the images to display incorrectly. Would you mind setting up an admin account for me on your site, so I could login and see it happening on your site?

For me its working fine as both the admin user and logged out.
michael
@michael
04/29/15 11:00:41PM
7,832 posts

Feedback new site builder - Menues gone in slate site builder skin


Using Jamroom

We're fixing issues as we come to understand that they are issues. I wouldn't do it today because your going away, but after you get back you might like to turn it on.

You won't loose anything, worst case scenario is you turn on the new jrSiteBuilder module, that deactivates the old Site Builder set of modules and you see how it looks.

If you don't like it because there are issues, report the issues here so they can be fixed up. If we take too long fixing them up, just turn the jrSiteBuilder module off and the old ones back on to get back to where you are now.

No risk, maybe a bit of bother at worst.
michael
@michael
04/29/15 10:34:37PM
7,832 posts

New Sitebuilder: Pagination icons not showing


Using Jamroom

John Bizley:....When I am logged in I see the icons as in the image yet when I view the site logged out they are shown correctly....

Right, thats useful, I'll check it out.


Quote: ... with regards to the pagination page jumper it does now change page but ... If you ... change the page ... the page changes but it also changes the others on the page...

That's expected behaviour. Using the pagination will go to the same url but put p=2 in the url. All sections using pagination are waiting for that p and will go to that page.

The only way to change just the section that was clicked on would be to make that section change via ajax. We've talked about it (internally) before and decided that ajax level skin stuff should be individual customizations.

I'll take another look at what the issues are and see if any new ideas come up.
michael
@michael
04/29/15 09:26:30PM
7,832 posts

Updated Slate messed up my header


Design and Skin Customization

That should do it. Update from the marketplace and it should all be sorted.
michael
@michael
04/29/15 09:22:13PM
7,832 posts

Updated Slate messed up my header


Design and Skin Customization

actually, hold off on doing that, I can see a better way. I'll get an update out soon.
michael
@michael
04/29/15 09:19:49PM
7,832 posts

Updated Slate messed up my header


Design and Skin Customization

Easiest way is:
ACP -> SKINS -> ( YOUR SKIN ) -> STYLE -> Search Selector, type 'header'

change the min-height from 64px to 217px should do it. Save.

Sorry about that. Somewhere down the line, the main menu for slate disappeared, that update put it back.

If you don't want it there at all, send me a support ticket and I'll clone your skin back to the way it was without the nav bar.

Let me know. :)
  549