Jump to content
  • Sign Up

Lock Down

Rising Star
  • Posts

    1,035
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by Lock Down

  1. Seems the images are working correctly now for the topics and board index I have checked. Moving the forum back to public_html seems to have fixed it. Be sure in the acp settings general uploads path and url are correct now...
  2. Because you didn't go to the bottom of the screen that explains it.... Use google to get explanations of what they are talking about...
  3. Your site loads fine now. And all the images are now showing properly. Speeding up the load time depends on if you have shared host or vps/dedi. You can start by following the suggestions from here: http://www.webpagetest.org/performance_optimization.php?test=140628_28_GZE&run=1&cached=0
  4. First right the image and choose open in new tab to see if the image exists. If it does not you need to correct the image address or move the forum icons to that location.
  5. How to fix the issue The "This site my harm your computer" label will not be removed until the webmaster of the site takes action. Below are some suggestions on ways to resolve this issue if it is happening to your site: Register and verify your site in Google’s free Webmaster Tools. Sign in to Webmaster Tools and check the Security Issues section to see details of sample URLs that may be infected. Read our resources for hacked sites for detailed information on how to fix your site. Remove the malicious content from your site. Fix the security issue that allowed your site to be infected. Otherwise, your site is likely to be reinfected. Request a review in the Security Issues section in Webmaster Tools when your entire site is clean and secure. Once we determine your site is fixed, we will remove the malware label. Well it seems that the images coming from here: /forum/imagini/sageata2.gif don't work properly. But the same image from here: /imagini/sageata2.gif work fine. Did you move your forum from the public_html folder to the forum folder??
  6. Index has very few elements to load. Forum has many images and hooks along database data to read. Could be any of those things.
  7. Ok then here it is using default code. Change this for the forums you want to use. in_array($forum_data['id'],array(22) make 22 any forum or multiple forums using a comma like 22,56
  8. So you have done nothing to it? I thought you had already added the 3 columns?
  9. Copy your boardindextemplate and paste it here in a code tag inside a SPOILER tag.
  10. Sorry if your version is ipb3.4 that hook is correct. You can go to ips website and see if a new version of that hook is released.
  11. If you want me to check it PM me an admin login and a ftp login and urls for your forum.
  12. You must have some hook that is causing it. Disable your newest hooks that have to do with topics or posts and see if it goes away.
  13. One spot that jumped out at me is this line </if> <a href="{parse url=" showforum={$__data[0]} " seotitle="{$__data[2]} " template="showforum " base="public "}" title='{$this->lang->words[' go_to_forum ']}'>{$__data[1]}</a> change to </if> <a href="{parse url="showforum={$__data[0]}" seotitle="{$__data[2]}" template="showforum" base="public "}" title='{$this->lang->words[' go_to_forum ']}'>{$__data[1]}</a>
  14. search the forum folders for these files /ips_kernel/classGraph.php /public/style_captcha/captcha_fonts/DejaVuSans.ttf If either are missing it will not show the image..
  15. I am guessing that it is in the boardindextemplate where it defines the subforums in columns. Seems it may be tacking a space at the end of the link.
  16. Try setting them to 777 and see if that works. If not set them back.
  17. When you right click the image what is the url? Does it exist? In what folder does the image belong? Is that folder 777. Maybe the tmp folder?
  18. You have to set that for each forum in the admin panel Forums > Manage Forums > (forum name) click the pencil to edit the forum and choose Postable Settings Default sort key : Topic Start Date
  19. The line is there because that is the background color of the html body css in ipb_styles.css remove it or make the ipb wrapper wider. html, body { background-color: #E6E6E6; color: #333; }
  20. Have you right clicked the image holder to check the location of missing image? If not do it then check the permissions of that folder.
  21. In acp > settings > general set minify js/css to no and see if that works.
  22. You didn't say what kind of moderator. But to add a moderator for forums just click the forums tab then there is a box to the far right of every forum. Click the forum you want to have a moderator. Then at the bottom of the screen find Name OR Group (add moderator to the checked forum) Add one member name or a group like administrator then click the button.
  23. The initdata needed to have the error_reporting editied for e_warnings due to bad hooks
×
×
  • Create New...