Jump to content

GradientWizzard

Senior Moderator
  • Posts

    454
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by GradientWizzard

  1. To be honest, I don't think there is much you can actually do with this problem. IPS simply removed the whole feature to try and make it automatic... that failed. I think the only way is going to be third party add-on, unless cookie has an idea in mind.
  2. Due to our team having to ask for a link to your forum board to help you sort this issue out. Themes are different so we need to look further into the source code and our team was simply asking for a link directly to your forum and not your Admin CP
  3. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  4. Put the code under {template="breadcrumb" app="core" group="global" params="'top'"}
  5. Title: <h3 class="ipsType_reset ipsWidget_title">Custom Block</h3> Content: <div class="ipsType_center ipsType_light ipsPad_half">Custom block</div> -_-
  6. Edit HTML & CSS and in the global template find: <main id='ipsLayout_body' class='ipsLayout_container'> <div id='ipsLayout_contentArea'> <div id='ipsLayout_contentWrapper'> Add your custom block code here. Tried and tested with this code: <div class="ipsWidget ipsWidget_vertical ipsBox"> <h3 class="ipsType_reset ipsWidget_title">Custom Block</h3> <div class="ipsWidget_inner"> <ul class="ipsDataList"> </ul> <div class="ipsType_center ipsType_light ipsPad_half">Custom block</div> </div></div>
  7. Gingerbread men are fun, you need to be faster!
  8. @John Dont forget us, pop in on discord and say hello!
  9. html { background: url(images/bg.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
  10. Version 1.0.11

    261 downloads

    This plugin extends (BIM) Chatbox by creating a new chat when a new topic/item or comment/review is posted. You can configure which user groups can use it and in which forums/categories/nodes. Extra feature soon: add minimal post count to write in chat done (1.0.11) automated messages / Bot (based on content / author of last message) Automation Rules integration (very useful to send custom automated message) 2 template options (default, minimal), minimal is like for new registration on activity stream done (1.0.11) Note: I am available to suggestions for improvements. Demo Requirements What's New in Version 1.0.11 See changelog Released Sunday at 08:02 PM 1.0.7 notification of registrations now work also from Login Handlers reviews/comments notification restored improved item notification topic notification fixed (statuses link solved) added a link into AdminCP module of bimchatbox (Chatbox > Settings) to quick edit Chatbox Extenders configurations 1.0.8 fix on settings "Something went wrong. please try again" (here) 1.0.9 notification for new comment/review now show title of item (not "Link") 1.0.10 fix, avoid notification when item is moved and leave link option is checked 1.0.11 Condensed template option, one line for each results (only for new chats) Minimum posts for chat (This only cover user submitted chat, not the notification) With thanks from @KeRRR
  11. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  12. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  13. You can either re-direct your site to /forum if you add a .htaccess # This allows you to redirect your entire website to any other domain Redirect 301 / http://example.com/forums or if you want to add a index.php <META HTTP-EQUIV="refresh" CONTENT="0; URL=http://www.example.com/forum">
  14. Create the folder forums, put your forum in there, change the config_global.php file
  15. So, I've currently just tested the staff online 2.1.4 plugin, seems to have no problems what so ever, this is the one i've used:
  16. You could always do something like this <!--Replace X with the Group ID For 1 Colour Background--> {{if member.inGroup('x')}} <div id="postbackground">post code</div> <!--Replace X with the second group ID For a different Colour Background--> {{elseif member.ingroup('x')}} <div id="postbackground">post code</div> {{else}} <!--make a standard div to display to members--> <div id="postbackground">Post code</div> {{endif}}
  17. Version 1.0.1

    191 downloads

    About This FileHide Your Private Forums Behind A Transparent Box.You Must Change The Forum Permissions So The Group Can See The Forum But Not View The TopicsFeaturesSelect What Forum To HideSelect Up To 5 Forums To HideChoose What Usergroups To Hide The Forums FromLight Theme Or A Transparent One For Dark ThemesEnter Your Own Custom Text
  18. The question(s) in this support topic have been answered and the topic author has resolved their issue. This topic is now closed. If you have other questions, please open a new topic.
  19. Unfortuently not I'm afraid, hence why its always wise to backup stuff before doing this
  20. Truth be told, you can't downgrade your board. You should of made a backup before actually upgrading it, you should of thought about it when upgrading to IPB 4.2 BETA as it will have loads of problems with it,
  21. Please don't PM me asking me to look at your support topic. I will look at it when I can. Messaging me constantly will result in a PM Block.

×
×
  • Create New...