Skip to content

move out from flarum to wordpress

WordPress
87 5 21.4k 2
  • @sinanisler OMG this is great news for me.

    i have a WordPress flarum like theme if you want i can send the theme files, we almost worked for 3months on it [on and off]. (i am not a dev someone in the past worked for it.)

    it has deep integration with wpDiscuzz with features like move post and few other important features.

    in fact i was thinking to share it to the public but it is still buggy.

    as you are already working and saying it is at the final stage i am not going to miss this. ♥♥♥♥♥


    wpdiscuz.com/demo/
    
    gvectors.com/product-category/wpdiscuz/
    

    after all, this being minimalist is very important to stay close to the updates. wpdisuczz is something interesting but it is complicated to maintain a theme.

    This is WordPress

    https://raw.githubusercontent.com/sinanisler/SiForum/main/gigi.gif

    We have also implemented the YARPP related post with CRPT custom related post type

    i will try to bring that project online and share URL here so you can review . it is bit slow but i will share the code which will be helpful to build related post.

    i am all in on this ♥♥✨✨✨✨♥♥

    @phenomlab said in move out from flarum to wordpress:

    @hari you might want to check back here

    i regret for not subscribing to the email notifications of sudonix 😄

    @Hari said in move out from flarum to wordpress:

    i regret for not subscribing to the email notifications of sudonix

    You might want to reconsider that 👍

  • @Hari said in move out from flarum to wordpress:

    i regret for not subscribing to the email notifications of sudonix

    You might want to reconsider that 👍

    @phenomlab I could not find the email settings, I am setting this page as my home page 💗

    thanks to @sinanisler for stepping in. 💗💗

  • @phenomlab I could not find the email settings, I am setting this page as my home page 💗

    thanks to @sinanisler for stepping in. 💗💗

    @Hari click the bell icon at the top and set the watching status. That will trigger an email for this particular topic at least.

  • //update i started migrating files into this domain 123forum.tk

    i will list all features that we have implemented there and we will figure out which features we can take from the 123forum

  • //update i started migrating files into this domain 123forum.tk

    i will list all features that we have implemented there and we will figure out which features we can take from the 123forum

    @Hari keep us posted.

  • 123forum theme is an identical flarum them with all features. it is fully built though it is not deployed due to load issues. the reason i am sharing is you can consider taking CSS or JS from it . i am aware about reusing doesn’t always work for our needs but consider it as a visual prototype 😄

    • Menu
    • Search integration with ajax search pro + CSS
      Notifications
    • Pending Discussions page
    • Profile (sub: posts, discussions, mentions, settings)
    • Profile thumbnail modification (Leira Letter Avatar plugin medication) https://wordpress.org/plugins/leira-letter-avatar/
      (achieve flarum like auto thumbnail for user profile pics)
    • Following
    • Dedicated all categories page (This is called Tags in flarum)
    • All Categories display in the home page

    Home page

    • Sorting - latest, new, old …etc

    • Home page “load more” discussions

    • at home page Front end moderation of discussions (for admins only)

    • Start Discussion Composer Window

    • Composer window WYSIWYG editor with various options (bold, font styles …etc)

    Discussion page

    • Composer - text editor

    • Reply feature

    • follow discussion feature

    • front end moderation for admin (low priority)

    • Scroll indicator (we have implemented this differently using CSS, basically it is just regular indicator of page, page top, page bottom)

    https://codepen.io/paulobrien/pen/JWdoXm
    

    Related posts

    • YARP + Custom Post Types Relationships (CPTR)

    where we can select as many related discussions manually

    10 related discussion will be shown automatically
    using CPTR if we set 2 discussions rest of the 8disucssions will be shown from YARPP

    The biggest reason for us to start this project is related posts and flarum doesn’t support Dravid languages like hindi, telugu (they recently fixed major bug on this)

    https://wordpress.org/plugins/custom-post-types-relationships-cptr/ - custom-post-types-relationships-cptr
    https://www.cssigniter.com/custom-post-types-relationships/#download
    

    wpDiscuz priemum extenstions integration

    mostly all plugins are integrated their icons are changed to flarum
    features like upload files and embed posts also integrated

    https://gvectors.com/product-category/wpdiscuz/
    
    • Best answer Schema
  • the reason we did not go for buddy boss is it has these weird slugs

    https://www.buddyboss.com/support-forums/topic/group-members-are-not-being-displayed/
    

    what we wanted is

    domain.com/forum/this-is-my-question
    

    we never wanted subpages like

    domain.comforum/this-is-my-question/topic/nature/this-is-my-question/10
    

    default WordPress comment link is acceptable for example

    domain.comforum/this-is-my-question#10
    

    of course, this is not suitable for large threads but I make sure to close any discussion under 10 comments so there will be no need for pagination or lazy loading.

    CloudWays+Cloudflare enterprise will help me to achieve after load speeds + Redis for WordPress will handle the extra load.

    are you building a WordPress block theme? if that is the case it would be easy to use with a regular WordPress theme without diving into buddy press

  • the reason we did not go for buddy boss is it has these weird slugs

    https://www.buddyboss.com/support-forums/topic/group-members-are-not-being-displayed/
    

    what we wanted is

    domain.com/forum/this-is-my-question
    

    we never wanted subpages like

    domain.comforum/this-is-my-question/topic/nature/this-is-my-question/10
    

    default WordPress comment link is acceptable for example

    domain.comforum/this-is-my-question#10
    

    of course, this is not suitable for large threads but I make sure to close any discussion under 10 comments so there will be no need for pagination or lazy loading.

    CloudWays+Cloudflare enterprise will help me to achieve after load speeds + Redis for WordPress will handle the extra load.

    are you building a WordPress block theme? if that is the case it would be easy to use with a regular WordPress theme without diving into buddy press

    @Hari thanks for the scrool indicator codepen i was looking for that one 😄
    I couldn’t find it I will add this on posts for sure.

    edit: 😪 scroll not realtime it is calculating coordinates when you stop scrolling. sadge…

    it is simple Wordpress theme I am cutting lots of features because we don’t need it and ofc you can add plugins later.

    here is the forum https://atarikafa.com/toplulukk/
    ( it will move here soon https://atarikafa.com/topluluk/ )

    for the permalink you can make any permalink you want because it is main posts and categories and everything will work no SEO problem. for my case only users u/user links will change to members/user I will just make a 301 on htacsess for this.

    I tried wpdisqus and similar ones but I wanted to focus on theme design first. i am making the theme simple so it supports any plugin. i may even upload this to wp.org if I make the time for it 😄

    only ajax posting/topic starting feature missing
    but here is the first commit for you 😉
    https://github.com/sinanisler/SiForum

  • @Hari thanks for the scrool indicator codepen i was looking for that one 😄
    I couldn’t find it I will add this on posts for sure.

    edit: 😪 scroll not realtime it is calculating coordinates when you stop scrolling. sadge…

    it is simple Wordpress theme I am cutting lots of features because we don’t need it and ofc you can add plugins later.

    here is the forum https://atarikafa.com/toplulukk/
    ( it will move here soon https://atarikafa.com/topluluk/ )

    for the permalink you can make any permalink you want because it is main posts and categories and everything will work no SEO problem. for my case only users u/user links will change to members/user I will just make a 301 on htacsess for this.

    I tried wpdisqus and similar ones but I wanted to focus on theme design first. i am making the theme simple so it supports any plugin. i may even upload this to wp.org if I make the time for it 😄

    only ajax posting/topic starting feature missing
    but here is the first commit for you 😉
    https://github.com/sinanisler/SiForum

    @sinanisler looks nice, but needs some work from the mobile perspective

    Screenshot_2022-04-30-12-38-03-38_df198e732186825c8df26e3c5a10d7cd.jpg

  • @sinanisler looks nice, but needs some work from the mobile perspective

    Screenshot_2022-04-30-12-38-03-38_df198e732186825c8df26e3c5a10d7cd.jpg

    @phenomlab how small display is your phone 😂😂😂

    I checked mobile too 🤣

    edit: oh you are using larger text setting that’s why ok ok got it…

  • @phenomlab how small display is your phone 😂😂😂

    I checked mobile too 🤣

    edit: oh you are using larger text setting that’s why ok ok got it…

    @sinanisler it’s not small 😁 It’s a OnePlus 9 Pro. Did you use an emulator for testing, as these are known to not be very accurate. I get the same from my iPhone 13 Pro (work) also.

  • @sinanisler it’s not small 😁 It’s a OnePlus 9 Pro. Did you use an emulator for testing, as these are known to not be very accurate. I get the same from my iPhone 13 Pro (work) also.

    @phenomlab easy fix i may need to make those tags relative and move a bit.

  • @phenomlab easy fix i may need to make those tags relative and move a bit.

    @sinanisler yes, looks like you’ve used position: absolute; for the tags

  • i could not find good scrool indicator codepen or jsfiddle pfff
    anyone know a lib or something like flarum or Discourse scroll indicator ?

    f023a30e-782c-4244-9c87-442e8954e2f2-image.png

  • i could not find good scrool indicator codepen or jsfiddle pfff
    anyone know a lib or something like flarum or Discourse scroll indicator ?

    f023a30e-782c-4244-9c87-442e8954e2f2-image.png

    @sinanisler if you look carefully, you’ll see sudonix has one used on this site. More a reading indicator, but not difficult to adapt.

  • @sinanisler if you look carefully, you’ll see sudonix has one used on this site. More a reading indicator, but not difficult to adapt.

    @phenomlab yep
    do you have simplified codepen for it ?

  • @phenomlab yep
    do you have simplified codepen for it ?

  • i could not find good scrool indicator codepen or jsfiddle pfff
    anyone know a lib or something like flarum or Discourse scroll indicator ?

    f023a30e-782c-4244-9c87-442e8954e2f2-image.png

    @sinanisler forget about indicator my friend worked on it i will share the files. I have migrated halfway and did not connect DB. I will do it tomorrow since it’s weekend i felt bit lazy to do it. 🙂

    What friend did is, he will not relay on comments / answers count he will just assume page as certain length like 100% if page is scrolled to half he will display as 10th post out of 20 posts. (Not sure how it’s codeed.

    Thanks for sharing the link, i will go through it and will let you know my feedback.

    Tags alignment issue is there on opera mobile Mi A2 device

  • @Hari thanks for the scrool indicator codepen i was looking for that one 😄
    I couldn’t find it I will add this on posts for sure.

    edit: 😪 scroll not realtime it is calculating coordinates when you stop scrolling. sadge…

    it is simple Wordpress theme I am cutting lots of features because we don’t need it and ofc you can add plugins later.

    here is the forum https://atarikafa.com/toplulukk/
    ( it will move here soon https://atarikafa.com/topluluk/ )

    for the permalink you can make any permalink you want because it is main posts and categories and everything will work no SEO problem. for my case only users u/user links will change to members/user I will just make a 301 on htacsess for this.

    I tried wpdisqus and similar ones but I wanted to focus on theme design first. i am making the theme simple so it supports any plugin. i may even upload this to wp.org if I make the time for it 😄

    only ajax posting/topic starting feature missing
    but here is the first commit for you 😉
    https://github.com/sinanisler/SiForum

    @sinanisler one quick question, in buddy press all the replies are WordPress comments or individual posts?

  • c3b10231-aa2c-42c7-b910-d963c6c11e16-image.png

    199fd2c5-5b2e-419d-b8bf-49ffb29870c5-image.png

    ad1e438a-7c78-44bc-9008-d3b1f6681494-image.png

    aedec325-7c56-4600-8f2f-f4ce04799128-image.png

    fdac5027-8dfb-42cf-bc70-098f0af57c8a-image.png

    a8ad07eb-27e1-4f5e-ac4b-c6aa650a9217-image.png

    gtmetrix.com/reports/123forum.tk/Meltdvxl/
    

    lightbox for images

    fully restored. now in maintenance mod for various privacy reasons.

    i will DM you both the logins


Related Topics
  • How to deploy WordPress.org Developer theme

    Solved Configure wordpress theme github
    4
    1 Votes
    4 Posts
    1k Views
    @Hari the real issue here is that I don’t think it can be used as a theme for WordPress because of the dependencies it clearly has, including its own Web server. My view here is that this is designed to be a complete development environment outside of the WordPress core.
  • Rotating Star Effect

    Solved Let's Build It wordpress css
    17
    12 Votes
    17 Posts
    2k Views
    @phenomlab thanks a lot for these, both of the below are awesome! https://codepen.io/bennettfeely/pen/vYLmYJz https://codepen.io/C-L-the-selector/pen/MWZbWBo
  • Flarum - WordPress Journey

    WordPress flarum wordpress quitting
    59
    22 Votes
    59 Posts
    11k Views
    @Sala I will likely need admin access to your site for this.
  • 1 Votes
    13 Posts
    2k Views
    @phenomlab said in Hardening WordPress - Reducing the attack vector: @jac Microsoft’s and Google’s Authenticator both support TOTP - essentially, a time based system that changes every 30 seconds. The main principle here is that the device itself carrying the One Time Passcode only needs to be in sync with the source server in terms of time, and can be completely offline with no internet access. Provided the time matches on both devices, the One Time Passcode will be accepted. Applications such as Microsoft Authenticator and Authy also support push notification meaning you just choose either yes or no on your device when prompted, and then that response is sent back to the origin which then determines if access is granted or not. One of the best looking password less authentication models was CLEF - sadly, this product died out due to a lack of funding (if I recall correctly) although some open source implementations of this have appeared quite recently. Essentially, both products will achieve the same goal. TOTP is an industry standard, and widely accepted across the board. Not all services offer push confirmation. Many thanks for the detailed reply mate. There’s some great advice in there that will help me secure my accounts.
  • WordPress installation

    WordPress wordpress
    6
    0 Votes
    6 Posts
    1k Views
    @phenomlab said in WordPress installation: @jac that plugin is for single sign on between WordPress and NodeBB. The plugin you really need is this Brilliant, that does look good!
  • Blomstra Realtime issues on ubuntu server

    Solved Linux
    26
    1 Votes
    26 Posts
    5k Views
    Just checked this thread on Discuss. It’s effectively not stable yet. My suggestion would be to use kyrne/websocket
  • CSS Help on my Flarum

    Solved Customisation
    5
    2
    2 Votes
    5 Posts
    1k Views
    @mike-jones Yes, you’ll typically see this type of behaviour if there is another style that has higher priority in the sense that yours will be overridden. Using !important will override the higher preference, but should be used sparingly rather than everywhere.
  • WordPress & NodeBB

    Solved WordPress
    6
    0 Votes
    6 Posts
    2k Views
    @jac That won’t matter. You just redirect at nginx or apache level and it’ll work. The generally accepted standard though is to use a subdomain.