Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
onlyME Posted August 6, 2015 Author Posted August 6, 2015 Is it possible to make it so that a full URL is not required? For cimage I only use the image name (ex. "featured_img.jpg"). Right now this version doesn't allow me to enter a non-URL. Try to open \applications\featuredcontent\modules\front\slider\view.php Find $form->add( new \IPS\Helpers\Form\Url( 'fcc_url', $item ? $item['fcc_url'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_url' ) ); Replace to $form->add( new \IPS\Helpers\Form\Text( 'fcc_url', $item ? $item['fcc_url'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_url' ) ); Save GrooveOnBeat and wmarcy 2
GrooveOnBeat Posted August 6, 2015 Posted August 6, 2015 Try to open \applications\featuredcontent\modules\front\slider\view.php Find $form->add( new \IPS\Helpers\Form\Url( 'fcc_url', $item ? $item['fcc_url'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_url' ) ); Replace to $form->add( new \IPS\Helpers\Form\Text( 'fcc_url', $item ? $item['fcc_url'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_url' ) ); Save Thanks! You're the best! I had to make one other adjustment for it to work. Find: $form->add( new \IPS\Helpers\Form\Url( 'fcc_image', $item ? $item['fcc_image'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_image' ) ); Replace with: $form->add( new \IPS\Helpers\Form\Text( 'fcc_image', $item ? $item['fcc_image'] : NULL, FALSE, array(), NULL, NULL, NULL, 'fcc_image' ) ); wmarcy 1
GrooveOnBeat Posted August 6, 2015 Posted August 6, 2015 Are the images converted? Does it support transparent .png's?
onlyME Posted August 6, 2015 Author Posted August 6, 2015 Are the images converted? Does it support transparent .png's?Uploading is ok, I haven't tested with cimage yet. Let try it.
Wayne B Posted August 6, 2015 Posted August 6, 2015 @onlyME I would really like to see anew feature for this where you can assign a specific user or an array of users to manage a specific featured content from the front end rather than having to allow a whole user group to manage it.Could this be implemented?
onlyME Posted August 7, 2015 Author Posted August 7, 2015 @onlyME I would really like to see anew feature for this where you can assign a specific user or an array of users to manage a specific featured content from the front end rather than having to allow a whole user group to manage it.Could this be implemented?I think making permissions work for member second groups is better.
Wayne B Posted August 7, 2015 Posted August 7, 2015 I think making permissions work for member second groups is better.I agree that is needed but doesn't work in a lot of cases. I have someone who purchases some advertising on the site and I want them to use this plugin to manage tha advertising by uploading there banner etc. They can then change it at any point for promoted products. But I have others in that group I don't want to be able to update one particular set but I want them to manage a section on another page so I need another secondary group just for them. That at is not the best way of doing it, to need a secondary group for each section you have on each page if they are managed by different people I need many separate secondary groups.
onlyME Posted August 7, 2015 Author Posted August 7, 2015 I agree that is needed but doesn't work in a lot of cases. I have someone who purchases some advertising on the site and I want them to use this plugin to manage tha advertising by uploading there banner etc. They can then change it at any point for promoted products. But I have others in that group I don't want to be able to update one particular set but I want them to manage a section on another page so I need another secondary group just for them. That at is not the best way of doing it, to need a secondary group for each section you have on each page if they are managed by different people I need many separate secondary grou The selected members can manage special iitems in a slider or all items?
Wayne B Posted August 7, 2015 Posted August 7, 2015 The selected members can manage special iitems in a slider or all items? Interesting point ... I can see a use for both to be honest. They would both be very useful but for my situation I would be happy with member can manage all, clearly others may prefer different I suppose. wmarcy 1
onlyME Posted August 7, 2015 Author Posted August 7, 2015 Ok I will find a solution for your good idea. Wayne B 1
GrooveOnBeat Posted August 8, 2015 Posted August 8, 2015 I'm trying to change the color for (below). What part of the css or image is it? Uploading is ok, I haven't tested with cimage yet. Let try it. I tried and got the following results. Since Cimage uses hex values there are no transparency. There is only alpha. Since I'm using a "ff" (fill-to-fit) the background space is whatever color I set after. Therefore it's "ff=000000". In that case any background space is filled with black. I also use "nu" (no upscale). With the combination of "ff" and "nu" the image dimensions are kept with their original aspect ratio and there is no upscaling/resizing. Too bad there's no transparency, but the work around can be easily configured in the Featured Content settings.
onlyME Posted August 9, 2015 Author Posted August 9, 2015 I'm trying to change the color for (below). What part of the css or image is it? .bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; } GrooveOnBeat 1
GrooveOnBeat Posted August 9, 2015 Posted August 9, 2015 .bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; } Thanks! I thought so, but my edits didn't work because I forgot that I replaced the parent class with a custom class. I changed it to the right parent class and now it works. onlyME 1
Get-Gaming Posted August 9, 2015 Posted August 9, 2015 It completely kills my website. Add me on skype: fabricenl or come on teamspeak @ ts.get-gaming.net (I'm The Fabby) so we can look into it.
onlyME Posted August 9, 2015 Author Posted August 9, 2015 It completely kills my website. Add me on skype: fabricenl or come on teamspeak @ ts.get-gaming.net (I'm The Fabby) so we can look into it.Can you give me acp access so I can take a look easily?
Newbee100 Posted August 13, 2015 Posted August 13, 2015 Hello,How can I change the title of sliders appear in the middle? Now showing left. Thanks in advance.
onlyME Posted August 13, 2015 Author Posted August 13, 2015 Hello,How can I change the title of sliders appear in the middle? Now showing left. Thanks in advance.Go to ACP > Customization > Themes > click </> to edit your theme > CSS > featuredcontent > front > sliderFind.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(0,0,0,0.7); width: 100%; }Replace with.bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(0,0,0,0.7); width: 100%; text-align: center; }Save
reefing21 Posted August 17, 2015 Posted August 17, 2015 Hi, I just make the purchase but please help me as I cant seem to find the cog icon anyway in the ACP and front page as per the instruction to edit/ upload the pics. can anyone help ?
onlyME Posted August 17, 2015 Author Posted August 17, 2015 Hi, I just make the purchase but please help me as I cant seem to find the cog icon anyway in the ACP and front page as per the instruction to edit/ upload the pics. can anyone help ? Going to ACP > Customization > Featured contentRead the Readme.html file to know how to setup a slider. Let me know if you have any questions.
svit Posted August 17, 2015 Posted August 17, 2015 Hello, what a great add-on! It is a great addition to our page. One suggestion I have: I would appreciate if there was an option to edit the hook 'listings' I see the option to add/delete it but not edit. Sometimes I find some mistake i made in the ad (listing) and I have to delete it and start building it form scratch...
onlyME Posted August 17, 2015 Author Posted August 17, 2015 Hello, what a great add-on! It is a great addition to our page. One suggestion I have: I would appreciate if there was an option to edit the hook 'listings' I see the option to add/delete it but not edit. Sometimes I find some mistake i made in the ad (listing) and I have to delete it and start building it form scratch... Click on image to edit :)) svit 1
reefing21 Posted August 18, 2015 Posted August 18, 2015 Going to ACP > Customization > Featured contentRead the Readme.html file to know how to setup a slider. Let me know if you have any questions.OK found it ! thanks great product
reefing21 Posted August 18, 2015 Posted August 18, 2015 Hi,May i know what is the default image size for the slider ? I am having image that is shown out of the slider box and i am not sure how to setup the Cimage and phpthumb setting. thanks
onlyME Posted August 18, 2015 Author Posted August 18, 2015 Hi, May i know what is the default image size for the slider ? I am having image that is shown out of the slider box and i am not sure how to setup the Cimage and phpthumb setting. thanks You can see the image width/height options in Slider settings Example if you use cimage, you should setup the url in Customization > Featured Content > Settings > On-the-fly Image Resizing URL http://yourdomain/cimage/webroot/img.php?src={url}&w={width}&h={height}&cf&q=90 Save. It auto crops image with the width/height you set. wmarcy 1
svit Posted August 18, 2015 Posted August 18, 2015 Hello, would it please be possible to control : a) the spacing between listings (I would like to try bigger spacing)b) the opacity of the text background (i would think of having it more transparent) Many thanks in advance.
Recommended Posts