Jump to content
  • Sign Up

Cookie Monster

Moderator
  • Posts

    1,420
  • Joined

  • Last visited

  • Days Won

    76

Everything posted by Cookie Monster

  1. Thats' what she said. Currently I'm the winner
  2. Should be able to add this to your CKeditor. http://ckeditor.com/addon/ckeditor-alert-messages Most of those editors is asking to get bought
  3. For more info on the responsive ads you can do google has some good info here
  4. I think you can use responsive ads check the adsense page. I did that on my test page and works on mobile and normal desktop
  5. As I said its an EXAMPLE¨. It shows the same thing but the folders are different. So to use this example and explain Start your FTP Client Connect to your server (where you upload your folders) Find the folder uploads Right click the folder Select Permissions or CHMOD (This is dependent on your FTP Client) Select 777 in the box or check all boxes to make it writeable
  6. Sorry for using wordpress as an example but this shows what @Stake™ means. Except for the folder and not what it shows in this guide. Please use this guide as a visual example and not the answer
  7. As answered in PM. You will need to check in the theme settings AdminCP > Customization > Themes > Animate > Edit Or this has to be changed in the html Applied this for user solutions for others that might be asking. AdminCP > Customization > Themes > Animate > Edit HTML / CSS > index > forumRow Find {{if $forum->description}} <div class="ipsDataItem_meta ipsType_richText">{$forum->description|raw}</div> {{endif}} Move this code to where you want it, in this case find <a href="{$forum->url()->setQueryString( 'passForm', '1' )}" data-ipsDialog data-ipsDialog-size='narrow' data-ipsDialog-title='{lang="forum_requires_password"}'>{$forum->_title}</a> {{else}} <a href="{$forum->url()}">{$forum->_title}</a> {{endif}} And move the first code below after {{endif}} For the avatar thing it can be found here
  8. This one is outdated and is not compatiable with 4.1.x (I used it but it breaks everything) First one you linked i have no problem with working
  9. What chatbox are you using ? Application / Plugin etc Also you will need to possible link your board to check the CSS or code :)
  10. Those that likes cut and paste. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" type="text/javascript"></script> <script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
  11. What @Robin86 said is the theme. The logo is this one Would presume its made in photoshop, and as far as I can see its CSS to make it looks standing over it the navigation bar
  12. First of all welcome to the forums! Could you link your website please so we can inspect the CSS please Edit: User gave website in PM solution. . branding { width: 95%; margin: 0 auto; }
  13. Should be in settings (Click on your icon / name top > Account Settings > Signature>
  14. I want cookies! Feed me cookies! :cat:

  15. -Edited- AdminCP > Members > Moderators > Edit the group / user Make sure you click "Uncheck all" This will give you posibility for adding manual permissions
  16. Try see if you can add only a user on the same level does it give you the options then ?
  17. AdminCP > Members > Moderators > Edit (Pencil on group or user) This should give you something like this
  18. So two steps. Create a moderator / Moderator group AdminCP > Members > Moderators Here you can add your moderators either as a group (any usergroup) or as a single person Once added you can edit their permissions. Under the setting "Forum" you can add the forums they are allowed to moderate. If all is selected person / group is a global moderator. You can also set permissions for warnings, locking topics etc. Hope this helps :)
  19. Also make sure you check your .htaccess file that its not set to redirect the wrong way. Technically you can try replace your .htaccess file with this code and see if it works (should be pretty standard) <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase /forums/ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule \.(js|css|jpeg|jpg|gif|png|ico)(\?|$) /forums/404error.php [L,NC] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /forums/index.php [L] </IfModule> This is based that the forum is in yourdomain.com/forums If its not please edit the /forums/404error.php to correct path. (this is just a 404 error page I have, so if you dont have it remove the line.
  20. Welcome to Webflake! Make sure you read the Community Guidelines and enjoy your stay!
×
×
  • Create New...