-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
Your use case
What would you like to do?
Why would you like to do it?
How would you like to achieve it?
Have you considered any alternatives?
No response
Additional context
How much would you charge if I paid to modify the element source code? If you can do it, contact me.
Requirements for modifying the source code
Add a string field key1 (keyword 1) in the channel table. The key1 field is not a unique key and can be repeated.
Add the following page to the project
(1) The program opens the page shown in the following figure and passes a string value to keyword 1. Keyword 1 is a variable on this page. It searches for the channel with the string value of keyword 1 from the database, performs a fuzzy search, and displays it. Users can choose to enter the channel.
(2) Click the "Create Channel" button in the figure to create a channel for the current keyword 1. After clicking the "Create Channel" button, a "Create Channel for Keyword 1" window will be displayed. The window will show: Keyword 1: Keyword 1 string value, name: Enter the name in the text box. The rest of the content is the same as creating a regular channel. Create a channel and write the string value of keyword 1 into the key1 field of the database channel table.