Jump to content

joshuaj

Members
  • Posts

    307
  • Joined

  • Last visited

 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 joshuaj

  1. I was brainstorming I thought it might be possible to use the HTML logic to say : if (setting allow empty content = true) <--some html style to display: none --> {{if settings.auto_polling_enabled}} <!-- Shows if the 'auto_polling_enabled' setting is true (i.e. enabled) --> {{endif}} Update: I did a template edit and managed to get the text box to display: none with this code. It works for my purposes, but I think it would be better to use the settings logic so I don't have to update the forums in the code when I decide to use multiple forums. The problem with this is when the user edits it - it shows the text box. {{if request.app == 'forums' && request.module == 'forums' && request.id == 32}} <div class='ipsComposeArea_editor' data-role="editor" style="display: none;"> {{endif}}
  2. Right, sorry I'm using the wrong terminology. I understand the topic needs to be "empty" - I just want to hide the box from the user so that they don't have to see it during input.
  3. Hi @HeadStand, I bought the app today. I really like it so far. I was curious if there was a way to disable the default text box if a forum is using a set and the " Allow Empty Content " check box is turned on. Perhaps there is a way to have an option to disable the text box input from showing up when a user clicks on "Star New Topic" ?
  4. Yes so I run a site that has posting services. I would like to create a shop item that the user can buy with activity credits for those services. When they buy that service, I want it to make a forum post for my staff to respond to and get the service started. When the user buys that item I would like it to make a post in a forum I choose as well as have a predefined message I can make for each item. Also, if I could then put a time restriction on that item (example. User buys Package A - Package A has a 30 day cooldown before User can repurchase) Hope this makes sense or that I've explained it well.
  5. @TheJackal84, Thanks again for helping me with the database issue. I was wondering if there was a way too add an item into the shop that , once purchased, will automatically make a post that I can predefine for that item in a specific forum notifying the community that said item was purchased?
  6. I just upgraded and didn't know an error.
  7. Hi @TheJackal84, I just bought the app and I'm trying to set a daily goal and I'm getting an SQL error UPDATE `core_groups` core_groups SET `g_icon`='monthly_2018_08/member_rank.jpeg.f76d44f65f18dd0aff9e7bc32e8cdc97.jpeg',`g_promote_exclude`=true,`g_view_board`=true,`g_dohtml`=false,`g_access_offline`=false,`g_hide_online_list`=false,`g_view_displaynamehistory`=true,`g_edit_profile`=true,`g_upload_animated_photos`=true,`g_can_msg_attach`=true,`g_post_polls`=true,`g_vote_polls`=true,`g_close_polls`=false,`g_append_edit`=false,`g_avoid_flood`=false,`g_avoid_q`=false,`g_mod_preview`=false,`g_bypass_badwords`=false,`g_edit_posts`=1,`g_hide_own_posts`=0,`g_delete_own_posts`=0,`g_lock_unlock_own`=0,`g_can_report`=1,`g_links_access`=true,`ms_can_bank`=true,`ms_daily_points`=5 WHERE g_id=3 IPS\Db\Exception: Unknown column 'ms_daily_points' in 'field list' (1054) Also , is there a way to award points retroactively based on post count?
  8. Is there an easy way to move the logo/user bar on the same div as the navigation? I feel like there is a lot of dead/empty space when I add a logo image.
  9. How do I utilize this feature? I'm not seeing this. edit: nevermind I was looking at the wrong forum lol
  10. Hi, thanks for the fast response. I am guessing if I buy the application - I can use it with your themes vs the one that's built in without any issues?
  11. Hi @TAMAN, I'm using this and I'm working with the slider. I noticed that it doesn't have the option to exclude the slider on different pages. I'd like the slider only to show on the index page vs "pages" which displays it on all pages. I saw this topic - but my options look much different than this topic
  12. joshuaj

    Videobox

    Sure how do you want me to send the info?
  13. joshuaj

    Videobox

    Hey @onlyME, I checked that task and it seems to be working fine. The thumbnails aren't being pulled like before for some odd reason..
  14. joshuaj

    Videobox

    hi @onlyME thanks for the last update. The twitch streams are working now. I did notice that they aren't pulling a random thumbnail pic anymore .
  15. joshuaj

    Videobox

    @onlyME seems that patch fixed the Twitch display issue. Thanks so much!
  16. joshuaj

    Videobox

    Thanks for the fast reply. Looking forward to the update.
  17. joshuaj

    Videobox

    Hi, I have recently updated my site and videobox. The Twitch video's are no longer showing. I'm not sure why this is happening as it worked prior to the upgrade without a problem.
  18. Is it possible to set custom triggers with this? For example : I have a single thread where I hold a naming contest - if you reply to that specific thread ID - you're awarded a 50 credit bonus for a single reply vs the standard 5 credits for a topic reply
  19. HI @Fosters, hope you had a great New Years! Just stopping in to see how the image field mapping was coming along.
  20. Correct. So my questions is how do I only include it on a "per page" bases? I'd only like it to display on the home page.
  21. Hi @Ryan H., I've set up my Articles database to make a post in a specific forum. I click on the "Tags & Prefix" tab to set it up, it doesn't actually post the prefix in the forum.
  22. joshuaj

    Videobox

    Ah ok, I wasn't sure. Thanks for the info. Have you ever tried something like this? https://gist.github.com/adamjimenez/5917897 If the player is HTML5 then it seems like you can grab the first image in a frame and turn it into a thumbnail. I don't know if it's possible in your plugin though.
  23. joshuaj

    Videobox

    Sorry I added clips.twich.tv . The code I used pulls the video into the page but it doesn't generate a thumbnail.
  24. joshuaj

    Videobox

    When adding a new media source, how do you get it to auto generate a clip if the media source is using an iframe?
×
×
  • Create New...