Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

jomsocial plugin creation

10 years 11 months ago
  • alfredo's Avatar
    Topic Author
  • alfredo
  • Offline
  • Junior Boarder
  • Posts: 278
  • Thank you received: 4
Licenses:
JomSocial Expired Socialize Expired

i'm trying to create the helloworld plugin
what am i doing wrong?

JInstaller: :Install: il file non esiste C:\xampp\htdocs\SITO\tmp\install_537c828774c79\plg_community_fans

This message has an attachment file.
Please log in or register to see it.

10 years 11 months ago
Licenses:

Hi, Alfredo.

I'm sorry but we don't support extension development.
Please, ask developer for help: www.jomsocial.com/jomsocial-developers


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 11 months ago
  • alfredo's Avatar
    Topic Author
  • alfredo
  • Offline
  • Junior Boarder
  • Posts: 278
  • Thank you received: 4
Licenses:
JomSocial Expired Socialize Expired

it's ok, i got it by myself.

following this guide
documentation.jomsocial.com/wiki/Plugin_Tutorials
i still have a problem: i don't get why i set Core Application=no, i see the plugin in the list, but i can't see the title and the text "hello world", i guess i have to do something in backend or what?
basically i dont see at all the plugin in profile page

10 years 11 months ago
Licenses:

Hi, Alfreado.

As JomSocial works on Joomla! framework it falls under the same rule of plugin creation as any other plugin ;)
Please ask in Joomla! forum: forum.joomla.org/


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 11 months ago
  • alfredo's Avatar
    Topic Author
  • alfredo
  • Offline
  • Junior Boarder
  • Posts: 278
  • Thank you received: 4
Licenses:
JomSocial Expired Socialize Expired

Michal wrote: Hi, Alfreado.

As JomSocial works on Joomla! framework it falls under the same rule of plugin creation as any other plugin ;)
Please ask in Joomla! forum: forum.joomla.org/


thanks, but as i said i made my plugin, the installation works fine, i see my plugin in joomla plugin list and in the list of apps (i mean the list in Customize profile menu item in front end), but i cant see the title and the content in profile page.

the images explain all :)

are u sure this code i take for here
documentation.jomsocial.com/wiki/Plugin_Tutorials
works with the current jomsocial version?
defined('_JEXEC') or die('Restricted access');
require_once JPATH_ROOT .'/components/com_community/libraries/core.php';
 
class plgCommunityExample extends CApplications
{
	var $name = "Example";
	var $_name = 'example';
 
	function plgCommunityExample(& $subject, $config)
	{
		parent::__construct($subject, $config);
	}
 
	function onProfileDisplay()
	{
		ob_start();
 
			echo 'Hello World'; 
 
		$content	= ob_get_contents();
		ob_end_clean();
 
		return $content;
	}
}

Attachments:
10 years 11 months ago
Licenses:

Hi, Alfredo.

I repeat: we don't support plugin creation: www.jomsocial.com/support
Please don't insist...


- Instead of saying: 'it's not working', explain the problem in detail.
- Screenshots with the URL visible in them and the problem marked are more than welcome.
- Tell us how to replicate the problem, we can't fix it if we can't find it.
- Make sure that your site/server meets JomSocial System Requirements
- Make sure to setup JomSocial Cron Job
- Always provide us with access details to the backend and ftp. We need it to debug problems.
- If you have a similar problem, but a solution you found isn't working, open a new thread instead of 'merging' with an existing one.

- Use the "Thank You" feature on any post that helped you
10 years 11 months ago
  • alfredo's Avatar
    Topic Author
  • alfredo
  • Offline
  • Junior Boarder
  • Posts: 278
  • Thank you received: 4
Licenses:
JomSocial Expired Socialize Expired

Michal wrote: Hi, Alfredo.

I repeat: we don't support plugin creation: www.jomsocial.com/support
Please don't insist...


well this is not properly plugin custom development, i just used your guide and it doesnt work in my case.
whatever, it's ok.. i'll figure it out by myself.

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW