Searchable Custom Pages 1.0.2

Нет прав для скачивания
XF Compatibility
  1. 2.3.x
  2. 2.2.x
Short Description
Get the latest version 1.0.2 of Searchable Custom Pages . Скачать and Discuss the 28,9 КБ File size with zip Extention type . From The Content have 3 Description Attachments, 1 discussion, 1 Обновления, 15 Просмотры on NullPro Community .
Summary

This add-on allows you to make custom pages searchable by using a custom database table that is shared by XenForo and your in-house system. Built to work alongside Custom PHP Pages, but can work without it.

MySQL database administration knowledge is required.

Installation Instructions
  1. Install the add-on zip file (this is an add-on package without extra files)
  2. Navigate to Admin > Setup > Options > Searchable custom page options and confirm the settings are correct, then save. The forum database user must have SELECT access to the source database.
  3. Navigate to Admin > Tools > Cron Entries and run 'Searchable Custom Pages: Pull' once. This adds pages to the search index for the first time; it will also run automatically at midnight.
Sample

Custom table:

Why do members want to download [vbresults.com] Searchable Custom Pages from here? Because this resource was immediately available as of 2025-06-10, It received professional maintenance and updates when it was released synchronously on NullPro.



Search term:



Custom table schema (Note: you can set any schema you want using the settings):

SQL:
CREATE TABLE `pages` (
  `page_id` smallint(4) NOT NULL,
  `page_type` varchar(25) NOT NULL,
  `target` varchar(200) NOT NULL,
  `title` varchar(200) DEFAULT NULL,
  `description` varchar(300) DEFAULT NULL,
  `active` tinyint(1) NOT NULL,
  `created` timestamp NOT NULL DEFAULT current_timestamp(),
  `updated` datetime DEFAULT NULL ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
--
-- Dumping data for table `pages`
--
INSERT INTO `pages` (`page_id`, `page_type`, `target`, `title`, `description`, `active`, `created`, `updated`) VALUES
(1, 'products', '/products/1', 'Product 1', 'Text for Product 1 search result.', 1, '2025-06-05 00:00:00', '2025-06-05 07:19:21');
Source table columns:

Код:
[category]
key=page_type
[page]
page_id=page_id
title=title
description=description
pathname=target
active=active
page_date=created
last_update=updated
Inflection map (if you have more than one page type, you can define them here):
Код:
[plural]
products=Products
[singular]
products=Product

Search result:



Disclosure: This add-on is fully functional and is only receiving updates if/when it is broken by a core XF update or a bug is found. It could occasionally receive feature updates.
Автор
axtona
Просмотры
15
Extention type
zip
File size
28,9 КБ
Первый выпуск
Обновление
Рейтинги 0,00 звёзд Оценок: 0
Link was Broken? Please Send Message to NP Team with direct message, You will get it very quickly!
Support Developer If you are satisfied with your test or project have earn money successfully, Maybe you can click more information button to support with buying.

Последние обновления

  1. 1.0.2 - changelog
    Changed minimum PHP version from implicit 8.0 to explicit 7.1.

Ещё ресурсы от axtona

A
an advanced WordPress timeline plugin that showcases your life history timeline
Просмотры
420
Обновлено
A
A simple template modification that turns node icons to clickable links.
A
The plugin allows you to create a "Quick Tag User" button in forum topics.