Neler yeni

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.

[vbresults.com] Searchable Custom Pages

Add-ons [vbresults.com] Searchable Custom Pages 1.1.8

indirmek için izniniz yok
Add-ons
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.

Custom table:

1771793946779.png


Search term:

1771793959617.png

Custom table schema (Note: you can set any schema you want using the settings):
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:

1771793992607.png
  • Like
Tepkiler: loader47
Yazar
Lachin
İndirilme
2
Görüntüleme
26
İlk yayınlama
Son güncelleme

Puanlar

0,00 yıldız 0 değerlendirme

Lachin ait diğer kaynakar

Help Users

You haven't joined any rooms.

You haven't joined any rooms.

Tema özelleştirme sistemi

Bu menüden forum temasının bazı alanlarını kendinize özel olarak düzenleye bilirsiniz

Geri