Jump to content

JoshB84

Clients
  • Joined

  • Last visited

  1.    JoshB84 reacted to a post in a topic: Alpha preview site now open
  2.    Giray reacted to a post in a topic: Improved Clubs Enhancements
  3.    Sonya* reacted to a comment: 4.5: Club Improvements Roundup
  4.    JoshB84 reacted to a comment: 4.5: One More Thing...
  5.    JoshB84 reacted to a comment: 4.5: One More Thing...
  6.    JoshB84 reacted to a comment: 4.5: One More Thing...
  7.    JoshB84 reacted to a blog entry: 4.5: One More Thing...
  8.    JoshB84 reacted to a comment: 4.5: Two feature additions
  9.    wohali reacted to a comment: 4.5: Club Improvements Roundup
  10. JoshB84 replied to onlyME's post in a topic in Marketplace
    I understand. Thank you for the reply. In the future I should be able to upload the videos to my own server after getting permission from the creator of the videos. I just have finish forming a Non-Profit company to gain access to them. I will just continue using the videos they have uploaded on youtube for now.
  11.    JoshB84 reacted to a post in a topic: Videobox
  12. JoshB84 replied to onlyME's post in a topic in Marketplace
    Feature request: A option to make it so parts of videos will autoplay when finished. So if I have a video with 5 parts. After Part 1 is finished Part 2 will play automatically.
  13.    JoshB84 reacted to a comment: 4.5: Everything else
  14. Would you consider adding Categories to the Clubs index? So we can seperate the Clubs? I wish this was something that was already coded into Clubs. I know not everyone would need the option but it could be useful for some of us. Some of my clubs I would categorize as "educational" and then others as "member clubs".
  15. JoshB84 replied to Day.'s post in a topic in Marketplace
    These 3 Gallery edits I figured out on my own. 🙂 When you go add an image. The DropZone border is white. This will change it to match the skin. /* Gallery Add Image DropZone Border */ .cGallerySubmit_uploadImages .ipsAttachment_dropZone:not( .ipsDragging ) { border-color: #121418; } When you go to add an Gallery image. The background is white. This will change the color to match the skin. /* Gallery Image Submit Background */ #elGallerySubmit_imageUploader .ipsAttachment_fileList .ipsImageAttach { background-color: #121418; border: 5px solid; border-color: #121418; } After submitting the Gallery image. This changes the highlight color when you hover over the image from solid white to match the skin. /* Gallery Image Submit Background Hover */ #elGallerySubmit_imageUploader .ipsAttachment_fileList .ipsImageAttach:hover { background-color: #25262a; border-color: #25262a; }
  16. JoshB84 replied to Day.'s post in a topic in Marketplace
    I am trying to figure out how to get the commenting area black when using the Pages CMS with this theme. This happens with the commenting section under an article. I tried adding: .ipsTabs_panel { background: #000; } but that did not work. [edited] Here it the code to fix this issue. /* Pages Comment Background for Articles */ .ipsWidget.ipsWidget_horizontal .ipsTabs_panel { background: #121418; }
  17. JoshB84 replied to Adriano Faria's post in a topic in Marketplace
    I also had this plugin when it was a one time purchase. I can still download this version but it seems to be no longer supported. I see there is a new version. Can I be added to the new one?
  18.    Adriano Faria reacted to a post in a topic: [IPS4] Tutorials
  19. JoshB84 replied to Adriano Faria's post in a topic in Marketplace
    I would like to be pm'ed with details about this also please.
  20. Ok thank you. I just purchased your application.
  21. Does this only work with your blocks and not system blocks? With this work with other 3rd party blocks?
  22. Thank you very much!
  23. Oh, sorry about my misunderstanding. Next to the Calendar name would be great.
  24. I mean would it be possible to add an option to choose a different color for each event. Where instead of pulling the Calendar color. You would have an option to pick an event color. Currently using IPB Calendar we have to create a whole separate calendar just to make an event color change. I am making a calendar full of Jewish Hollidays but I would like them to be color coded. I think it would be a lot simpler to just create one Calendar and change the event colors on it. Versus having to create multiple Calendars and then adding the events to one Calendar.
  25. Would it be possible to add the option to choose different colors for each event? That way people can color code events on their Calendar without having to make multiple Calendars.
  26. JoshB84 started following Ahmad E.
  27. Thank you for the help! I see what I am allowed to change in my settings. I may have to contact support at my host. I really do like all of your plugins. [edit] Everything is working perfectly now.