Skip to Content Skip to Menu

[SOLVED] Remove DJ Trail wording on Activity Tab

  • cliffvt
  • cliffvt
  • OFFLINE
  • Posts: 180
  • Thanks: 27
  • Karma: 6
10 years 6 months ago - 10 years 6 months ago #243754 by cliffvt
Hi There

How/where can I remove the woprds and links "©by djTrail Released as JPKarmaware :) Click here to pay due karma :" from the Comprofiler ACTIVITY tab please?

Thanks

Cliff
Last edit: 10 years 6 months ago by krileon.

Please Log in or Create an account to join the conversation.

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
10 years 6 months ago #243810 by krileon
Replied by krileon on topic Remove DJ Trail wording on Activity Tab
Believe that's the Last Views tab. You'll need to edit the Last Views tab or plugin and it should have a parameter to disable that.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in or Create an account to join the conversation.

  • cliffvt
  • cliffvt
  • OFFLINE
  • Posts: 180
  • Thanks: 27
  • Karma: 6
10 years 6 months ago - 10 years 6 months ago #243842 by cliffvt
Replied by cliffvt on topic Remove DJ Trail wording on Activity Tab
Thanks for your reply - the only setting in the tab (there is none in the plugin) that deals with this is:
Code:
Karmaware: This plugin is JPkarmaware and was created by me, Trail. If you use this JPKarmaWare plugin you have to pay me due Karma Did you pay me due karma for this karmaware plugin on www.joomlapolis.com ?: No Yes

Seems no matter whether you select yes or no, it is ignored on the user profile, so I have had to delete the following code (line 209 to line 220) from .../components/com_comprofiler/plugin/user/plug_cblastviewstab/cb.lastviews.php - if there is another way please let me know.
Code:
if ( $JPKarmaWare != '1' ) { $return .= '<tr>' . '<td align="center" class="sectiontableentry1" colspan="' . $colspan . '">' . '<font color="darkred"><b>&copy;</b></font>' . 'by <a href="http://www.djtrail.nl" target="_blank">djTrail</a> Released as JPKarmaware :) ' . '<a href="http://www.joomlapolis.com/component/option,com_joomlaboard/Itemid,38/func,view/id,2308/catid,13/" target="_blank">' . '<u>Click here to pay due karma</u>' . '</a> :)' . '</td>' . '</tr>'; } $return .= '</table>'; return $return; }

Thanks a lot

Cliff
Last edit: 10 years 6 months ago by cliffvt.

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum