SOLVED - Visual appearance of tabs

More
11 years 8 months ago - 11 years 8 months ago #11822 by norfolkandway
Hi
I have set up the Sobipro plugin for CB but the 'Add Entry' links are hidden in the top listings.

Please see attachment

I have tried changing CB profile template but this happens in all of them.
Attachments:
Last edit: 11 years 8 months ago by norfolkandway.

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

More
11 years 8 months ago #11825 by nordmograph
Hello

Open

components/com_comprofiler/plugin/user/plg_mysobipro/mysobipro.php

add on line 291:
Code:
$return .= '<div style="clear:both;"></div>';

Let me know if this helps

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

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

More
11 years 8 months ago #11829 by norfolkandway
Thank you

Nope, still the same
php from 280 to end


if($my_id == $userid)
$return .= '<div style="float:right;"><img src="'.$juri.'/components/com_comprofiler/plugin/user/plug_mysobipro/img/add.png" alt="'._MYSOBIPRO_ADDENTRYIN.' '.$section_name.'" width="16" height="16" title="'._MYSOBIPRO_ADDENTRYIN.' '.$section_name.'" /> <a href="'.JRoute::_('index.php?option=com_sobipro&amp;task=entry.add&amp;sid='.$section.'&amp;Itemid='.$itemid).'">'._MYSOBIPRO_ADDENTRYIN.' '.$section_name.'</a></div>';
$return .= '</div>';


}
$jj++;
}



$return .= '<div style="clear:both;"></div>';

if($totalentries<1)
$return .= _MYSOBIPRO_NOENTRY;
}
return $return;
}
//

}

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

More
11 years 8 months ago #11830 by norfolkandway
Hi

Is it also possible to make the map link open in a new window so the user is not taken away from the profile page?

At present when user clicks map icon the google map opens in same window so they have to hit the back button in their browser.

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

More
11 years 8 months ago #11831 by norfolkandway
Sorry, forgot to mention

I have also tried with a different site template - JSN epic pro and this is still the same. (text hidden behind tab)

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

More
11 years 8 months ago #11833 by nordmograph
Can you then try inserting it on line 282 , right before:

$return .= '</div>';

- Need help? Post the URL of the related page (eventualy as confidential info), it will help solve your issue faster.
- An error, notice or warning? report the exact message including the line number
- If you get a white page , enable error reporting and / or check your server error logs.

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

Time to create page: 0.326 seconds
Powered by Kunena Forum
Disclaimer: Nordmograph is not affiliated with or endorsed by The Joomla! Project™. Any products and services provided through this site are not supported or warrantied by The Joomla! Project or Open Source Matters, Inc. Use of the Joomla!® name, symbol, logo and related trademarks is permitted under a limited license granted by Open Source Matters, Inc.