Alphauserpoint Jomsocial Group Rules

August 24, 2009

jomsocial-logoJomsocial is a very nice componet for joomla to build your own social network with your own logos, graphics and themes. Customize the look of your community through CSS edits; or use the included templates to get your community up and running in no time. Jomsocial had also an userpoint system so assign point when user make activity into the socialnetwork, i thinked so that can implement jomsocial userpoint rules whit alphauserpoint component wich had more point features, for this moment i’ve developed and tested only group rules for this moment (in the future i’ll develope other rules), and you can download free them from my product page: Jomsocial Group Rules

Jomsocial_Groups_Rules for alphauserpoint component:

plgaup_js_group_create: Adds or remove point if user create a new group in jomsocial group.
plgaup_js_new_group_discussion: Adds or remove point if user create a new group discussion in jomsocial group.
plgaup_js_new_group_news: Adds or remove point if user create a new group news in jomsocial group.
plgaup_js_new_group_wall: Adds or remove point if user create a new group wall in jomsocial group.
plgaup_js_new_group_avatar: Adds or remove point if user upload a new group avatar in jomsocial group
plgaup_js_new_group_discussion_reply: Adds or remove point if user create a new group discussion reply in jomsocial group.
plgaup_js_approved_join_group: Adds or remove point if user is approved has memeber in jomsocial private group.
plgaup_js_join_group: Adds or remove point if user is join has memeber in jomsocial open group.
plgaup_js_leave_group: Adds or remove point if user leave jomsocial group.
plgaup_js_group_member_remove: Adds or remove point if user is removed from jomsocial group.
plgaup_js_group_delete: Adds or remove point if user delete jomsocial group.
plgaup_js_group_update: Adds or remove point if user update jomsocial group.
plgaup_js_group_wall_remove: Adds or remove point to user if group admin remove comment from jomsocial group.
plgaup_js_news_group_remove: Adds or remove point if group admin remove news from jomsocial group.

Many thanks to Jsharim admin of jsharing.net develper community.

Alphauserpoint Remository Rules

July 19, 2009

7194I think that Remository and Docman are the best download management components for joomla. Many webmasters who use these components need to manage permissions for their users, with this rule for remository you can integrate this component with alphauserpoint point system, so if user haven’t a number of points they can’t download any files.

Note that it is a hack core php code, becouse it requires changing the code of a php file to remository, so you should make a file backup before.

You can test rules in jfusion, phpbb3 and alphauserpoints rules

It took me some time to achieve them then I would be grateful to those who wish to make a donation before downloading the rules.

You can download rules from: Download rules page. Please register before you buy!

Joomla sincronizza wordpress mu

May 12, 2008

joomla and wordpress muIn questo articolo spiegheremo come sia possibile integrare in un portale realizzato con il cms joomla il cms multiblog worpress mu, potendo eseguire il login in quest’ultimo loggandosi una sola volta nel portale! Questo rappresenta di sicuro un vantaggio perchè permette di avere la massima efficenza sia nella realizzazione del portale che nel servizio multiblog.

Ho navigato per tutto il web alla ricerca di una soluzione a questo problema , alla fine ho trovato il plugin realizzato da Eugene Heriniaina pseudonimo Hery , ottimizzato da DiegoH Jovi e recensito sul blog kuroizero.blogspot.com .

Nella realizzazione del plugin ci sono un paio di questioni da considerare:

- Dalla versione 1.0.13 di Joomla c’è un nuovo login di hash per processi.
- Sulla pagina di amminstrazione in WPMU (Pannello-Opzioni-mysql Auth) è necessario specificare l’indirizzo e la banca dati, questo può essere un esempio: SELECT nome utente, e-mail da jos_users dove nomeutente = ‘% (user)’
- In questo modo WPMU controlla nel database di joomla e quindi permette il log in wpmu agli utenti di joomla.
- Se l’utente esiste su joomla ma non in WPMU, un nuovo utente viene creato in WPMU, se si desidera creare un blog di default è possibile aggiungerlo mediante codice con:
$blog_id = wpmu_create_blog($newdomain, $path, $username , $user_id, $meta); $ blog_id = wpmu_create_blog ($ newdomain, $ path, $ username, $ user_id, $ meta);
do_action(’wpmu_activate_blog’, $blog_id, $user_id, $password, $username, $meta); do_action ( ‘wpmu_activate_blog’, $ blog_id, $ user_id, $ password, $ username, $ meta);
$meta = apply_filters(’signup_create_blog_meta’, array (’lang_id’ => ‘en’, ‘public’ => 1)); $ meta = apply_filters ( ’signup_create_blog_meta’, array ( ‘lang_id’ => ‘it’, ‘pubblico’ => 1));
- Se l’utente è in entrambi joomla e wpmu, l’utente viene aggiornato con dati provenienti da database.

- Il plugin è stato utilizzato con successo per la realizzazione del seguente portale migrantecuadoriano Questo è tutto. Spero che il plugin possa essere di vostro gradimento, per maggiori informazioni vi invito a visitare i seguenti link:

www.kuroizero.blogspot.com

www.hery.blaogy.org

Download

Next Page »