How do I remove the Greeting Action from my site?

I do not want the Greeting action on my site, but cannot find where to disable/remove it from the site... can someone please help me with this? Smile

Quote · 11 Sep 2010

It has to be removed from the database. This change is permanent, so make sure that's really what you want to do.

Find it in the database. Using phpMyAdmin run this query to find the greeting button action.

SELECT * FROM `sys_objects_actions` WHERE `Caption`='{cpt_greet}'

Then delete it.

Then you need to clean the cache. Or using FTP or cpanals file explorer remove the file sys_objects_actions.inc from the cache directory.

https://www.deanbassett.com
Quote · 11 Sep 2010

Thank you Deano... I definately don't need the "greeting" action for my site, I just want users to go straight to the "befriend" action.

So I'm hoping that deleting the "greeting" action, will not prevent the "befriend" action from working... does "befriend" rely on "greeting" to work?

Regards,

Mandy

Quote · 11 Sep 2010

I don't belive so.

 

https://www.deanbassett.com
Quote · 11 Sep 2010

Ok... thanks very much, I'll see how I go.

Mandy

Quote · 11 Sep 2010

This did not disable the Greeting action unfortunately, so I searched through the Database and found the right one to disable, but then I am still left with the button in the Action Block, and after countless hours of searching, I cannot find where I can edit the Action Block to remove the Greeting button.

 

Does anyone know where the Action Block is, so it can be edited?

 

Regards,

Mandy

Quote · 12 Sep 2010

Ok... I'm not very smart... after searching forums, I realised I did not do 1 thing Deano... I haven't deleted the cache... Foot in mouth

Hopefully after I do that, all will be well.

Quote · 12 Sep 2010

It's where i stated it is. I tested this on my site to make sure it works. Did you remove the cache file as stated in my instructions.

https://www.deanbassett.com
Quote · 12 Sep 2010

Yep... all is well Cool

Quote · 12 Sep 2010
 
 
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.