Jump to content
  • Sign Up

Lock Down

Rising Star
  • Posts

    1,035
  • Joined

  • Last visited

  • Days Won

    71

Everything posted by Lock Down

  1. Did you try and make the changes suggested in that ips topic? They seem very simple just adding a check if the topic is pinned.
  2. The problem is the xml is already in the skin templates. So changing the xml won't do it. What is the template that it is in and change it there.
  3. Or copy all folder files to a new folder. Copy database to a new name. Change the conf_global.php file in new folder to point to that folder.
  4. Did you change the permissions so guest can use or not use nexus? There is no member id error in the first error which could mean a guest or a bad nexus record. So check the permissions and if that is not it try to remove and reinstall nexus. Be sure it is the correct version for your IPB.
  5. That is built in IPB for a admin folder password and the backup is finished.
  6. If you want pm me an admin login. ALL finished.
  7. The one I posted shows quote for all post but the post that is immediately above your reply. So if you are the first to reply then the quote is not there. 2nd to reply quote is there for post 1 but not post 2.
  8. Use the admin panel support > SQL Management > SQL Back UpUncheck skip non essential data
  9. ok all skins are different but this works for the default and should work on most. In admin panel Look & Feel > Manage Skin Sets & Templates > Manage Templates in IP.Boardtemplate Topic View > Postfind <if test="replyButtonWarn:|:!$this->memberData['unacknowledged_warnings'] && !$this->memberData['restrict_post']"> <if test="replyButton:|:$post['post']['_canReply']">add this after the above lines <if test="$post['post']['post_count'] <= $topic['posts']">find </if> <if test="canDelete:|:$post['post']['_can_delete'] === TRUE && ! $topic['_isArchived']">add this before it </if>
  10. The easiest way would be to do it through the admin panel. In Support > SQL Management > SQL ToolboxAt bottom place this code for just the email addresses SELECT emailINTO OUTFILE '/tmp/email.log'LINES TERMINATED BY 'n'FROM members;Or this to get the name and email information SELECT name,emailINTO OUTFILE '/tmp/email.log'FIELDS TERMINATED BY ',' LINES TERMINATED BY 'n'FROM members;
  11. You didn't fix and nothing was wrong with the database. Error: 2006 - MySQL server has gone awayThat means the mysql setup is not tuned for your vps correctly. This will continue to happen intermittently until the setup is optimized for you.
  12. You somehow tried to install it but didn't complete. Use phpmyqdmin and browse the table upgrade_history and delete all rows with ip.content in it.. Then check the core_applications table and make sure there are no rows with ip.content in it. If there are delete them. Then try to install it. Be sure to backup database before deleting anything.
  13. First of all inside a spoiler it is not too big. Second this is a duplicate to another topic you posted...
  14. What do you mean clean the cache? Empty the folder cache?? I hope not. If so you will have to restore from a backup all those files.
  15. You are welcome. in userinfopane in your skin templates find something like this <div itemscope itemtype="http://schema.org/Person" class='user_details'>change to <div style="background: url(YourImageLinkHere.png) ;" itemscope itemtype="http://schema.org/Person" class='user_details'>Using sanctuary post as example.
  16. It could be a million things. But are you sure it is not the cache that has the memory? The cache will release it when it is needed. Go to your ssh and type top. Take a printscrn and upload to an image host and show it here.
  17. Use ftp and go to cache folder and find the sql_error_latest.cgi file and post the entire contents here in a code tag in a spoiler tag.
  18. Try searching for post background image. There are several options. If you want it for userinfo type background image.
  19. Order doesn't matter. But right to left is good. The clear entries is under cached content and the drop down arrows on the right. clear posts all entries.
  20. Go to cache management and at the top of screen says clear all entries. Click that then rebuild furl cache and global cache and all cache.. Click all the tabs. By the way clear does not mean delete your topics.
  21. No you do not need to add content to make it work. Just add the .htaccess in the same folder as the forum files and it will work.
  22. Ok. I knew that should work. But funny your chosen best answer is Sorry, I fixed it, turns out I forgot an </li> tag in my navbar.
×
×
  • Create New...