Forum Activity for @john-bizley

John Bizley
@john-bizley
12/05/14 04:26:07PM
251 posts

My Video Sizing For YouTube Videos In The URL Scanner


Design and Skin Customization

If you have the url scnner installed then in your timeline when it finds a link for media it will display the contents when you click the click. Well I decided to resize the videos and give them a little more 3d effect while having all the borders go away once you start it or move your mouse away. The sizes are set so it re-sizes on the screen size. Of course depending on your site layout and page widths you may have to edit the sizes a little but this will get your going. My site is 1280px wide.

Here is the code I used and added this to my html css file.

/* This is on the timeline on profiles etc for the url scanner youtube videos */
/* yt player in the action link on timeline */
@media only screen and (max-width:501px){
#profile .action_item_link iframe{ width:100%!important;height:198px!important;display:flex;margin:auto}}
@media only screen and ( min-width:501px )and ( max-width:587px){
#profile .action_item_link iframe{ width:440px!important;height:248px!important;box-shadow:2px 4px 6px rgba(0,0,0,0.8);display:flex;margin:auto}}
@media only screen and ( min-width:587px )and (max-width:998px){
#profile .action_item_link iframe{ width:420px!important;height:237px!important;box-shadow:2px 4px 6px rgba(0,0,0,0.8);display:flex;margin:auto}}
@media only screen and ( min-width:998px )and (max-width:1100px){
#profile .action_item_link iframe{ width:520px!important;height:293px!important;box-shadow:2px 4px 6px rgba(0,0,0,0.8);}}
@media only screen and ( min-width:1110px ){
#profile .action_item_link iframe{ width:640px!important;height:360px!important;box-shadow:2px 4px 6px rgba(0,0,0,0.8);}}

And here is the link to my site profile where the top three posts in the timeline are videos so click on the link and you will see the videos show up with the styling above.

http://1940snetwork.com/founder

Regards
John :-)
updated by @john-bizley: 01/08/15 06:30:31AM
John Bizley
@john-bizley
12/05/14 02:39:28PM
251 posts

Height - Width Issues in Timeline


Using Jamroom

Here is a line of css which fix's the issue and an after image of the now full width video in the profile timeline.

I added this to my site html css file: .action_item_link div { display:block!important }
videoplayer-afterDIVcode.jpg videoplayer-afterDIVcode.jpg - 77KB

updated by @john-bizley: 12/05/14 02:39:55PM
John Bizley
@john-bizley
12/05/14 01:54:19PM
251 posts

Height - Width Issues in Timeline


Using Jamroom

I have some code can style this to get it nicely full width to get rid of the borders and but the issue causing the ' skinny look ' is a div which is set as an inline-block, if this was changed to just block then the player fills the width as it should. Here is a screenshot showing the div which I set to a block in firebug to test it.
@brian seeing as you are following this one thing I noticed in the forums is that you have to press Post Response to then be able to add an image to the said post. So you have to then edit the post to add the image rather than do it all at the same time ?
div-block-player.jpg div-block-player.jpg - 27KB

updated by @john-bizley: 12/05/14 01:55:40PM
John Bizley
@john-bizley
12/03/14 07:54:54AM
251 posts

Arranging Tabs In Profiles: How Do You ?


Design and Skin Customization

michael:
The menu your talking about is the "Profile Menu". Its found in the
/skin/(YOUR SKIN)/profile_header.tpl

file and will look something like this by default:

{jrProfile_menu template="profile_menu.tpl" profile_quota_id=$profile_quota_id profile_url=$profile_url}

There are other options for it though. They are listed up here:

"{jrProfile_menu}"
https://www.jamroom.net/the-jamroom-network/documentation/development/1997/jrprofile-menu

If your talking about adjusting the order for everyone's profile, this is where you'd want to do it. Add in an order="" parameter with the order you want.

eg:
{jrProfile_menu template="profile_menu.tpl" profile_quota_id=$profile_quota_id profile_url=$profile_url order="jrVideo,jrPage"}
would put the order as VIDEO, PAGE, AUDIO, BLOG, EVENT ......

The video is first, the page is next, then there are no other modules defined, so they come last in the default order (which is alphabetical.)

If your talking about allowing each user to re-arrange their tabs as they see fit, then it could be incorporated into the profile tweaks module if it was needed I would think.

Thanks Michael will take a look into that.
John Bizley
@john-bizley
12/03/14 07:52:27AM
251 posts

My Beta Slate Skin Site So Far


Design and Skin Customization

Sure can take a look for you Ken and see what we can come up with.Just sent a friend request on creators so we can use the email function there to discuss further.
John Bizley
@john-bizley
12/03/14 05:37:52AM
251 posts

Can't Find Forum Template


Design and Skin Customization

Ken_Rich:
Cool... But I think (from my limited understanding) that would change it for all profile pages instead of just the one for the forum.

As near as I can tell, what we need to change is in the PHP for jrForum, but it's too "cryptic" for me to be sure...

It should be possible to target just the forum page by setting the css to read the url so it will only make those changes on that page.
John Bizley
@john-bizley
12/03/14 05:33:52AM
251 posts

Height - Width Issues in Timeline


Using Jamroom

Ken I have noticed this to and am going to write a little snippit of code to adjust that much like I did for my YouTube videos. Will try and get to that later today as it was on my list of to do items today.
John Bizley
@john-bizley
12/03/14 05:30:05AM
251 posts

Facebook Player - words to right, instead of below...


Design and Skin Customization

In firfox I use firebug which allows you to right click on an element in a page to view the code, you can make changes in that page which is then shown on your web page then if happy copy out your setting then add it to the css files. In IE you press F12 to get the code showing which is what you see in that screenshot above. Again you can make the changes which I did to show how the fix would look.

The image above shows the code on the same screen but I have three monitors so I can move the tab with the code on onto one of those so it makes it easier to see the whole webpage on my main monitor and then the changes I make. I you do a lot of code stuff this works really well and is worth investing in another monitor. It's very handy to keep your email open there or whatever so you don't have to keep switching around other pages or programs on your main monitor.
John Bizley
@john-bizley
12/03/14 05:22:05AM
251 posts

My Beta Slate Skin Site So Far


Design and Skin Customization

Ken_Rich:
It's cool - the button really stands out in your version. I know about the if-then-else command that switches mobile menus, but I find if you check different screensizes with "responsive" views not mobile (there's a difference) buttons and menus can do some "weird" stuff.

In other words, a tablet let's say might make two rows instead of one, as on a desktop view. I look with this tool: http://mattkersley.com/responsive/?google.com/about

I have checked on my tablets including microsoft surface and all looks ok, the buttons sizes have not changed from the original Jamroom ones as I have only added some styling to them. I use the developer responsive option in firefox as it allows me to see it all happen as I resize the developer window which gives the screen sizes as it goes. The timeline works ok too as I have set the styling to only come into affect from 800px and upwards so on screens under that it is the default layout by Jamroom.
John Bizley
@john-bizley
12/03/14 04:42:03AM
251 posts

Can't Find Forum Template


Design and Skin Customization

You should be able to do this purely using some css to remove the buttons etc and leave behind what you want, this way you won't have to mess with any templates. Will have a play with my site to see how this could work out later today.
  21