Jump to content

Leaderboard

  1. Tony

    Tony

    Administrator


    • Points

      1

    • Posts

      5,256


  2. Phun

    Phun

    Retired Staff


    • Points

      1

    • Posts

      1,119


  3. titcrunch

    titcrunch

    Community Regular


    • Points

      1

    • Posts

      736


Popular Content

Showing content with the highest reputation on 08/06/2020 in all areas

  1. Now and going forward, WebFlake.SX will publicly disclose any and all personally identifiable information belonging to users that attempt to defraud any member of this community, including the community itself. This includes Marketplace interactions and donation chargebacks. This will be a running list with a new post for each new user. We are not advocating for the use of this information in any illegal manner but rather providing our community with reasonable protection from potentially harmful interactions with users that have been banned from this community for fraudulent activity.
    1 point
  2. FontAwesome Forum Icons So this is to get the forum icons like we currently have. You need at least some css & html knowledge and be able to use google/firefox's developer tools. Getting your Forum IDs For this to work at all you need to know the forum ID's you want to change. You can find these by right clicking them and checking the data-forumid attribute: You can also see the forum ID if you edit the forum in the admin cp, at the end of the url: Adding some template code Go to the theme and open up the following template: forums > front > index > forumRow At the end of every instance of a span with the class ipsItemStatus: <span class='ipsItemStatus You will need to add this little bit of code before the closing ">". data-forumID="{$forum->_id}" On the default themes that's line 12, 16, 20 and 28. It will look something like this: Adding the CSS This is where you'll need your forum ID numbers. This is also how i implemented them into the WebFlake CSS. Open your custom.css and add the following code: /* ========================================================================== FORUM ICONS ========================================================================== */ /*== [Category Name] ==*/ span.ipsItemStatus.ipsItemStatus_large[data-forumid='1'] > i:before{ content: "\f015" } span.ipsItemStatus.ipsItemStatus_large[data-forumid='2'] > i:before{ content: "\f059" } span.ipsItemStatus.ipsItemStatus_large[data-forumid='3'] > i:before{ content: "\f188" } span.ipsItemStatus.ipsItemStatus_large[data-forumid='4'] > i:before{ content: "\f0f4" } span.ipsItemStatus.ipsItemStatus_large[data-forumid='5'] > i:before{ content: "\f135" } span.ipsItemStatus.ipsItemStatus_large[data-forumid='6'] > i:before{ content: "\f007" } Remember the forum IDs from earlier? You'll need to change the numbers here with your own forum IDs. You can copy/paste these lines for every forum you have, the reason i add the category names as comments is because in the future if stuff changes i won't lose track of which category is which. Change the "\f015" part with whatever FontAwesome icon you want. Go to http://fontawesome.io/icons/ and click the icon you want for your forum, for example "home". Copy the "unicode" part and replace it in your css. Keep the "\" backslash in there. If you have forum icons set as images currently, you will need to remove them. And that's it, you will now have customizable forum icons for your forums.
    1 point
  3. i have understand at the start but i don't understand why you need this ... just create your forum in "domaine.com" and make your page in default and after you have your forum in "domaine.com/forum" is exactly the same thing of "forum.domaine.com" but is mutch better for SEO .... or you can install your forum in "forum.domaine.com" let him in default create you page in page "forum.domaine.com/nameofyourpage/" and make a redirect of your main domaine in this link ....
    1 point
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...