Switch to English?
Yes
Переключитись на українську?
Так
Переключиться на русскую?
Да
Przełączyć się na polską?
Tak
Post your project for free and start receiving proposals from freelancers within minutes after publication!

Module for Dle 19.1

Translated89 USD

  1. 934    16  0
    4 days178 USD

    Good day. I have worked with DLE, and I can develop a module like in the video. Write to me, and we will discuss everything in detail. I can start right away.

  2. 650    2  0
    1 day44 USD

    Hello!

    Developing modules for DLE is our specialized area, and the task is clear. We will create an fb2 reader as shown in the video, with a separate design and integration into the website.

    What we will implement:

    - An additional field when adding news for uploading fb2, a "read" link in the full news;
    - Parsing fb2 and correct rendering of tags: title, epigraph, strong, emphasis, cite, subtitle, links, poem/stanza, image;
    - Responsive images — large pictures (up to 4000px) adjusted to screen width, readable on smartphones;
    - Footnotes (notes) in a popup window;
    - Page memory — the user continues reading from where they left off;
    - Advertising tags of the engine at the top, middle, and bottom of the page;
    - A separate design for the reader + neat integration into the website design.

    We will ensure that the module works with any news where fb2 is uploaded — without manual adjustment for each.

    To start, we will need test access to your DLE 19.1.

    Details about the project and consultation — in private messages. We are ready to take it on.

  3. 2556    38  0
    4 days144 USD

    Good day! I have reviewed the task and am ready to start.

    Experience:
    • 4 years in Frontend and Backend development
    • 2 years of commercial experience in product and blockchain
    • Working with production code and real financial scenarios

    Some of my projects:

    https://contentbuilder.ai/ - a commercial project from the USA, where I worked as a full-stack developer and implemented most of the functionality

    https://freelancehunt.com/showcase/work/procasino/2025898.html

    https://freelancehunt.com/showcase/work/bionrgg/2025897.html

  4. 2147    34  0
    6 days133 USD

    Good day, I used to create websites on DLE a long time ago. I think I can make you a reader.

  5. 536    9  0
    7 days222 USD

    Hello! I have reviewed the task — I need to create an FB2 reader plugin for DLE 19.1, and I fully understand the assignment.

    FB2 is XML, so I will implement a PHP parser for all the necessary tags: title, epigraph, strong, emphasis, cite, subtitle, poem/stanza, image (adapting to the user's screen width). Footnotes (notes) will be displayed in a popup window. I will store the reading progress in localStorage or cookies, so the user can continue from the desired page. Advertising tags for DLE will be at the top, middle, and bottom. Integration will be through the standard DLE plugin system, without modifying the core.

    I have 3.5 years of commercial experience in full-stack development. I am ready to start immediately after discussing the details.

  6. 529    1  0
    4 days156 USD

    Hello! The task is completely clear, FB2 is XML, so I will implement a parser for all the necessary tags and do it just like in the video.

    How I will build the solution:

    1. Integration with DLE 19.1 — a separate plugin through the built-in plugin system, without modifying the core, so that the CMS can be updated without issues. Uploading the book — into an additional field of the news; a "Read" button will appear in the full news.

    2. PHP parser for FB2 — I will process all specified tags: titles (title), epigraph (epigraph), bold (strong), italic (emphasis), quotes (cite, subtitle), links, poems (poem/stanza while preserving line breaks), images (image).

    3. Images for the screen — I will scale them to the width of the device (even if the book has an image of 4000px, it will fit correctly on a smartphone), without horizontal scrolling.

    4. Footnotes (notes) — will open in a popup window on click, without leaving the page.

    5. Reading memory — the module remembers where the user stopped and offers to continue from the same place.

    6. Advertising tags of the engine — I will insert them in three positions: at the top, in the middle, and at the bottom of the reading page.

    7. Design — a separate design for the reader + the ability to embed it into the overall style of your site.

    I will provide documentation, help with setup and deployment.

    Price: 7000 UAH. Deadline: 4 days. To start, access to a test copy of DLE 19.1 and an example fb2 file will be needed.

    I am ready to start immediately. Looking forward to collaborating!

  7. 702    1  0
    3 days111 USD

    Hello! Ready to collaborate. I offer quality and fast work. Write to me)

  8. 3459    48  2
    4 days156 USD

    Hello!

    I have reviewed your task - I have relevant experience in similar projects, so I understand how to implement everything efficiently and without unnecessary delays.

    I can start working immediately after we agree on the details. Upon completion, I will also assist with setup, deployment, and provide all necessary documentation.

    I look forward to collaborating!

  9. 1928    29  1   1
    3 days178 USD

    Hello! I have relevant experience with similar tasks, and I can help with your project. I can quickly familiarize myself with the requirements, propose the best solution, and execute the work carefully. I am ready to discuss the details and get started.

  10. 10689    591  6   10
    3 days267 USD

    Ready to take on the job, write to me, I will do everything with quality. I have over 14 years of experience!

  11. 429  
    7 days267 USD

    Hello!

    The task is completely clear. I have extensive experience working with PHP and developing custom modules for CMS (including working with XML/JSON parsers and plugin integration). DLE version 19.1 is perfectly suitable for implementing this functionality.

    I will implement this module through the modern DLE plugin system (without modifying the core engine), which will allow you to easily update the CMS in the future.

    How the solution will be technically built:

    1. Backend parser (PHP):
    • When clicking the "Read" link, the module takes the .fb2 (or .fb2.zip) file from your custom field (Xfield) and parses its XML structure on the server.
    • All specific tags (title, epigraph, strong, emphasis, cite, subtitle, poem, stanza) are converted into clean HTML with corresponding CSS classes for styling.

    2. Frontend Reader and Responsiveness:
    • A separate isolated template for reading will be created (for example, reader.tpl). The design will be minimalist, adapted for long reading sessions (optimized for mobile devices).
    • Images will automatically scale to the screen width (max-width: 100%) using CSS, regardless of their original resolution (even 4000px).
    • Footnotes will be automatically extracted from the end of the book and opened in a nice pop-up modal window upon clicking, without reloading the page.

    3. Saving reading progress:
    • I will implement automatic saving of the current page/chapter using JavaScript (in the browser's LocalStorage for site guests, or optionally - linked to the account in the DLE database for authorized users). When returning to the book, the user will continue from the same place.

    4. Advertising and monetization:
    • Standard DLE advertising material tags will be integrated into the reader template. You will be able to display the necessary banners (at the top, in the middle between chapters, and at the bottom) directly through the standard DLE advertising management admin panel.

    Scope of work: Development of a plugin (.xml for the DLE plugin system) + template files (.tpl) + CSS/JS scripts for the reader + testing on your files.

    • Deadline: 5–7 days.
    • Cost of work: 12,000 UAH ($300).

    I am ready to discuss the details, look at examples of your books, and implement a quality, fast module. Feel free to reach out!

  12. Another 9 proposals concealed
    1 proposal concealed
  • Pavlo Bondarchuk
    9 June, 11:20 |

    Модуль коштує на руснявому форумі $10.....

  • Aleksandr Senchenko
    9 June, 11:22 |

    То під 13+ версію, а мені треба під 19.1.

  • Pavlo Bondarchuk
    9 June, 11:25 |

    ... тоді тільки кастомна розробка...

  • Viktor N.
    9 June, 11:23 |

    То під стару ревізію і масові продажі

  • Viktor N.
    9 June, 11:29 |

    Как же достали ответы на заявки от разных бот-аккаунтов....

  • Pavlo Bondarchuk
    9 June, 11:34 |

    що саме вас не влаштовує?)

  • Viktor N.
    9 June, 11:48 |

    Говнокод, який потім доводиться правити. І спробуй пояснити замовнику, що те що є - повна шляпа і простіше з нуля, а не доопрацювання існуючого. Щоб користуватись АИ - потрібно розуміти як ним користуватись.

    Куча відповідей по банальній схемі - просто скопійовано завдання і по апі відправлений відгук. 

  • Pavlo Bondarchuk
    9 June, 14:42 |

    😁

Current freelance projects in the category Web Programming

Updating the PrestaShop online store and integrating an AI assistant for wholesale

445 USD

An experienced PrestaShop developer is required to upgrade the online store LMAR.COM.UA Project information: LMAR.COM.UA is a wholesale online store for tools, household goods, plumbing, electronics, and home and garden accessories. The store has over 3000 products and more than…

Web ProgrammingWeb Design ∙ 32 minutes back ∙ 12 proposals

Create a WordPress plugin for a survey (quiz)

222 USD

A WordPress plugin needs to be developed that will be able to - store a bank of questions, all in the same format - a question and 4 answers, 1 correct - display 12 questions in random order, track the timing - collect user data - show the final result with the option to share…

PHPWeb Programming ∙ 5 hours 42 minutes back ∙ 50 proposals

Online shoe store

In connection with the expansion of the assortment and the involvement of partners in the dropshipping system, we are looking for a specialist or team to create a modern online shoe store. IMPORTANT: an automated inventory management system needs to be created with the…

Online Stores & E-commerceWeb Programming ∙ 16 hours 31 minutes back ∙ 89 proposals

Development of the AM Mobility platform (car service, parking, insurance, car rental)

5768 USD

We are looking for a team or an experienced Full Stack developer to create the MVP of the AM Mobility platform. AM Mobility is a unified digital ecosystem for motorists, combining in one application and web platform: parking; car service; tire fitting; car wash; car rental;…

Javascript and TypescriptWeb Programming ∙ 20 hours 49 minutes back ∙ 89 proposals

Mini apps Telegram. Store

Good afternoon An application is required in Telegram (online store) Example - essentially 1 to 1 like here brandspacebot Your experience is important, the stack you propose to use and why Price and timeframe approximately to start, I will be waiting for questions

Web ProgrammingBot Development ∙ 1 day 1 hour back ∙ 78 proposals

Client
Aleksandr Senchenko
Ukraine Ukraine  1  0
Project published
3 days back
369 views
Tags
  • fb2
  • HTML
  • DLE