Jump to content

GrooveOnBeat

Members
  • Posts

    861
  • Joined

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by GrooveOnBeat

  1. It's the only template I ran into so far that does that. It happens on all of the themes too, including the default.
  2. Bug? Something in the code is preventing "videoInfo" template to be saved. *Even if I don't touch the template at all and click "save" it won't. If I remove the entire code it can be saved. If I remove roughly the latter half of the code it can be saved. Revert works.
  3. If we use the in-house video player, and say it's a video from YouTube, does the view count on YouTube go up when we watch videos?
  4. It's just an example to show the property and value.
  5. In CSS one way is to set a background position to center/center like background-position: center center;For later browser support maybe background-size ("cover" to crop while "contain" to keep aspect ratio within container dimensions), and "object" properties, but I don't recommend using those just yet since they're not widely a standard.
  6. I'll update to the latest IPB version and see if that fixes it.
  7. I remember coming across this, and I'm not 100% sure if it was related to the bug I posted before, where if there was only 1 prefix it did not show while posting. In your case, if you add 2 prefixes or more in the forum setting are you able to select a default prefix?
  8. It occurs if tagging mode in System -> Setings -> Posting -> Tags is set to "Closed". When it's set to "Open it works. Open: Users can use whatever tags they like <- Works. Closed: Users must choose from a specified set of tags <- When set to "Closed" tags don't show or keep its setting in posts.
  9. Maybe another bug. Version: 3.0.5 Prefix does not show in title. I re-added the forum prefixes in settings. I also used "fix it" and rebuild cache with no luck. I haven't experienced a blank page.
  10. Glad to be of help! Thanks for the quick update! I'll install 3.0.5 and if I find anything else I'll let you know.
  11. A few bugs... Advanced Tags & Prefixes version: 3.0.4 Install type: Fresh install IPB version: 4.0.7 1. When there is only 1 prefix created, it does not save when adding it into a forum. 2. When a topic prefix is set, and you edit the post, the prefix automatically adds in the Tags. If I edit 3 times, the same prefix is added in Tags 3 times. It only can be removed manually. Even after the Tags are removed, if you edit the post again, the Prefix is added into Tags. 3. Not sure if this is a bug or not, but forums that do not have Prefixes show the Prefix drop down. The drop down should not be shown if there are no prefixes. It occurs regardless of prefix setting open or closed.
  12. I normally don't do reviews, but I made an exception. It's possibly my first ever review lol.
  13. What's really cool about this app is the flexibility. For most, people will use it to slide announcements or content. With edits and creativity, it can also be used to rotate banners, headers, backgrounds, etc. It can also be used to customize the forum index.
  14. Featured Content + resizing script = fun and powerful
  15. That works! I now realize why the pictures weren't coming out the way I wanted to. The "cf" is crop-to-fit. I changed it to "ff", which is fill-to-fit. It keeps the original aspect ratio and resizes to the set dimensions. I also set the "q" (or quality) to 70. While I'm playing around the settings here is what I have now. Notice I'm using "imgp.php". http://mysite.com/cimage/webroot/imgp.php?src={url}&w={width}&h={height}&ff=000000&q=70 Thanks for your help and patience, onlyME.
  16. Thanks for the update! Are there any plans down the road to extend or add new features?
  17. We're getting closer, I can feel it! img.php img_config.php Ok, so I got the resizer to work but it's a little different. I kept the image and cache path and autoloader as in the original file. I didn't edit it. Code is below. /** * Where are the sources for the classfiles. * * Default values: * autoloader: null // used from v0.6.2 * cimage_class: null // used until v0.6.1 */ 'autoloader' => __DIR__ . '/../autoload.php', //'cimage_class' => __DIR__ . '/../CImage.php', /** * Paths, where are the images stored and where is the cache. * End all paths with a slash. * * Default values: * image_path: __DIR__ . '/img/' * cache_path: __DIR__ . '/../cache/' * alias_path: null */ 'image_path' => __DIR__ . '/img/', 'cache_path' => __DIR__ . '/../cache/', //'alias_path' => __DIR__ . '/img/alias/', When I add the image URL into the browser it resizes exactly how I want it to. Below works. http://mysite.com/cimage/webroot/img.php?src=car.jpg&w=200&h=200 When I add the full URL as src no picture is shown. Below does not work. I don't use this code below. http://mysite.com/cimage/webroot/img.php?src=http://mysite.com/cimage/img/car.jpg&w=200&h=200 I added the URL to the script in the settings below. No picture in the slider is shown. http://mysite.com/cimage/webroot/img.php When I remove the URL to the script and leave it blank, the pictures in the slider is shown. The problem is that it resizes the pictures to the slider settings and does not use the resize script, which is an expected result.
  18. Yes, I did that too. I checked over the requirements and I have GD + PHP 5.5x. I also reuploaded all of the files. I wonder if I didn't configure it correctly in "img_config.php"? All I have to do is edit the image and cache paths, right? I set mode to "production". I got to be missing something. Edit: I wonder if I downloaded the right files lol?
  19. Hi! I commented out the 2 lines and now I get this HTTP/1.0 500 Internal Server Error I must be doing something wrong haha.
  20. I know this isn't part of Featured Content support but...I seem to be using CImage wrong. 1. Downloaded the zip at https://github.com/mosbth/cimage (zip file located in the right column) 2. Uploaded the contents in the directory "cimage". 3. Ran "check_system.php" and was fine. 4. Set "cache" to 777. 5. Using "img.php" and the default "img_config.php". 6. Changed the image and cache paths in "img_config.php". /home/mysite/public_html/cimage/img/ /home/mysite/public_html/cimage/cache/ 7. Set the script URL which points to "http://mysite.com/cimage/webroot/img.php". 8. Image URL: http://mysite.com/cimage/webroot/img.php?src=http://mysite.com/cimage/img/test.jpg&w=100&h=100&cf&q=90 No image output. Any ideas?
  21. I'll try CImage too...And see how it goes. Edit: I don't suppose I can use image sites like imgur with CImage?
  22. On the demo site, Videobox looks like a standalone application. Does Videobox integrate with IPB and uses IPB's login and breadcrumbs?
×
×
  • Create New...