2 questions so far on the latest update:
How do I remove the Greeting tool completely from the site so it does not show up anywhere?
I turned off in the admin section the ability for members to send greeting under Member Type but the icon still appears on the members page.
Also, how do i eliminate "Record a Video Comment" from the comment functionality?
|
1- phpmyadmin `sys_objects_actions` backup then remove remove ID 5 from there
2- \templates\base\scripts\BxBaseCmtsView.php Line 337: $sSwitcher = '<a class="cmt-post-reply-text inactive" href="" alt="">' . _t('_Add Your Comment') . '</a><a class="cmt-post-reply-video" href="" alt="">' . _t('_Record Your Comment') . '</a>';
I have video tutorials to help you mrpowless.com |
Yeah, I'm getting close to removing my record a video comment as well.
2 unregistered flash apps widgets are still showing up on both my sites.
I thought this problem was getting fixed a long time ago.
Has anybody noticed if they are also still experiencing this issue???
No Signature at this time. |
1- phpmyadmin `sys_objects_actions` backup then remove remove ID 5 from there
2- \templates\base\scripts\BxBaseCmtsView.php Line 337: $sSwitcher = '<a class="cmt-post-reply-text inactive" href="" alt="">' . _t('_Add Your Comment') . '</a><a class="cmt-post-reply-video" href="" alt="">' . _t('_Record Your Comment') . '</a>';
Suggestion in point 1 above did not work. Greeting icon still appears on profiles. Any other suggestions? I cleared out the cache too.
|
1- phpmyadmin `sys_objects_actions` backup then remove remove ID 5 from there
2- \templates\base\scripts\BxBaseCmtsView.php Line 337: $sSwitcher = '<a class="cmt-post-reply-text inactive" href="" alt="">' . _t('_Add Your Comment') . '</a><a class="cmt-post-reply-video" href="" alt="">' . _t('_Record Your Comment') . '</a>';
Suggestion in point 1 above did not work. Greeting icon still appears on profiles. Any other suggestions? I cleared out the cache too.
Did you clear it from the web server itself, or through the administration panel?
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
1 did work ...you just didnt see it yet.
clear the cache properly! Watch as you clear it from admin....some files stay there.. "sys_objects_actions.inc"
have fun
I have video tutorials to help you mrpowless.com |
1- phpmyadmin `sys_objects_actions` backup then remove remove ID 5 from there
2- \templates\base\scripts\BxBaseCmtsView.php Line 337: $sSwitcher = '<a class="cmt-post-reply-text inactive" href="" alt="">' . _t('_Add Your Comment') . '</a><a class="cmt-post-reply-video" href="" alt="">' . _t('_Record Your Comment') . '</a>';
Suggestion in point 1 above did not work. Greeting icon still appears on profiles. Any other suggestions? I cleared out the cache too.
Did you clear it from the web server itself, or through the administration panel?
i cleared it through the admin dashboard. "clean all." is that not correct? i did the same for 'Get Email'.
|
1- phpmyadmin `sys_objects_actions` backup then remove remove ID 5 from there
2- \templates\base\scripts\BxBaseCmtsView.php Line 337: $sSwitcher = '<a class="cmt-post-reply-text inactive" href="" alt="">' . _t('_Add Your Comment') . '</a><a class="cmt-post-reply-video" href="" alt="">' . _t('_Record Your Comment') . '</a>';
Suggestion in point 1 above did not work. Greeting icon still appears on profiles. Any other suggestions? I cleared out the cache too.
Did you clear it from the web server itself, or through the administration panel?
i cleared it through the admin dashboard. "clean all." is that not correct? i did the same for 'Get Email'.
That feature doesn't work, nor has it ever. You have to clear the cache directly through the web server by emptying the ./cache/ and ./cache_public/ directories, while leaving the .htaccess file alone in the former.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
while i have your guys attention can you direct me to where i can eliminate tracker from profiles. i dont have SPY installed and it still shows up. much appreciative. |
1- phpmyadmin `sys_objects_actions` backup then remove remove ID 5 from there
2- \templates\base\scripts\BxBaseCmtsView.php Line 337: $sSwitcher = '<a class="cmt-post-reply-text inactive" href="" alt="">' . _t('_Add Your Comment') . '</a><a class="cmt-post-reply-video" href="" alt="">' . _t('_Record Your Comment') . '</a>';
Suggestion in point 1 above did not work. Greeting icon still appears on profiles. Any other suggestions? I cleared out the cache too.
Did you clear it from the web server itself, or through the administration panel?
i cleared it through the admin dashboard. "clean all." is that not correct? i did the same for 'Get Email'.
That feature doesn't work, nor has it ever. You have to clear the cache directly through the web server by emptying the ./cache/ and ./cache_public/ directories, while leaving the .htaccess file alone in the former.
yep.. that worked! thank you!!
|
while i have your guys attention can you direct me to where i can eliminate tracker from profiles. i dont have SPY installed and it still shows up. much appreciative.
I believe that can be disabled through administration, settings, advanced settings, profiles, and unchecking the checkbox next to "Track all profile views. Later a member can manage these "views"."
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
while i have your guys attention can you direct me to where i can eliminate tracker from profiles. i dont have SPY installed and it still shows up. much appreciative.
I believe that can be disabled through administration, settings, advanced settings, profiles, and unchecking the checkbox next to "Track all profile views. Later a member can manage these "views"."
thanks for the help. i tried that already and it has not disabled the display. i am poking around the tables now to see if i can find it.
|