Experiencing a 401 Unauthorized Error During Update?

If you're seeing a 401 Unauthorized error when trying to update your Joomla extension, it's likely due to our new two-factor authentication (2FA) security measure for your Download ID.
To resolve this, check your email (Spam folder?) for a message to approve your server or device, or read our detailed blog post here( onlinecommunityhub.nl/best-practice/new-...-extension-downloads) to understand the steps involved. This will guide you through approving your server for future updates.

Implemented OchBlog 0.4.0 Feedback

Meer
7 jaren 6 dagen geleden - 7 jaren 6 dagen geleden #608 door daclina
OchBlog 0.4.0 Feedback werd gestart door daclina
Hey Ruud,

Thanks for the recent updates and additions to what's easily making ochBlog (in my opinion) the best, the most feature rich and certainly my favourite Joomla Content Construction Kit (CCK).

Here's some feedback that I started compiling from v.03.6 and apologies in advance for the wall of text to follow.

Some feedback for you so far:

Author Info

  • Hide Author bio - is there a way to have the author bio at teh bottom of the list, and teh image, but not show the author bio, except on teh author bio page. The readmore section is actually a little confusing when browsing on mobile as it encourages a click, and when you click it it just makes it bigger to read, you don't really go anywhere. Just a bit confusing. I am guessing there is a way to do this using the coauthor functionality, but how would I do it retrospectively for all older articles without having to re-edit and re-populate a custom field?

  • Mod Articlelist:

  • Article layout options - This seems to have an issue with Yootheme Pro, or it might just be the way you have set it up but it isn't using the space available to it ideally.
    What would be nice is if you could pick column layout or use the images stretched at 100% width if in single column.

  • Image thumbs - would be nice if it could use thumbs based on the article image
  • Ochblog listings

  • minor issue with page highlighting on Yootheme pro - take a look at this:

  • Dit bericht bevat vertrouwelijke informatie

    It doesn't show that I am on page 8, and all the pages are styled the same. Some flexibility would be better, take a look at how the Yootheme overrite for Joomla content looks like here:

    Dit bericht bevat vertrouwelijke informatie


  • Image thumbs - would be nice to have the ability to auto create thumbs instead of it using the article's original images sizes

  • Image aspect ratio - everything set to 16:10, how can we change it to 4:3, or leave it as source aspect ratio?

  • Remove the category: label - (can it be done in language override)


  • Requests:

    1.Infinite scroll for article listing and category listing:


    Dit bericht bevat vertrouwelijke informatie

    If you visit this page, you will see that you land on an article, and when you scroll down the URL changes to the next article and it loads all the page modules too (and as such it also loads the ads assigned to those pages). You can carry on doing this as long as there are older articles to go to. If you scroll back up the page it changes respectively based on what article you are looking at.

    In any case, if you choose to do this a popular free and relatively tiny infinity plugin you can look at is this:

    airbnb.io/infinity/


    The thinking is that where there is a page or a prev or next link, it can be replaced with an infinity scroll of the next article. There are a few infinite scroll plugin on the joomla extensions site, but they do not work as well as the demo I have shown you above. Done correctly, infinity scroll has the potential to increase pageviews (and ad impressions) exponentially. This would be a killer and super unique feature if you could implement it.

    2. Exclude articles based on tag - just the ability to exclude some articles tags in menu items - so I would like to have a menu that contains the categories vehicles and leadership and news, but exclude any articles in those menu listings that are tagged with the tag yachts

    Thanks again.
    Laatst bewerkt 7 jaren 6 dagen geleden door daclina.
    Onderwerp is gesloten.
    Meer
    7 jaren 6 dagen geleden #609 door Ruud van Lent
    Beantwoord door Ruud van Lent in topic OchBlog 0.4.0 Feedback

    daclina schreef : Hey Ruud,

    Hi Daclina :)

    Thanks for the recent updates and additions to what's easily making ochBlog (in my opinion) the best, the most feature rich and certainly my favourite Joomla Content Construction Kit (CCK).

    Here's some feedback that I started compiling from v.03.6 and apologies in advance for the wall of text to follow.

    Some feedback for you so far:

    Author Info

  • Hide Author bio - is there a way to have the author bio at teh bottom of the list, and teh image, but not show the author bio, except on teh author bio page. The readmore section is actually a little confusing when browsing on mobile as it encourages a click, and when you click it it just makes it bigger to read, you don't really go anywhere. Just a bit confusing. I am guessing there is a way to do this using the coauthor functionality, but how would I do it retrospectively for all older articles without having to re-edit and re-populate a custom field?
  • The author info consists of three parts: avatar, bio and about text (see image).
    It is used and can be configured differently in two places: tab [Author info] > displays below the article, and tab [Authorprofile] for the author profile page.
    You can show / hide / resize the image, you can construct the bio text (in my example I use the code to display the ochFollowMe field), when not constructed the bio is empty. The about text comes from a joomla custom field. You can set the hight of this in pixels. so when you configure e.g. 200px and the total text will be higher then 200px, the [read full profile] button will automatically show. if you configure the hight to 0px, then the total text will be displayed without the [read full profile] button.

    The avatar, bio and about text are in it's own div container and are styled (layout) via css. So you can always override the CSS to match your website's look-and-feel or your own preferences.

    Mod Articlelist:

  • Article layout options - This seems to have an issue with Yootheme Pro, or it might just be the way you have set it up but it isn't using the space available to it ideally.
    What would be nice is if you could pick column layout or use the images stretched at 100% width if in single column.
  • I had the same issue on my own site :) In order to make it work on as many as templates as possible I do not 'hard-code' columns / layouts, etc. but rely on css. What happens most likely is that your templates css is 'taking' over the css for the article list: which is good when it looks good :)
    If it's not good, you need to add some custom css to your site (just like we did for the jssocials buttons (undelining of the hyperlinks).
    The css identifier for the images is e.g.
    Code:
    .ochblog-articleslist-image

  • Image thumbs - would be nice if it could use thumbs based on the article image
  • That would be a nice feature, in your initial request I have said that this needs some careful thinking as the images can be displayed on a lot of devices with different resolutions. So scaling it down for mobile would impact desktop etc.
    What you could do, but that is added work, is create a Custom image field (type=media) for the artices and select here a scaled down image. You can then set the image priority to e.g. cf,i,f,t. In this case the image in the configured custom field for the article (the scaled down image) will be used.

    Ochblog listings

  • minor issue with page highlighting on Yootheme pro - take a look at this:


  • It doesn't show that I am on page 8, and all the pages are styled the same. Some flexibility would be better, take a look at how the Yootheme overrite for Joomla content looks like here:


    This is definately a template 'issue'. Pagination is a standard functionality in Joomla. I have not created this, I just use what Joomla is offering out of the box.
    Well actually, there are two types of pagination available in Joomla and what I have done is let the user choose which one to use (as some templates use the one and other, the other).
    You can find that in tab [Advanced} > here you can select 'Pagination Style': either 'getPagesLinks' or 'getListFooter'
    Can you try what the difference is on your site when switching (clear cache!)

  • Image thumbs - would be nice to have the ability to auto create thumbs instead of it using the article's original images sizes

  • agree, see previous comment :)

  • Image aspect ratio - everything set to 16:10, how can we change it to 4:3, or leave it as source aspect ratio?
  • This is done in CSS, so you can override with your own aspect ratio. Will test with your site and post here.

  • Remove the category: label - (can it be done in language override)
  • Yes, you can remove the category altogether by not selecting it, or use a language override if the label is not good for you. I use the default com_content labels

    Requests:

    1.Infinite scroll for article listing and category listing:



    If you visit this page, you will see that you land on an article, and when you scroll down the URL changes to the next article and it loads all the page modules too (and as such it also loads the ads assigned to those pages). You can carry on doing this as long as there are older articles to go to. If you scroll back up the page it changes respectively based on what article you are looking at.

    In any case, if you choose to do this a popular free and relatively tiny infinity plugin you can look at is this:

    airbnb.io/infinity/


    The thinking is that where there is a page or a prev or next link, it can be replaced with an infinity scroll of the next article. There are a few infinite scroll plugin on the joomla extensions site, but they do not work as well as the demo I have shown you above. Done correctly, infinity scroll has the potential to increase pageviews (and ad impressions) exponentially. This would be a killer and super unique feature if you could implement it.

    2. Exclude articles based on tag - just the ability to exclude some articles tags in menu items - so I would like to have a menu that contains the categories vehicles and leadership and news, but exclude any articles in those menu listings that are tagged with the tag yachts

    Thanks again.


    The infinite scroll is definitely on my list, I already had a peak at how it works in order to not make it impossible to add when releasing the now ochBlog 4.0 :)
    The tags suggestion is also a good suggestion. I was going to add tags as 'qualifier' (include), what you are asking is 'exclude'. consider it on the todo list :)

    So, I quoted as much of your post so that I can also apologize for the 'wall of text' :)

    bottom line: I think everything you want to do is possible. In some cases you need some CSS knowledge (I have never run a site without doing CSS things :))
    Bijlagen:
    Onderwerp is gesloten.
    Meer
    7 jaren 6 dagen geleden #610 door Ruud van Lent
    Beantwoord door Ruud van Lent in topic OchBlog 0.4.0 Feedback
    okay, just looked at your article list (all-articles).

    the current css is as follows:
    Code:
    .ochblog-articleslist-image { width: auto; height: 200px; overflow: hidden; position: relative; margin-top: 5px; margin-bottom: 5px; }

    you can set in your template custom css like:
    Code:
    .ochblog-articleslist-image { width: 400px; height: 300px; }

    that will display the images in 400 x 300 px
    Onderwerp is gesloten.
    Meer
    7 jaren 5 dagen geleden - 7 jaren 4 dagen geleden #611 door daclina
    Beantwoord door daclina in topic OchBlog 0.4.0 Feedback
    DOWNLOADLINK
    Dit bericht bevat vertrouwelijke informatie

    Thanks Ruud, but that seems to just stretch images that are thinner. Here's a WIP solution I found online:

    dabblet.com/gist/4711695

    ...that might cater for any image sizes as it sets to 100% width, centers and crops (or adds a little background color padding) if the image is too short. You simply have to adjust the ratio to your cropping preference. So 4:3 aspect ratio = 3/4 = 75%, 3:2 aspect ratio = 2/3 = 66.67% etc.

    It might require further adjustments, but with my basic changes in it has a better overall effect.
    Code:
    .ochblog-articleslist-image.pull-none, .ochblog-articleslist-image.pull-none img{ width: 100%; /* gotta be responsive these days */ } .ochblog-articleslist-image.pull-none{ background-color: #ededed; /* some background color for short images */ overflow: hidden; /* remove white-space for inline-block elements */ letter-spacing: -0.31em; /* webkit */ *letter-spacing: normal; /* reset IE < 8 */ word-spacing: -0.43em; /* IE < 8 && gecko */ } .ochblog-articleslist-image.pull-none:before, .ochblog-articleslist-image.pull-none img{ /* vertically center the image */ display: inline-block; vertical-align: middle; } .ochblog-articleslist-image.pull-none:before{ /* pseudo element to vertically align image to */ content: ""; /* Magic Number */ /* Set this to your desired height(to width) ratio */ padding-top: 75%; /* % of original image width */ } .ochblog-articleslist-image.pull-none img { /* removes(sorta) image from the flow */ padding-left: 100%; margin: -999em -100%; }
    Laatst bewerkt 7 jaren 4 dagen geleden door Ruud van Lent. Reden: Added Download Link
    Onderwerp is gesloten.
    Meer
    7 jaren 5 dagen geleden #612 door Ruud van Lent
    Beantwoord door Ruud van Lent in topic OchBlog 0.4.0 Feedback
    Top! Good find :)

    I will test today / tomorrow on how this works on different browsers / devices / layouts :)

    Will report back!
    Onderwerp is gesloten.
    Meer
    7 jaren 4 dagen geleden - 7 jaren 4 dagen geleden #613 door Ruud van Lent
    Beantwoord door Ruud van Lent in topic OchBlog 0.4.0 Feedback
    Okay, did some testing and found that it will not work :(
    When when e.g. in single column mode, the images are as wide as the screen so you need to scroll down a page if you have a large image, also it doesn't work when aligning the images next to the text (float left or right). So they may look good in your setup, in different setups / devices it is not working as expected :(

    I have come up with a different approach.

    I have removed the image size from css (that was width: auto for float none, width: 360px for float left / right, and height 200.
    I have created to fields in the parameters of the articleslist where you can set the width / height to any value you like.

    You can set e.g. the width to auto or 360px etc. same for height.
    When leaving them empty, all images are displayed as large as possible and not cropped but rescaled.

    can you test this setup?
    download link in your last post in this topic.

    Edit: also added the possibility to hide the leading article image and / or the article images ( the float option now has a 4th value: hide)
    Laatst bewerkt 7 jaren 4 dagen geleden door Ruud van Lent.
    Onderwerp is gesloten.
    Meer
    7 jaren 2 dagen geleden #614 door Ruud van Lent
    Beantwoord door Ruud van Lent in topic OchBlog 0.4.0 Feedback
    Good News (I hope :)),
    today found some time to work on the filtering of the articleslist view
    It is now possible to
    • Include or exclude the selected categories
    • filter on tags
    • include or exclude the selected tags

    @Daclina, you can download it in the link I provided above (time stamp of the filename is today).
    De volgende gebruiker (s) zei dank u: daclina
    Onderwerp is gesloten.
    Meer
    7 jaren 1 dag geleden #615 door daclina
    Beantwoord door daclina in topic OchBlog 0.4.0 Feedback
    Hi Ruud,

    Excellent, thank you :)

    Yes, as you had described my css options work only for when image float is set to none and the 100% width is for mobile responsiveness (which can be hidden up until a specific screen resolution with the @media option).

    Having said that, the image options you have added work quite well. They do not fix images that are too short, but they are on the right track for long / portrait images. Ideally shorter images could either be cropped and centered (this would be my preference) or padded with a colour and centered. But that is just opinions. Even when short, they still look pretty good as they are at least aligned very nicely.

    You can see a live preview here:

    Dit bericht bevat vertrouwelijke informatie

    Notice the "beauty buys" image is cropped at the top (I think it would be better to be centered and cropped) and you can see the shorter images further down. It still looks pretty goon though.

    And I noticed the author info not coming up under the articles with the new CCK options for it. Not sure if I missed something:

    Dit bericht bevat vertrouwelijke informatie

    As per instruction I added:
    Code:
    {user:username}
    Onderwerp is gesloten.
    Meer
    7 jaren 1 dag geleden - 7 jaren 1 dag geleden #616 door Ruud van Lent
    Beantwoord door Ruud van Lent in topic OchBlog 0.4.0 Feedback

    daclina schreef : Notice the "beauty buys" image is cropped at the top (I think it would be better to be centered and cropped) and you can see the shorter images further down. It still looks pretty goon though.


    Okay, using the <img src html tag turned out to be to limiting as to cropping and centering (it would work, but that required a lot of 'hacky' css that I am not confident on maintaining :)).
    I have changed the 'approach' by using a background-image tag for the images.
    • when the image is larger then the available / configured space, the image is now cropped from the center.
    • When the image is to small, it will be 'stretched' to cover (retaining aspect ratio) the available space


    I think this will handle all your requirements :)

    And I noticed the author info not coming up under the articles with the new CCK options for it. Not sure if I missed something:

    You didn't mis something :) the variables in the credit boxes are triggered on article content. I have changed that to also trigger on user (the author of the article) content.

    both component (for the images) and plugin (for the replacement function) have been uploaded in the test folder :)

    Did you also test the (include / exclude) of the article tags filter?
    Laatst bewerkt 7 jaren 1 dag geleden door Ruud van Lent.
    Onderwerp is gesloten.
    Meer
    7 jaren 1 dag geleden #617 door daclina
    Beantwoord door daclina in topic OchBlog 0.4.0 Feedback
    Sorry I just realised I didn't explicitly say it, but yes the include & exclude feature works perfectly! Thank you.

    Let me test the changes on the background image changes and I'll let you know how it works.
    Onderwerp is gesloten.