Jump to content

Voldri

Frost
  • Posts

    25
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by Voldri

  1. You can change your URL (if you're using nulled,) in the conf_global.php file in your forum directory folder, usually wherever you uploaded the files at. Otherwise if its a cloud package with IPB, you have to contact their support or use one of your free domain changes.
  2. Pretty sure it's done through a plugin (or application) called Category Tabs. As far as I can tell, the plugin/application may have been discontinued because I can no longer find it on the IPB marketplace..
  3. Just curious; what exactly are you needing worked on? I'd hate to contact you on discord for something I may not be able to do. Just wanting to know any specifics. (I know have a 'what you will work on' but it's very generalized so I'm just curious on what exactly needs done)
  4. For the data-category, I'd say meddle around with the divs you're using. Otherwise you can define the forum by an nth-child so something like /*Changing the first forum row, you can change the value 1 to whichever order the forum row you're wanting to change is*/ .lkAreaCategory.cForumRow:nth-child(1) { box-shadow: 0px 0px 13px 1px rgba(194,148,50,1); } Other than that ^ again just look at the divs you're looking to change. If you need further help, mention me on the WebFlake discord.
  5. Unless you know PHTML syntax (to properly setup an if statement where if !\IPS\Member::loggedIn() {means if user is not logged in} - redirect to a defined location, php uses header ('location: redirect.php')) then you're pretty much out of luck there. PHTML is the language used by IPS to create the templates of the themes.
  6. Did you define the group as an ID in the group formatting? It would be something like <div id="Administrator"></div> In your group
  7. Could you elaborate on what you mean? Are you wanting to add a separator above the signature area to differentiate the signature from the post?
  8. Hey Sarah if you're still having trouble with this, I can maybe have you screenshare on Discord to figure out what your problem is? My discord is Voldri#5786
  9. Could you leave your forum's link or PM me it by any chance? Chances are there's code blocking it.
  10. Really only one way to achieve this. Go into the theme's html templates from the customization area in the ACP, search for ipsDataItem_meta ipsContained_container ipsMessageRow it'll be in the messagelistRow <div class='ipsDataItem_meta ipsContained_container ipsMessageRow' data-ipsTruncate data-ipsTruncate-type="remove" data-ipsTruncate-size="1 lines"> {{if $row['last_message']}}<span class='ipsType_break ipsContained'>{$row['last_message']->truncated( TRUE )|raw}</span>{{endif}} </div> Delete the whole if/endif statement, save. Voila.
  11. You'd probably need to make a php function and count() the days between checkin and checkout.
  12. Try removing the widget with the sidebar manager, adding it back in. If that doesn't work, I'd suggest getting a plugin like group color on links/group color format to assist with it.
  13. Perhaps try running the support tool in the ACP > somethings not right
  14. It sounds like you're wanting to create your own navigation bar? Could you clarify if this is in fact what you're wanting.
  15. #acpPageHeader.cDashboardHeader { display: none; } Should remove it. If you want to change it, probably just go into the default theme edit html/css in the customization area and look for cDashboardHeader acpPageHeader_flex (in the html templates) And just change the code after the <h1 class="ipsType_pageTitle">
  16. You'll probably need to go into the plugin itself and search for that particular text area and remove it. It would be as easy as right clicking the plugin file and 'editing' it I would assume.
  17. You should be able to do this in the custom fields on the ACP Make the field type a number for amount of nights and the checkin/checkout field a 'date' It would be in the commerce area in the ACP
  18. I'd suggest turning on friendly URL's from your Search Engine Optimization area in your Admin CP, it'll have you place an htaccess in the admin folder I believe (don't forget to rename the file to .htaccess once its in the folder,) and then save. Perhaps this should work? Otherwise run the support tool in your ACP and see if there's any issues that the CP detects.
  19. If you're a moderator of the forum, on the left hand side of the forum there's a arrow that looks like this Click it and then click the forums dropdown and drag the "post feed" and "topic feed" to your sidebar on the left or right.
  20. Moderators, before you read, you'll probably need to move this to a guide section or resource section. I couldn't find one so I figured I'd just post it here and let you guys do your job. Thanks in advance. Hello! Have you uploaded files to your webhost and attempted to install 4.4 and it just gave you an HTTP 500 error? Chances are you have the wrong PHP Version and/or unset extensions. Below is the proper way to fix your issue. Do you have this button? Answer [1]: Yes? Great! Then you can now begin your fix by yourself! Resolution: Make sure your PHP Version is set on 7.2 and ENSURE the extension called "mbstring" is ON. If it is and it's still not working, feel free to copy the extension list below. (CLICK IMAGE TO ENLARGE) Answer [2]: No, I do not have access to Select PHP Version. Resolution: Contact your web host support and kindly ask them to change your PHP Version to 7.2 and have them manually turn on "mbstring." If you're still having an issue with your site, give them this screenshot of the above extensions and have them turn on any that are not ticked. https://gyazo.com/82a838567a9c044c49510243982bb0b1.png Hope this helps! Enjoy!
  21. Could you explain what exactly is being changed? Sometimes you might be changing more than one area by adding other sections so for example .ipsAuthorPane, .ipsSectionHeader { color: black; } Putting both of them this way would make whatever text is in these areas, black. You might just be accidentally making a change to that area.
  22. Welcome to the forums, Sonny :) Glad to have you apart of WebFlake and hope you enjoy your stay
  23. Hello guys! I am Diac or you can call me Damon. I am an IPS and Xenforo forum developer and will be hopefully contributing to this forums with some of my past work with themes and experiences. Pleasure to meet everyone!
×
×
  • Create New...