Jump to content

Courage

Enthusiast
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Courage

  1. Hi webflakers. I have my forum on domain.com/forum and a simple index.html page on domain.com How can I add to index.html the forum stats? (total members , posts, etc) In other words, I would like to show stuff from globalTemplate or boardIndexTemplate on another page.
  2. http://webflake.sx/files/file/1523-custom-moderator-team-page/
  3. What should google find? Everything is hidden from guests.
  4. AdminCP > Look and Feel > your skin > Global Templates > userInfoPane Change <li class='group_title'> {$author['_group_formatted']} </li> to <!-- <li class='group_title'> {$author['_group_formatted']} </li> -->
  5. Reputation: <span style='border-radius:3px;padding:0 5px;color:white;float:right;text-shadow:rgba(0,0,0,0.2) 0px -1px 0px;background:#8db13e url('{style_images_url}/highlight_faint.png') repeat-x 0 1px;'>{parse format_number="$author['pp_reputation_points']"}</span>
  6. Download IPB 3.4.x, any version, retail or nulled and upload those images back.
  7. 1. Do you want to disable warn system? Or to protect some groups? 2. I don't know exactly where is the reputation positined after installing Show reputation in user info hook, but you can add manually by editing user info pane and inserting this code where you want: Reputation: {parse format_number="$author['pp_reputation_points']"} and editing it with CSS if you want.
  8. Try this: http://webflake.sx/topic/1711-fix-call-to-a-member-function-xxx-on-a-non-object-in-when-adding-a-new-application/
  9. Are you sure? That skin is perfect compatible with 3.4. What IPB version do you have?
  10. You have IP.Board 3.4 and that skin is only for 3.3 . That's why the editor doesn't appear
  11. AdminCP > System Settings > Recount & Rebuild Rebuild the forums and topics.
  12. I think IPS is the only one one who can certainly check your license.
  13. Try to disable the Group color on user link hook (dezactiveaza chestia aia de iti baga user colorat si vezi daca iti mai apare eroarea)
  14. Change the favicon.ico image from the forum directory.
  15. Hi webflakers; how cand I add a custom banner after 5th post in topic view?
  16. Hi, AdminCP > System Settings > Members tab > User Profiles > Show users full photo in topic view; maximum width
  17. Courage

    Hello

    Welcome to WebFlake
  18. AdminCP > System Settings > Search Engine Optimization > Friendly URL Features Set YES to Redirect to new friendly URL format and Redirect to new friendly URL format Now create a file called .htaccess with the following contents: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} .*.(jpeg|jpg|gif|png)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteRule . /public/404.php [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> and insert it in the forum path.
×
×
  • Create New...