Jump to content
WebFlake

Faraonii

Apprentice
  • Posts

    40
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. Faraonii's post in Fresh install was marked as the answer   
    Solved it , actually I am using apache + nginx and it seems that nginx uses different type of htaccess content , so I just converted apache htaccess to nginx htaccess and now it's working.
  2. Faraonii's post in Problem with Plugins was marked as the answer   
    Update your board to 4.1.19.4
  3. Faraonii's post in Members statistics and Forum statistics was marked as the answer   
    Search before ask.
     
  4. Faraonii's post in How to add a Icon in front was marked as the answer   
    You can use fontawesome icons but there is no teamspeak icon .
    To use fontawesome icons just go to their site http://fontawesome.io/icons/ (i hope this will not be considered as ad) chose a icon do you want . Example this one : http://fontawesome.io/icon/adjust/ down there you have html code 
    <i class="fa fa-adjust" aria-hidden="true"> Go to your board in Admin CP , edit a group do you want to put the icon and then at Group Formatting put this one
    <i class="fa fa-adjust" aria-hidden="true"> And at Group Name put 
    </i> And then you have icons , I recommend to put at Group Formatting after the code a space or at Group Name in front of the code.
  5. Faraonii's post in How to disable these php functions was marked as the answer   
    In php.ini find disable_functions and set new list as follows:
    disable_functions =exec,system,pcntl_exec,popen,proc_open,shell_exec And disable this two also : 
    allow_url_fopen=Off allow_url_include=Off Just for security reasons.
    After you do that restart httpd.
    service httpd restart Or if you are using Debian/Ubuntu use:
    service apache2 restart  
  6. Faraonii's post in suggestion forum? was marked as the answer   
    Try this : 
    Or this one : 
     
    And use search before creating a question , you can easily find useful informations here  
  7. Faraonii's post in Permissions or plugin? was marked as the answer   
    Oh , you can close this post , I already solved it.
  8. Faraonii's post in Poll results won't display after voting was marked as the answer   
    Update to 4.1.19.2 , I had the same issue and after this update now it's working.
  9. Faraonii's post in BASE TEXT COLOR was marked as the answer   
    Go to Customization > Edit HTML & CSS (your theme) > Go to CSS tab and search for  .ipsType_richText find the line  color  and change it from #999 to black or #000.
    And that should resolve your problem .
    By the way , I'm romanian too
    If you need more help , you can PM me.
  10. Faraonii's post in Facebook login issue! help!! was marked as the answer   
    I used to have the same problem and I solved it by reinstalling the board again. 
    What you will have to do , is to create another folder , put a fresh copy of ip board , install it , and then edit your config_global with the database from your current board.
    Then you will have to upload in ftp , uploads folder with avatars , etc etc
    And then you will have to reinstall all apps and plugins you have.
    You will not loose any content or members
  11. Faraonii's post in IP Board no skin! just text was marked as the answer   
    It looks like a theme problem.
    Try installing another theme.
×
×
  • Create New...