Jump to content
WebFlake

[ShockWave]

Explorer
  • Posts

    113
  • Joined

  • Last visited

  • Days Won

    7

Community Answers

  1. [ShockWave]'s post in How to merge forum and members statistics was marked as the answer   
    Take a look at this one. 

  2. [ShockWave]'s post in The problem was marked as the answer   
    Are you on 4.0.12? If so, a known bug is present in that version that makes it impossible to save a group's settings once they've been changed. 
    In order to get this one fixed, you would need to upload a patch that fixes the issue. Unfortunately, said patch doesn't seem to be available on IPS's community site anymore.
    Since that's the case, you're gonna want to simply upgrade to 4.0.13(.1) and just have it fixed for good. 
  3. [ShockWave]'s post in which donation plugin is used for webflake was marked as the answer   
    I believe it's this one.
    https://community.invisionpower.com/files/file/7615-donations/
     
  4. [ShockWave]'s post in Error upgrading 4.0.13 to 4.1 was marked as the answer   
    Try uninstalling all third party themes you might have installed. That's precisely what happened to me as well.
  5. [ShockWave]'s post in (IPS4) custom Forum Icons was marked as the answer   
    There's now a setting for that in each forum's edit dialog. From within your ACP, all you have to do is find the forum whose icon you wish to change, and click "Edit". An option labeled "Forum icon" is somewhere in the page that loads up next. 
  6. [ShockWave]'s post in Sorry, you don't have permission for "EVERYTHING" was marked as the answer   
    Have you tried restarting your webserver and cleaning your board's cache through Support -> Something isn't working properly? 
  7. [ShockWave]'s post in Subway Theme - Changing default color was marked as the answer   
    The answer provided in this one could very likely be it:

     
  8. [ShockWave]'s post in background Body color was marked as the answer   
    { Head over to your Admin CP - Customization - Themes - (Your preferred theme) - Manage HTML and CSS - CSS (Second tab) - custom.css }. Add the following to it.

    body {
        background-color: yourcolor;
    } [/code] 
  9. [ShockWave]'s post in How to change background of master theme was marked as the answer   
    Here you go. 
    body {     background-image:url("img_tree.png");     background-repeat: no-repeat; } Give that a try. Upload the image you wish to use to an image service site such as imgur.com, and replace the img_tree.png bit with the address link you get once the image's been uploaded. You can just add that code to your custom.css file, located at your ACP > Customisation > Themes > Edit HTML & CSS > CSS Tab > custom.css. 
    I'd give you the exact fragment of code I used to use on my board, but I can't access it right now. Nevertheless, that should work. 
  10. [ShockWave]'s post in [URGENT]Error 500 was marked as the answer   
    Check the file and line highlighted for any database errors / false data. I do believe this is due to it. Check it out through your cPanel. Last time this happened to me was after having completely deleted my database. (Don't ask..) 
  11. [ShockWave]'s post in Profile BG was marked as the answer   
    Head over to ipb_styles.css, and look for something like the following:

    You can now try messing with the background value.
  12. [ShockWave]'s post in Images and fa fa- codes are missing was marked as the answer   
    Try enabling 'Designer's Mode' under the 'Themes' tab in your ACP, and then disable it, while keeping the 'Synchronize Changes' option enabled.

  13. [ShockWave]'s post in Staff Directory Page was marked as the answer   
    Ah, you did mention you are talking about IPB 3.x. I have to learn to read them tags! This is indeed for IPB 4.x, as I got confused by the example websites you provided, which are using that. Let me look around and see what I can find on IPB 3.
    Update: There does not appear to be anything like this for IPB 3.x, besides the all-time classic 'Moderating Team' area, to which we're all used. The following screenshot pretty much confirms so.

     
×
×
  • Create New...