Jump to content

Hitori Bocchi

Members
  • Posts

    213
  • Joined

Reputation Activity

  1. Like
    Hitori Bocchi reacted to SJ77 in Fragmented content for images posted in forums vs gallery   
    Image board owners face a major struggle between forums for images and Gallery. They are disconnected.
    For those of us that run image boards IP4.x has some issues I've been thinking over. There is some disconnected logic regarding images. I have boards for posting images but I also want to use gallery. I am going to end up with fragmented content all over the place and no easy way to find content from a specific user.
    It's difficult to view IMAGE attachments per user in profile. You can see "posts" or "topics" but not attachments.  If we have boards that are set up for posting images AND Gallery installed there is a logical disconnect.  We end up with some images in the forums and other images in the gallery but no way at all to tie the two together.  (see screen shot, this user has posted MANY images to the forums but under images there isn't anything posted.)  
    Recommendation: An option to allow images posted in the forums to automatically be considered part of gallery and be view-able in both places. Forms feeding gallery would avoid any fragmentation or disconnects. Also a place in profile to view "attachments"
     
    Note: VB5 actually works by integrating user "image" content in forums or gallery into one single thing. It's one of the few things I really like about VB5. No more fragmentation or struggle between images posted in forums verses gallery

  2. Like
    Hitori Bocchi reacted to Woodsman in Upgrade from IP. 3.4.x to IPS4.0 (updated)   
    Upgrade from IP. 3.4.x to IPS4.0
    I am bringing this back again seeing there are still many that want to know how to upgrade.
    This is an updated version from my original post where the upgrade is explained from start to finish.
    So you think you are ready to take the plunge and try a test install / upgrade from your current IP Board to the current IPS4.0 beta and later to the final release. Well we will see.
    {Comment} The following steps are with the assumption you have already created a test install of your current board and made all the preparations leaving your current live board intact.
    If Not then see the following article. Creating a Duplicate Local Test board from you Live Board. at the bottom of this article.
    Step One.

    1st, Download and run Get Ready For IPS 4.0 1.0.3 to test your current install to see if it is in fact ready. you can get your copy here. http://community.invisionpower.com/files/file/7046-get-ready-for-ips-40/
    OK! all is green and good to go then skip the next step and continue on.
    But you are showing errors that need to be fixed. OK it's not the end of the world so there is no need to find a cliff or skyscraper to jump from. Download and run IPS UTF8 Database Converter 1.1.13 you can get it here. http://community.invisionpower.com/files/file/6823-ips-utf8-database-converter/
    Run the converter and let it do its thing, it will take a while. When this is finished re run Get Ready For IPS 4.0 1.0.3 to make sure all previous errors are fixed. If so we can go forward if not now you can find that cliff or skyscraper. NO Just Kidding!!! But you may want contact support with any errors.

    Step Two.

    1st, Make a backup of your Database call it whatever you like as long as you know where to go if the need comes up.

    2nd, Here is a trick I use on my local due to a few corrupt downloads that failed causing me to start a test installs from scratch.

    1, Create a _347 folder in your root directory and move all your files into it. Another backup you say? Yep! To go along with the above database backup should something go south on you.

    2, Providing you have IP.Downloads copy these files back to your Forum Root Directory from the _347folder.
    Copy the following folders, downloads, public, screenshots and uploads along with your conf_global.php file. Otherwise only public, uploads and conf_ global.php will due.

    3, Copy all the files from the IPS4.0 zip file you downloaded from your clients center to your new test install directory. From your browser go to your test install site http://example.com/admin/upgrade/ and begin the upgrade process.......... Go to Site!
    If the upgrader asks for your license key, add it but remember to use -TESTINSTALL immediately after the license key. 1234567890-12345-123-12345-1234567890-TESTINSTALL
     
     Creating a Duplicate Local Test board from you Live Board.
    Setting up a test board for upgrade is fairly easy but time consuming.
    In this section of this Tutorial is a guide for those that have never attempted to create a backup test site of the original live site for upgrade compatibility or other testing purposes.
    For those of you creating a local test server on your own computer using server software like Wamp, Xampp or Mamp. Follow these easy steps.
    Make a duplicate copy of your forum site by downloading it via FTP Forum Root to a location on your PC. Now log into your cpanel, PhpMyAdmin and Export the compete associated database.
    In this example we will be using the Wamp environment.
    Copy your forum site files into your Wamp - www directory example (C:\wamp\www\test-forum) Go into Wamp via your browser PhpMyAdmin, create a new database and Import the newly saved database into it.
    In your forum directory C:\wamp\www\test-forum find  your conf_global.php.
    In your conf_global.php settings you need to change these settings.
    $INFO['sql_database'] = 'original';   to
    $INFO['sql_database'] = 'new_db_name';   and
    $INFO['board_url'] = 'http://example.com/forum';   to
    $INFO['board_url'] = 'http://example.com/test-forum';
    And the same with the sql user if needed.
    $INFO['sql_user']       = 'tester';
    Now go to the ACP System Settings - General Configuration make all pertinent changes to Path to 'upload' directory and Upload URL. You can find the hint to these new URL's below the text boxes for example:  "IP.Board has detected your uploads path as: D:/wamp/www/test-forum/uploads"  and  IP.Board has detected your uploads url as:
    These changes will also need to be made in IP.Blog Settings and IP.Gallery if you have them.
    Go to System - Server Environment - Settings: Server Environment click on Update Settings. This will Sync your new server location settings in your new database.
    Next go to Look & Feel - Disable or remove all 3rd party skins.
    Go to Template Tools in the left side panel  check all boxes under - Rebuild Master Skin Data click the Rebuild button. When this is finished click Recache Skin Sets after. 
    Go back to System and Cache Management. Click on Rebuild Global Chaches Cache, Rebuild FURL Cache and then Recache ALL. Though some will say this is not necessary but trust me on this. Your IPS 4 upgrade will love you for doing these.
    Next back under System - Manage Applications & Modules - Disable all 3rd party Apps then click Recache Apps & Modules.
     Next step Manage Hooks - Disable all 3rd party hooks then click Reimport Application Hooks...
    Now lastly before doing the actual upgrade go back to your testboard front end via your browser and test to see if all is working correctly. Making sure it is an exact mirror to your live board. 
    ***NOTE***
    As you make these changes in the ACP and save each they are also saved in the new Database.
     
    (After creating a 3.4.7 test install and all is working....)
    ​Create a _347 backup folder move all the existing files into it. Thus creating a complete backup of the board you are working with. Do the same with your database by backing it up to another name like "new347-backup". You can do this in PhpMyAdmin.
     If you have IP.Downloads, you will want to copy (duplicate) the following folders from your _347 backup directory you just made back to your forum root. downloads, public, screenshots, uploads and conf_global.php.
     If you do not have IP.Downloads than all you need to copy back to the root is your public and uploads folders with the conf_global.php.
     So if your new forum root directory for the test upgrade is named "my-testboard" or "my-testboard.com" the above files need to be copied there.
    After this has been completed copy your latest IPS4 beta files you downloaded from the client center to the forum root "my-testboard" or "my-testboard.com" with the other files you just put  there. Start the upgrade if it asks for your license key, add it but remember to use -TESTINSTALL immediately after the license key. 1234567890-12345-123-12345-1234567890-TESTINSTALL.
  3. Like
    Hitori Bocchi reacted to AbhiT in Option to show posts in reverse chronological order (latest at the top) in a discussion forum   
    Currently all the posts in a discussion topic is shown in chronological order (latest post at the end). Should have an option to show posts in reverse chronological order too, where the latest post comes at the top, below the title. This is important since some discussions, the latest information matter more and then this would be logical and intuitive. For example, if the topic is discussion of some live event development, the latest update is most relevant rather than the first reply after topic was started. This feature was present in version 3.X. Please consider adding this in 4.X since extremely important for us.
    Please contribute if anyone else also finds this relevant so the IPS team can consider taking it as a task in an upcoming update. If someone has a quick fix to achieve this, that will be helpful too for now. Thanks!
×
×
  • Create New...