1
heyula
Re: Xoops Slideshow Module Update
  • 4/7 21:05

  • heyula

  • Theme Designer

  • Posts: 605

  • Since: 2008/4/24


Resized Image


Resized Image


Resized Image



2
heyula
Xoops Slideshow Module Update
  • 4/7 17:41

  • heyula

  • Theme Designer

  • Posts: 605

  • Since: 2008/4/24


Resized Image


Xoops Slideshow Module Update

The module previously included 2 different sliders. With this update, 6 new sliders have been added.

YouTube and Vimeo support has been implemented, allowing iframe-based video embedding.

An image editing area has been added for the newly included sliders.

Additionally, various issues have been fixed to improve overall stability and performance.

Demo:
https://turkish.erenyumak.com/

Download:
http://turkish.erenyumak.com/uploads/slideshow.zip



3
heyula
Xtaggen Module
  • 4/3 8:41

  • heyula

  • Theme Designer

  • Posts: 605

  • Since: 2008/4/24


Xtaggen - Universal Content Tag Generator

Resized Image


The Xtaggen module generates smart tags for XOOPS-based websites. It scans all modules installed on the system and produces ready-to-use tags for each module, which can be used within the desired theme's .tpl files. This eliminates the need for standard module blocks, enabling more flexible and cleaner theme integration.

Documentation

https://turkish.erenyumak.com/modules/xtaggen/xtaggen_en.html

Video:
https://www.facebook.com/share/p/1DE6xVa3cm/

Very soon



4
heyula
New Xoops Xcreate Module
  • 2025/11/26 14:16

  • heyula

  • Theme Designer

  • Posts: 605

  • Since: 2008/4/24


Resized Image




You can think of the xcreate module as an empty module. After installing this module, it can be transformed entirely into a module that fits your needs. While creating a category, you can create two tpl files: one representing the short.tpl section and the other representing the full.tpl section. Let’s explain this with an example.

Suppose you need a game download module.

Category name: Game

Let’s say the custom fields we need are as follows:

For the game download link: use “Field Type = URL”. Let’s enable the dynamic duplication feature because a game may have multiple download links.

For the system requirements field: let’s use an HTML editor. No need for dynamic duplication.

For the supported systems field: it should be a Multiple Selection field.

For the game images field: use an Image Gallery.

You can create as many fields as you want for this game category, and you can enable or disable the dynamic duplication feature for each single or multiple-use field.

All Available Custom Field Types:

Text (Single Line)
Multiline Text
HTML Editor
Image Upload
Image Gallery (Multiple)
File Upload
Dropdown List
Multiple Selection
Single Selection
Date Picker
Date-Time Picker
Number
Email
URL
Color Picker

With this logic, you can create as many categories as you wish—such as a music download category, movie download category, real estate category, etc.—and meet your needs through custom categories and custom fields. Since the short.tpl and full.tpl sections are independent from each other, you can design completely category-specific layouts.

I will release the module very soon.

Demo:

https://turkish.erenyumak.com/modules/xcreate/item.php?id=2



5
heyula
New Xoops Custom Field Module
  • 2025/11/22 13:04

  • heyula

  • Theme Designer

  • Posts: 605

  • Since: 2008/4/24


Resized Image




The Xoops Custom Field Module that I have been working on for a long time is now ready to be tested. The module can be used with all Xoops modules, but you need to implement the integration for the module you want to use it with. I have completed the integration for the Publisher module, so you can test it with Publisher. I will prepare a tutorial when I have time.

Demo: https://turkish.erenyumak.com/modules/publisher/item.php?itemid=25

Download: https://erenyumak.com/xoops-temalari/31-xoops-custom-field-module-xoops-ilave-alan-modulu.html CustomFields is a powerful extension module developed for XOOPS CMS that allows you to dynamically add custom fields to any module.
Without writing any code, you can easily define custom fields from the admin panel and enrich your existing modules.
FEATURES
14 Different Field Types:
✓ Text (single line)
✓ Textarea (multi-line)
✓ Rich Text Editor (HTML)
✓ Number
✓ Email
✓ URL (Link)
✓ Phone
✓ Date
✓ Date-Time
✓ Checkbox
✓ Dropdown List
✓ Radio Buttons
✓ Multiple Select
✓ Image Upload
✓ File Upload
Admin Features:
✓ Easy management via admin panel
✓ Sorting (drag & drop or by weight)
✓ Required/optional field selection
✓ Field descriptions
✓ Default values
✓ Active/inactive status
Display:
✓ Smarty template support
✓ Flexible display options
✓ Customizable with CSS
✓ Automatic form integration
Easy Integration:
✓ Ready-to-use integration for the Publisher module
✓ Simple API for other modules
✓ Minimal code changes
✓ Unaffected by module updates
USAGE EXAMPLES
EXAMPLE 1: Build a Real Estate Website Using the Publisher Module
Scenario:
You want to display detailed information in your real estate listings.
Added Fields:
• Price (number) – Listing price
• M² (number) – Square meters
• Number of Rooms (dropdown) – 1+1, 2+1, 3+1...
• Floor (number) – Floor number
• Occupancy Permit (checkbox) – Available or not
• Mortgage Eligible (checkbox) – Can a loan be used?
• Map Location (URL) – Google Maps link
• Floor Plan (image) – Plan image
Title: Apartment for Sale in Central Location
Price: 2,500,000 TL
Area: 120 m²
Rooms: 3+1
Floor: 5
Occupancy Permit: Yes
Mortgage Eligible: Yes
[View Map Location]
[Floor Plan Displayed
With the CustomFields module, you can customize your XOOPS site without limits. Add the fields you need in minutes — without writing any code — and tailor your site exactly to your requirements.
Fast • Flexible • Secure • Customizable
© 2025 XOOPS CustomFields Module
Developer: Eren Yumak – eren@aymak.net



6
heyula
Re: Smarty plugin for Publisher
  • 2025/11/19 10:37

  • heyula

  • Theme Designer

  • Posts: 605

  • Since: 2008/4/24


With this smart add-on, you can display the contents of the Publisher module anywhere you want in your theme, independently of the Publisher module's blocks.

Example:
le="color: #000000"><?php < {custom category="5" order="rating" template="publisher_custom" limit="5" status="2" cache="no"} >


custom category="5" = category selection
order="rating": Sorting type
template="publisher_custom": Template to be used
limit="5": Number of articles to display
status="2": News with an active status.

You can find many more example codes and all parameters in the README_EN.md file.

Example usage in theme.tpl
Resized Image



7
heyula
Smarty plugin for Publisher
  • 2025/11/19 10:30

  • heyula

  • Theme Designer

  • Posts: 605

  • Since: 2008/4/24


Resized Image


XOOPS Publisher Custom Plugin is a powerful and flexible Smarty plugin developed for the XOOPS CMS Publisher module. With this plugin, you can display your Publisher module content anywhere in your theme files, in any format you desire.

DEMO:
https://turkish.erenyumak.com/

DOWNLOAD:
http://erenyumak.com/uploads/shared/Publisher-Smart.zip

All detailed explanations are available in the README_EN.md file.

Examples

le="color: #000000"><?php {custom order="random" template="slider" limit="5" status="2" cache="no"} {custom order="counter" template="topgames" limit="2" status="2" cache="no"} {custom category="5" order="rating" template="publisher_custom" limit="5" status="2" cache="no"}


le="color: #000000"><?php | Parameter | Type | Default | Description | Example | |-----------|------|---------|-------------|---------| | **category** | integer | 0 | Category ID (0 = all categories) | `category="2"` | | **template** | string | publisher_custom | Template file to use | `template="topgames"` | | **available** | string | - | Content tag filter | `available="spotlight"` | | **from** | integer | 0 | Starting offset for pagination | `from="10"` | | **limit** | integer | 10 | Number of items to display | `limit="20"` | | **cache** | string | no | Enable caching (yes/no) | `cache="yes"` | | **order** | string | date | Sort field | `order="rating"` | | **sort** | string | DESC | Sort direction (ASC/DESC) | `sort="ASC"` | | **status** | integer | 1 | Content status filter | `status="2"` | | **debug** | boolean | - | Enable debug mode | `debug="1"` |



8
heyula
XOOPS Custom Field Module
  • 2025/6/30 19:29

  • heyula

  • Theme Designer

  • Posts: 605

  • Since: 2008/4/24


I've been working on a module for quite some time, and now that I'm getting close to finishing it, I wanted to share it with you. The module is called Custom Field, and it allows you to add custom fields to any module you want. Watching the video will give you a better understanding of how it works.

I've added support for different field types and integrated Xoops form features. I plan to release it soon. In my opinion, this was one of the major missing features in Xoops.




9
heyula
Re: New module: Smartshare
  • 2025/6/28 7:54

  • heyula

  • Theme Designer

  • Posts: 605

  • Since: 2008/4/24


Nice module, thank you.



10
heyula
Re: Small suggestion for latest news images
  • 2025/6/6 8:59

  • heyula

  • Theme Designer

  • Posts: 605

  • Since: 2008/4/24


You can add the code you mentioned for this, but the correct approach is to handle it via thumb.php. While designing the theme, I had many different ideas about the Publisher module, but due to lack of time, I couldn't implement most of them. I hope to start working on something for Xoops again soon.

The current dimensions generated by thumb.php:

https://xoops.org/modules/publisher/thumb.php?src=https://xoops.org/uploads/images/img680f03c0692e8.jpg&w=385

You can set your desired dimensions as shown in this example:

https://xoops.org/modules/publisher/thumb.php?src=https://xoops.org/uploads/images/img680f07df742b6.jpg&w=2000&h=500




TopTop
(1) 2 3 4 ... 25 »