Keyword

[SOLVED] Plugin not applying to ArtistAvenue content

  • dying4004
  • dying4004's Avatar Topic Author
  • Offline
  • New Member
More
17 years 1 month ago - 17 years 1 month ago #295 by dying4004
hi there

i have downloaded this plugin today and installed in joomla. its working fine in everywhere except in ArtistAvenue. In ArtistAvenue its showing just the code {gallery}new{/gallery}.

www.tunesbd.com/joomla/index.php?option=com_artistavenue&task=singleArtist&id=2&Itemid=31

could you please suggest me how to solve this problem???

best regards

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

More
17 years 1 month ago #296 by JoomlaWorks
Replied by JoomlaWorks on topic Re: Plugin not applying to ArtistAvenue content
Contact ArtistAvenue developers and ask them to include "plugin (mambot) parsing" in their component.

Otherwise, if you have time for hacking, try yourself something like this:

forum.joomlaworks.net/index.php?topic=35.0

...to the ArtistAvenue component!

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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

  • dying4004
  • dying4004's Avatar Topic Author
  • Offline
  • New Member
More
17 years 1 month ago #297 by dying4004
Replied by dying4004 on topic Re: Plugin not applying to ArtistAvenue content
thnx very much for the reply. but the thing is that artistavenue developers are not developing it anymore and the solution u provided dint work, too.  :( :( .

i know it will be too much to ask but i would be really greatfull if you could kindly spend a bit of your precious time to have  a look for the solution. best regards

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

  • dying4004
  • dying4004's Avatar Topic Author
  • Offline
  • New Member
More
17 years 1 month ago #298 by dying4004
at last i have made the fix for this. :D :D

open artistavenue.html.php

find
<?php echo $row->fulltext ; ?>

add before
// start - enable "content type" plugin parsing
   global $_MAMBOTS;
   $_MAMBOTS->loadBotGroup( 'content' );
   $row->text = $row->fulltext ;
   $results = $_MAMBOTS->trigger( 'onPrepareContent', array( &$row, &$params, $page ), true );
   $row->fulltext = $row->text;
// end - enable "content type" plugin parsing?>

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

More
17 years 2 weeks ago #299 by JoomlaWorks
Thanks for sharing your mod man!

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

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


Powered by Kunena Forum