Arrow Home arrow Forums
larger font smaller font default font Fixed screen resolution Auto adjust screen size

Joomlapolis Forums  


<< Start < Prev 1 2 3 4 Next > End >>
Re:CB Helloworld plugin
Date: 2007/05/20 21:22 By: keyboardcowboy Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 4
graphgraph
Nice, this will get me started of creating an tab
to display the ut stats on www.zstclan.org

now i need to read the 400 pages of the hph book
Click here to see the profile of this user The administrator has disabled public write access.

Re:CB Helloworld plugin
Date: 2007/05/31 16:47 By: ziad Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
Just created my first tab plug-in for CB using this tutorial as a base and everything went pretty smoothly.

Thanks for a good tutorial. My plugin is fairly trivial but the procedure is pretty straight forward.

Ziad
Click here to see the profile of this user The administrator has disabled public write access.

Re:CB Helloworld plugin
Date: 2007/12/02 18:53 By: mtk Status: User  
Karma: 2  
Junior Joomlapolitan

Posts: 38
graphgraph
Hi,
how about an explanation on how to write data into User Defined Fields, which are not necessarily controlled by user edits...?

(a general explanation on how to insert data with having to use SQL Queries)
Hebrew Language Plugin Contributor

MtK - Smart Internet Solutions
Gan Pooh-A-Dov | Gan Maayan | Gan Gozalim
SE - Ben-Gurion | DateCafe
Richer Music Teacher | Study Hebrew | eBay Israel Expert
Click here to see the profile of this user The administrator has disabled public write access.

Re:CB Helloworld plugin
Date: 2007/12/02 20:08 By: nant Status: Admin  
Karma: 467  
Admin

Posts: 6232
graph
mtk wrote:
Hi,
how about an explanation on how to write data into User Defined Fields, which are not necessarily controlled by user edits...?

(a general explanation on how to insert data with having to use SQL Queries)


Agree - when i find time ...

in the meantime, you should study the cb gallery plugin.
Nick A.
CB Core Team Member
Support CB Development and Get Detailed Documentation
Developer of Nant's Gallery plugin
CB Gallery Extensions Listing, Rate CB Gallery on Extensions Site
Developer of CB AutoWelcome Plugin
CB AutoWelcome Extensions Listing,Rate CB AutoWelcome on Extensions Site
People ignoring your call for help? Read this!
FAQ you
Joomlapolis Extensions Directory (new)- check it out!
Click here to see the profile of this user The administrator has disabled public write access.

Plugin to work on registration page
Date: 2008/10/17 15:25 By: coolguru4ever Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 3
graphgraph
Hello,

I am new to Community Builder. And I had gone through the Hello World plugin documentation and understood it.

My requirement is a little different than this. I need to build a plugin that posts the user information as an XML file to an external URL through Ajax.

The Ajax code is ready and working as expected.

The only problem that I am facing is, integrating the code with CB to create a plugin.

I need the code to work on the registration page and as soon as the user hits the submit button, the Ajax code should work, which will do the rest.

Here's what I have done till now:

$_PLUGINS->registerFunction( 'onBeforeUserRegistration', 'sendXML', 'sendXMLtab' );

class sendXMLtab extends cbTabHandler
{
function sendXMLtab() //Constuctor
{
$this->cbTabHandler();
}

function sendXML()
{
$return = NULL;

$params = $this->params; // get parameters (plugin)

$is_sendxml_plug_enabled = $params->get('sendXMLPlugEnabled', "1");

if ($is_sendxml_plug_enabled != "0")
{

$return = "<div align='center' id='studentInfo'>
<input type='text' id='studentName' name='studentName'><br/>
<input type='button' name='submit' value='Submit' onClick='javascript:requestStudentInfo();'>
</div>";
}
return $return;
}


I'll appreciate any help or advice from my fellow Joomlapolitans.

Regards,
Gurpreet
Click here to see the profile of this user The administrator has disabled public write access.

Re:CB Helloworld plugin
Date: 2008/10/30 06:53 By: khan_ihsanullah Status: User  
Karma: 0  
Fresh Joomlapolitan

Posts: 1
graphgraph
I cann't install hello world plugin. I have received a problem that
Error! Could not find a Joomla! XML setup file in the package.
Please help me.
Click here to see the profile of this user The administrator has disabled public write access.

<< Start < Prev 1 2 3 4 Next > End >>

Documentation

Documentation Subscription Service
(updated for CB 1.2 RC4)

What?

Why?

Where?

Just click here for answers!

Click here for a yearly subscription: subscribe now

Download Latest Release

The latest stable Community Builder Release is version 1.1 for Joomla 1.0 and Mambo.
You need to be a registered member of Joomlapolis to download.

The latest release candidate of Community Builder is version 1.2 RC4, native for Joomla 1.0, 1.5 and Mambo.
It is available as "thank you" to all CB documentation subscribers and now also to all registered joomlapolitans.

CB Login