| 
Welcome, Guest

Conditions plugin
(1 viewing) (1) Guest

TOPIC: Conditions plugin

Re:Conditions plugin 5 years, 8 months ago #14457

  • Posts:
  • Karma:
we are getting closer

but there is still something wrong, clicking on comprofiler.html.php.zip produces:

Warning: Unexpected character in input: '' (ASCII=7) state=1 in /var/www/html/downloads/comprofiler.html.php.zip on line 62
Warning: Unexpected character in input: '' (ASCII=18) state=1 in /var/www/html/downloads/comprofiler.html.php.zip on line 62
Warning: Unexpected character in input: '' (ASCII=25) state=1 in /var/www/html/downloads/comprofiler.html.php.zip on line 62
Parse error: syntax error, unexpected T_STRING in /var/www/html/downloads/comprofiler.html.php.zip on line 62
________________________________________
I'm running Joomla v1.5.5 and CB v1.1

Re:Conditions plugin 5 years, 8 months ago #14459

  • Posts:
  • Karma:
For some reason my apache insists on running that throug php parser. Now it should work.

mikko

Re:Conditions plugin 5 years, 8 months ago #14460

  • Posts:
  • Karma:
ok everything seems to work fine now. the downloads work and applying the patch works as well (although it's still asking "Reversed (or previously applied) patch detected! Assume -R? [n]", but clicking yes does the job)

cool.. now i'm going to try my luck, will report later..

thanks for everything!


for all people who want to do the needed changes to the comprofiler.html.php by hand:


Comparing files comprofiler.html.php.orig and COMPROFILER.HTML.PHP
***** comprofiler.html.php.orig
262: ;
263: ?>
***** COMPROFILER.HTML.PHP
262: ;
263:
264: /*Modification to allow javascript loading at the end of edit starts*/
265:
266: global $_PLUGINS;
267: $_PLUGINS->trigger( 'onAfterUserProfileEditDisplay', array($user,true));
268:
269: /*Modification to allow javascript loading at the end of edit ends*/
270:
271: ?>
*****

***** comprofiler.html.php.orig
1300: <?php
1301: }
***** COMPROFILER.HTML.PHP
1308: <?php
1309:
1310: /*Modification to allow javascript loading at the end of registration starts*/
1311:
1312: global $_PLUGINS;
1313: $_PLUGINS->trigger( 'onAfterRegisterUserDisplay', null);
1314:
1315: /*Modification to allow javascript loading at the end of registration ends*/
1316:
1317: }
*****


Post edited by: bzn, at: 2006/06/01 15:33
________________________________________
I'm running Joomla v1.5.5 and CB v1.1

Re:Conditions plugin 5 years, 8 months ago #14896

  • Posts:
  • Karma:
Would love to see a site that has this installed and working... could someone post a URL to their site?

Raj

Re:Conditions plugin 5 years, 8 months ago #15128

  • Posts:
  • Karma:
Nobody has this working?

Raj

Re:Conditions plugin 5 years, 8 months ago #15129

  • Posts:
  • Karma:
I have a site that will go to testign phase sometime soon. This site will include conditions on a fresh install of CB 1.0. I will document here how it goes.

-mikko
Time to create page: 0.74 seconds