Recent content by andybond

  1. andybond

    Wordpress Host?

    Alex. Try allhost.io I used them for VPS and shared platform. Uk based and fast.
  2. andybond

    Atari Missile Command game remake

    Who do we send claims to for a new left mouse button?
  3. andybond

    XF 2.2 Unable To Import Database To New Server

    Do you have access to SSH? Use the command line instead if you have. If not I have had some success with BigDump ; https://www.ozerov.de/bigdump/
  4. andybond

    ForumSolution-Complete services of forum (Development , Design , Migration and more)

    I have worked with @forumSolution on a piece of work to provide my forum https://turborenault.co.uk with a car register. I have found @forumSolution to be a pleasant person to work with and fulfil my requirements. We had a slight misunderstanding about a design but it was never too much...
  5. andybond

    XF 2.3 PHPBB import

    With some judicious use of AI I did a SQL Query to rewrite the number with the correct URL. What you need to do is extract two columns from a table called gallery_id_map in phpBB Gallery. Add these two a newly created table in your Xenforo table. Then the following script needs to be run...
  6. andybond

    XF 2.3 PHPBB import

    This is what I have worked out so far. The shortcode in the phpBB gallery is linked to a table phpbb_gallery_images The image ID is a sequentially incremental number and reveals the image name in the imagefilename. Now all I have to do is rewrite the posts that have numbers to the correct...
  7. andybond

    XF 2.3 PHPBB import

    Ok, that makes sense. What regex will I use?
  8. andybond

    XF 2.3 PHPBB import

    I have imported a PHPBB 3,2 site to my Xenforo 2.3.6 dev site. I am seeing the following instead of images. Any suggestions how I can get the image instead of what appears to be an album shortcode? I believe its from a phpbb gallery plugin
  9. andybond

    XF 2.3 Importing custom fields from phpBB

    Perfect. Thanks for the information
  10. andybond

    XF 2.3 Importing custom fields from phpBB

    Hello 👋 I am looking to import a modified phpBB site where multiple custom fields that are available to users have been created. It helps form a register. Will these fields be imported into my existing Xenforo site without me pre-creating the equivalent data in Xenforo?
  11. andybond

    Add-on Register

    Exactly what I was thinking. Haven’t heard of vbGarage for years
  12. andybond

    Add-on Register

    Hello all. I run several car forum ( lucky me! ) and we are looking for a suitable way to maintain a register. Things such as registration , model , model year , owner , colour and miles would want to be recorded Are there any addons that could help facilitate this? Or any suggestions for the...
  13. andybond

    XF 2.3 Image optimization, enhanced image resizing, and more!

    https://xenforo.com/community/threads/change-the-upload-optimise-to-webp-order.223966/ I created this suggestion based on the image optimisation order
  14. andybond

    Change the upload / optimise to webp order

    I have no size constraints. My users value photo uploads. Storage is cheap relatively but time is not. I’d rather it uploads like before, just webp after
  15. andybond

    Change the upload / optimise to webp order

    At present when I upload am image, or series of images I note 1) Upload JPEG/JPG 2) Pause while XF does the conversion to WEBP 3) Insert image. My suggestion is that XF uploads in whatever format is acceptable ( JPEG/JPG for instance ) then retrospectively converts in the background after the...
Back
Top Bottom