Jump to content

Leaderboard

  1. -Cookie-

    -Cookie-

    Community Regular


    • Points

      1

    • Posts

      771


  2. Yuu

    Yuu

    Snow


    • Points

      1

    • Posts

      422


  3. Tony

    Tony

    Administrator


    • Points

      5,207

    • Posts

      5,256


Popular Content

Showing content with the highest reputation on 10/25/2014 in all areas

  1. I agree. I installed it on my test board but I'm constantly getting errors, time outs, etc.. Gonna wait til another version of it is released to mess with it and get into it.
    1 point
  2. Just what Phun explained but the tutorial, ACP > System Settings > Search Engine Optimization, Find Friendly URL Features and change your settings to these ones, , then add a file in your root FTP and call it .htaccess, once created the file add the following into that file <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteRule .(jpeg|jpg|gif|png)$ /public/404.php [NC,L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>
    1 point
  3. Nothing much really.. lol. It's just something used to have a cleaner conversation in the shoutbox. Example situation:
    1 point
  4. It's entirely necessary for users who haven't upgraded their Shoutbox app, or for those who continue to use IPB 3.3.4 (a version the latest copy of IP.Shoutbox is not compatible with).
    -1 points
  5. Originally made by me, Sanctuary, for ForumCore. Here's what the @ symbol looks like currently Here's what you can make it look like: How To (SYMBOL COLOR): 1) Go to the ACP > Look and Feel > Look and Feel > Manage Skin Sets & Templates. 2) Click on the skin you're using and click on skin_shoutbox > shout_row and find the following code: <a href="#" class="at_member" data-store="[member={$d['member_id']}]" title="{$this->lang->words['insert_name']}"></a>&nbsp; 3) Replace it with this code: <a href="#" class="at_member" data-store="{$d['members_display_name']}" title="{$this->lang->words['insert_name']}"><span style="color:black">@</span></a>&nbsp;and change the color:black part to whatever color you want The part you would change in the code would be: <span style="color:black"> e.g. Green @ symbol, you would type in <span style="color: green"> Red would be <span style="color: red"> Etc., etc. 4)Save and enjoy. This also works if you know the number for the #000000 you want to use (e.g. #fff000 is yellow, so instead of typing 'yellow' you could type in that) Here's what the @ symbol looks like currently: Here's what you can make it look like: How to (SYMBOL IMAGE): 1) Go to the ACP > Look and Feel > Look and Feel > Manage Skin Sets & Templates. 2) Click on the skin you're using and click on skin_shoutbox > shout_row and find the following code: <a href="#" class="at_member" data-store="[member={$d['member_id']}]" title="{$this->lang->words['insert_name']}"></a>&nbsp; 3) Replace it with this code: <a href="#" class="at_member" data-store="{$d['members_display_name']}" title="{$this->lang->words['insert_name']}"><img src="{IMAGE LINK HERE}"</a>&nbsp;And add your own image link. 4) Save and enjoy.
    -1 points
This leaderboard is set to New York/GMT-05:00
×
×
  • Create New...