Skip to Content Skip to Menu

CB 1.8 broke my plugin?

12 years 5 months ago #199582 by busterocaps
CB 1.8 broke my plugin? was created by busterocaps
Hi,
After upgrading to CB 1.8, one of my plugins doesn't display it's tab content properly anymore.
Code:
if ( $data->is_valid == 1) { $return .='<div align="left"><img style="border-width: 5px; border-style: solid; border-color: '. $data->account_status .' ;" src=' . $data->avatar_body .'> <table style="width: 654px; height: 290px; border-color: '. $onlinecolor .'; border-width: 2px; border-style: solid;" summary="Last 5 games played" align="right" border="0"><caption>Last 5 Games Played</caption> <tbody> <tr> <td><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src='. $data->{recent_games}[1]->images->boxart_small .' height="120" width="85" /></td> <td><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src='. $data->{recent_games}[2]->images->boxart_small .' height="120" width="85" /></td> <td><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src='. $data->{recent_games}[3]->images->boxart_small .' height="120" width="85" /></td> <td><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src='. $data->{recent_games}[4]->images->boxart_small .' height="120" width="85" /></td> <td><img style="display: block; margin-left: auto; margin-right: auto;" alt="" src='. $data->{recent_games}[5]->images->boxart_small .' height="120" width="85" /></td> </tr> <tr> <td style="text-align: center;">'. $data->{recent_games}[1]->last_played .'</td> <td style="text-align: center;">'. $data->{recent_games}[2]->last_played .'</td> <td style="text-align: center;">'. $data->{recent_games}[3]->last_played .'</td> <td style="text-align: center;">'. $data->{recent_games}[4]->last_played .'</td> <td style="text-align: center;">'. $data->{recent_games}[5]->last_played .'</td> </tr> </tbody> </table></div>';
This table no longer gets displayed, and when I say it doesn't get displayed I mean NOTHING, no errors, no weird charactors, nothing. The new cb must be repressing this, but I don't know where to look. Any help?

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

12 years 5 months ago #199983 by busterocaps
Replied by busterocaps on topic Re: CB 1.8 broke my plugin?
Anyone?

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

12 years 5 months ago #200026 by busterocaps
Replied by busterocaps on topic Re: CB 1.8 broke my plugin?
It would also seem there is a problem with my tabs, because both alphauserpoints and jawards tabs are no longer visible. Can anyone help with this???

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

  • nant
  • nant
  • ONLINE
  • Posts: 12339
  • Thanks: 1467
  • Karma: 877
12 years 5 months ago #200044 by nant
Replied by nant on topic Re: CB 1.8 broke my plugin?

busterocaps wrote: It would also seem there is a problem with my tabs, because both alphauserpoints and jawards tabs are no longer visible. Can anyone help with this???


I doubt CB 1.8 has anything to do with this.

Do all Joomlapolis released CB plugins work ok?

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

12 years 5 months ago #200098 by busterocaps
Replied by busterocaps on topic Re: CB 1.8 broke my plugin?
Yes, it's just the third party ones. Did something change in the way they get called in CB 1.8? They were fine before the upgrade. I tried to unpublish them and republish but that didn't help either. I'm not saying cb broke them really, just something that maybe changed that needs to be addressed by the plugin developer?

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

12 years 5 months ago #200124 by busterocaps
Replied by busterocaps on topic Re: CB 1.8 broke my plugin?
is there anyway I can verify that CB is trying to load those tabs?

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

Moderators: beatnantkrileon
Powered by Kunena Forum