Jump to content

SC36DC

° Newcomer

Everything posted by SC36DC

  1. This is definitely the way to think in 2021. I strive for making "small increments of improvements" every day. I work on my own forum, my current website, I'm building a new website, and my buddy's website, which are all based on Wordpress/Elementor/WooCommerce. I'm using Photoshop, Premiere Pro and After Effects daily in order to produce content for my social media accounts to promote the products I sell, I even began to create my own music for these ads and to use to offer Free Downloads when a specific product is bought. I have a lot going on, but any day I make even the smallest advancements towards completing or enhancing any of them, is a good day. Many thanks to you Jimi for helping me with a feature I've been wanting to add to my forum for years, with your help, it finally happened. 🙏
  2. To anyone using Jimi's guide to alter the Movies application and may be interested in allowing their members to leave a star rating on a movie without actually having to write a review, you can follow the guide listed here. Many thanks to @Davyc for pointing this out to me. Guide Here: https://invisioncommunity.com/forums/topic/435934-way-to-allow-file-ratings-without-requiring-review/?do=findComment&comment=2679394 This part of the guide is for getting it to work with reviews in the Downloads application. To make the change for the Movies application, in your Template files, you would need to go to the movies>view>reviews file, and starting on the 6th line down you would make the following changes. From this: <div id='elMovieReviewForm'> {$movie->reviewForm()|raw} </div> To this: <div id='elMovieReviewForm'> {$movie->reviewForm(FALSE)|raw} </div>
  3. Hello Jimi, you can disregard my last message, I figured it all out and have it set up. I am just dealing with a few minor issues and was hoping you can help me with 1 thing. Please let me know if you can, and I will write it out and take some screenshots. Thank you!!
  4. Another question, in the code you have listed in your VIEW tab, would I copy and replace all the code in my VIEW tab? I see stuff related to just your forum and site? Or is there only part of the code I copy and paste or replace in mine? Thank you. <div class="ipsRichEmbed" style="max-width: 500px; border: 1px solid rgba(0,0,0,0.1); "> <div class="ipsRichEmbed_masthead ipsRichEmbed_mastheadBg ipsType_center"> <a href="https://www.vowel.com/" rel="external nofollow" style="background-image: url( 'https://s3.amazonaws.com/com.vowel.resources/social/vowel-share-thumb.jpg' ); background-position: center; background-repeat: no-repeat; background-size: cover; height: 120px; display: block;"><img alt="vowel-share-thumb.jpg" class="ipsHide" data-loaded="true" data-src="https://s3.amazonaws.com/com.vowel.resources/social/vowel-share-thumb.jpg" src="https://jimiwikman.se/applications/core/interface/js/spacer.png" style="height: auto;"></a> </div> <div style="padding: 10px;"> <h3 class="ipsRichEmbed_itemTitle ipsTruncate ipsTruncate_line ipsType_blendLinks"> <a href="https://www.vowel.com/" rel="external nofollow" style="text-decoration: none; margin-bottom: 5px;" title="Home - Vowel">Home - Vowel</a> </h3> <div class="ipsType_light"> WWW.VOWEL.COM </div>
  5. Regarding when you mention the following: All that code is already listed in the code you have in the VIEW tab? Thank you.
  6. Ok thanks for confirming. I will have to figure this out. That's good to hear. Yes, there will be different reviewers, adding a custom field sounds good. As I said before, you are an incredible individual. I really appreciate any help you can provide. I will go ahead and purchase the plugin and start making the changes following the guide you provided. I will get back to you to see if you are able to help with some of the tweaks I stated above. Thank you Jimi. Wishing you the best in 2021.
  7. A few questions, if you don't mind. I want to use this plugin to display Movie Reviews. The tab that says 'Similar Movies', how hard would it be to say 'My Other Reviews' and then display all reviews from the same person, with possible pagination if there are too many? Not sure if this is just a setting in the plugin, but at the bottom, is it possible to disable showing 'Reviews' and just show 'Comments'? The part you added directly underneath the poster image, with the star rating and shows (0 reviews), I wouldn't really need this, since I would like to disable reviews, is this relatively easy to exclude? Even better, would it be doable to add the reviewers name in that area? Just trying to get a feel if these changes are possible, I can set it up myself, hopefully, following what you posted as a guide, but if you are willing to accept payment for some additional help (what I listed above), hopefully we could work something out. I appreciate your thoughts and feedback on this, thank you Jimi.
  8. Are you referring to start using the plugin from scratch, meaning not having set it up already? Or did you mean starting a forum from scratch? I am currently using the Chameleon theme from IPSFOCUS.
  9. OMG! Incredible Jimi! Thank you so much. Now, what will it take for you to show us how to did those TABS? Love this forum. Would it be ok for me to spread the word of this forum over on IPS?
  10. Any idea when you might "clean up the code"? Thanks Jimi!
  11. I do hope it's ok for you to continue showing your process in creating this custom look. I would love to be able to apply this to my own forum. I really appreciate you taking the time to document what you have done here. My only question, what about when there is an update for the application, will you have to re-add the following? Thanks again. Your willingness to share your knowledge is very much appreciated.
  12. You've really done an incredible job. Everything looks and works great!!
  13. Thanks for your help. I was able to add this to my forum. I changed the icon and background color, and adjusted the css, it all works great. Thanks again!
  14. This is a very helpful tip. Any chance you could share the css you used. I would love to implement this on my forum. Many thanks!