- Posts: 3
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- [SOLVED] Plugin not applying to ArtistAvenue content
[SOLVED] Plugin not applying to ArtistAvenue content
- dying4004
- Topic Author
- Offline
- New Member
Less
More
17 years 8 months ago - 17 years 8 months ago #295
by dying4004
[SOLVED] Plugin not applying to ArtistAvenue content was created 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
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.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6219
17 years 8 months ago #296
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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!
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
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
17 years 8 months 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
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
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
17 years 8 months ago #298
by dying4004
Replied by dying4004 on topic Re: [SOLVED] Plugin not applying to ArtistAvenue content
at last i have made the fix for this. :D :D
open artistavenue.html.php
find
add before
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.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6219
17 years 7 months ago #299
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic Re: [SOLVED] Plugin not applying to ArtistAvenue content
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.
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- [SOLVED] Plugin not applying to ArtistAvenue content