Jump to content

Veilon

Members
  • Posts

    463
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Veilon

  1. 1 hour ago, Paul E. said:

    I assume you're talking about making sure that URLs in your Xenforo install will end up redirecting to the correct place in IPS. For example, https://example.com/community/threads/how-to-remap-conversion-ids-xenforo-2-to-ips-transfer.123456/. In this case, XF thread ID 123456 will redirect to wherever the thread ended up after your conversion. It might be something completely different like example.com/forums/topic/345678-how-to-remap-conversion-ids-xenforo-2-to-ips-transfer/.

    This is handled by the conversion scripts that will be a part of your install, even after the conversion is complete. The logic is hardcoded and not handled by the furl system. See /applications/convert/sources/Software/Forums/Xenforo.php and look for the checkRedirects() method to see how forum URLs are handled. There are similar methods in core for things like member profiles, etc.

    IPS will see the URL pattern that matches Xenforo and automatically redirect to wherever the content ended up post conversion. IDs will likely be different for everything, but as you found in those tables, a one-to-one conversion is stored to do the translations.

     

    1 hour ago, Paul E. said:

    checkRedirects()

    This function starts the Converter app ?

  2. 1 hour ago, Paul E. said:

    I assume you're talking about making sure that URLs in your Xenforo install will end up redirecting to the correct place in IPS. For example, https://example.com/community/threads/how-to-remap-conversion-ids-xenforo-2-to-ips-transfer.123456/. In this case, XF thread ID 123456 will redirect to wherever the thread ended up after your conversion. It might be something completely different like example.com/forums/topic/345678-how-to-remap-conversion-ids-xenforo-2-to-ips-transfer/.

    This is handled by the conversion scripts that will be a part of your install, even after the conversion is complete. The logic is hardcoded and not handled by the furl system. See /applications/convert/sources/Software/Forums/Xenforo.php and look for the checkRedirects() method to see how forum URLs are handled. There are similar methods in core for things like member profiles, etc.

    IPS will see the URL pattern that matches Xenforo and automatically redirect to wherever the content ended up post conversion. IDs will likely be different for everything, but as you found in those tables, a one-to-one conversion is stored to do the translations.

    What's the reason id substitution might not work ?)

  3. 14 minutes ago, Paul E. said:

    This should work magically. You need to make sure that you select the converters when downloading the IPS files (assuming you're self-hosted). If you follow a link from your Xenforo install, the URL should be automatically rewritten to the correct path in IPS. It will likely have a different ID associated.

    No additional scripts are needed, assuming you are installing IPS in the same location as Xenforo. If you've changed the path, you may need to rewrite your URLs and pass them to IPS with the old path.

    So ID's should automatically remaps at the conversion stage ?

    At the moment, the same sections on IPS and Xenforo have different itвs (For example: Example theme 1 - Xenforo id 527, Example theme 1 - IPS id 327). I didn't find any rules for the redirect You're talking in the system (Furls). 😅

  4. Hello!

    How can I remap those posts that IPS created when migrating to those that I had on xenforo ?

    I expected that after the transfer, all rewrites would work automatically, but unfortunately this did not happen.

    As far as I understand need some php script using data from these tables 👇 for remaped id's

    convert_link
    
    convert_link_posts
    
    convert_link_topics

    Thank you for help !)

     

    @Stuart Silvester perhaps you already know how to solve this problem ? 😅

  5. 3 minutes ago, asrfsaafafsafa said:

    (no changes, installed this theme fresh) my icons are missing, but they are added.

    lGRDvyR.png

     

    stable theme was working with my css code also to make sub-forums look well

    Mi5npd5.png

     

    On default theme i see all of my icons, and things, custom css is working well also

    Please, write us about it in a PM with a link to the forum. Thanks.

  6. On 06.12.2017 at 11:18 PM, Matthew Theobald said:

    Hi,

    I've set up a featured color to make forums stand out but it seems like the theme overides that feature.

    Is there a simple and effective css/xml edit to change the background color to individual forums?

    (I'm fairly adequate with css but have no idea what I'm doing with skinning inside IPS)

    Please contact me via PM and provide more information. We will be happy to help You at all.

  7. 1 hour ago, FGN said:

    So a brand new theme just came out that's for 4.2 comp.

    Which one of these themes that was already out, gonna get a 4.2 update??

    I don't understand you guys, lol

    Themes update 4.1.9 to 4.2 takes more time than creating a new one. Especially at the moment 4.2 is still in beta testing and not a release version. And as soon as 4.2 will be officially available, we will be able to update all of our themes fully.

  8. 2 hours ago, FGN said:

    ok, i must be a dummy, cause after reading that, i still dont see anywhere in my settings where i can up the size, or write those codes in....can someone the that has the time, work with me and tell me the exact place in my settings to where i can up the size limit for file uploads and to up the size for my theme i purchased can upload

    Navigate to the root directory of your forum via FTP and create file

    .htaccess

    and add in

    php_value upload_max_filesize 20M
    php_value post_max_size 20M 

     

  9. 6 hours ago, golgoth said:

    Your "soon" is pretty late... by the way, i'm facing the same bugs chapoblan reported, plus i noticed that with the last version forum index looks "enlarged", as though there has been introduced top and bottom spacing for each forum section.

    Sorry, but because of the large amount of work and clients, our programmer is unable to process requests quickly. We spend a lot of time to each client and help to solve all problems as soon as we can because of their current capabilities.

  10. 48 minutes ago, Marianito Camu said:

    Question about setting up a custom page.

    So I've got a production site with a different theme currently with a custom page that acts as the homepage.

    I don't see any documentation on the "support" site in terms of how to break the page out into columns (outside of the pagebuilder) so I can manually insert blocks.

    Are there classes I need to reference in order to get things placed on the page? Right now it's just one-column.

    Thanks,

    We did not touch upon custom component templates Pages (leastwise in this version, in the following we hope to finish the slider and add new templates to Articles pages). So You can make your usual actions.

×
×
  • Create New...