Search Function

How do you take off certain items that you don't want searched like files?

Angela
Quote · 19 Apr 2011

I am trying to do the same. I need to know how to not display some of the items and then also how to  organize the search page blocks how I see fit.  I know to remove an items you can drop a table for that id# in sys_object_search in the db but I need to know how to change the order. i.e. I want my videos show first and not profiles.

 

Please help.

Quote · 19 Apr 2011

I'd like to know this too.

Quote · 19 Apr 2011

Got it! :) Thanks to DosDawg!

"go to the database using phpmyadmin, look at the table sys_objects_search, remove whatever you dont want showing up on that search form.

BTW, backup your database in case you see adverse results. this worked for me on a fresh install of 7.0.5"

http://www.boonex.com/unity/forums/?action=goto&search=1#topic/Can-keyword-search-be-customized-.htm

 

To order them, I would add another column to table and sort by that column.

Angela
Quote · 19 Apr 2011

Thanks for posting the edit. Without changing the rows sys_objects_search, does anyone no if any of the rows can be renamed to say for example  "bx_photos_inactive" or would this cause a crash? Just curious in case we wanted to re-enable a row in the future.

Quote · 21 Apr 2011

What I did was made an empty database. I copied the table over. Then I deleted the rows in the original table. If I need them later, I just need to copy the original table over again.

Angela
Quote · 21 Apr 2011

How does one who knows nothing of the DB do this without screwing it all up?Laughing

Quote · 21 Apr 2011

 

What I did was made an empty database. I copied the table over. Then I deleted the rows in the original table. If I need them later, I just need to copy the original table over again.

 Can you explain how to do this with phpmyadmin. I am good at design and css and some php, but still learning mysql. Would you mind explaining how you did this possibly. I am also thinking about hiding the top "Search" results block. Users will still be able to use the top search box. This will move results up on the page without needing to scroll down to realize there actually is content on the page :-).

Regards, Coolmoe

Quote · 22 Apr 2011

Ah..  :)  Much better without the checkbox Block.

Amavitia, can you post how you did the db work so I too can have a backup of the sys_objects_search table.

Thanks

Quote · 22 Apr 2011

I will try as best as I can :) but disclaimer: do it at your own risk.

Go to your cPanel.click on MySQL Database Wizard and make a database. Go to phpmyadmin, and click on your dolphin database.  Select the table you want copied from the list on the left hand column. Go to the operations tab at the top and click it. On the right column it will say "Copy table to (database.table)". Pick the database that you want the table copied to and give the copied table a name. Select "Structure and data" and Click go.

Hopefully I did not miss anything otherwise I know someone will chime it. :P

Angela
Quote · 22 Apr 2011

 

How does one who knows nothing of the DB do this without screwing it all up?Laughing

Hey Presscon.  You were asking about this the other day.  I'm taking off today but I'll send you something tomorrow (with visuals) that shows you how to remove these search options and the action items you mentioned earlier this week.

 

Later

Quote · 22 Apr 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.