Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
search content of forms and pages
It would be lovely to be able to search, from within admin, the content of my forms and pages. One usage would be to find calls to specific plugins.
Any suggestions for implementing such a feature?
Offline
Re: search content of forms and pages
that’s a cool idea
Proud Canadian. Toronto Locksmith , Actualize Consulting
Offline
Re: search content of forms and pages
> 1beb wrote:
> that’s a cool idea
:) Thanks.
I guess I need to figure out exactly where in the database Textpattern stores such information. Hrm…
Offline
Re: search content of forms and pages
You could try using phpmyadmin to do a search of txp_form and txp_page.
I’m not sure if rss_admin_db_manager could be modified to use a search form, but I know that you can run some sql statements with it.
Ren
Offline
#5 2006-02-11 12:03:38
- neptho
- Member
- From: A cold, dark place.
- Registered: 2006-02-01
- Posts: 48
Re: search content of forms and pages
SELECT FROM (this may vary – textpattern.textpattern) WHERE BODY LIKE %%string%%
[Admins, Mods, I plee, let me turn off textile in my posts, or escape it.. somehow.]
Last edited by neptho (2006-02-11 12:05:11)
Offline
Re: search content of forms and pages
Use < code>< /code> tags (without the spaces) neptho.
Stuart
In a Time of Universal Deceit
Telling the Truth is Revolutionary.
Offline
Pages: 1