91
Roby73
TCPDF
  • 2012/8/6 2:25

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


In the topic of the module News 1.67, for insert pdf in the core....
I try to convert some module...

I think of upgrade TCPDF a last version. There are some interessant method es.
method setHeaderData()
method setFooterData()
And more..



92
Roby73
Re: News 1.67 Final released for XOOPS 2.5.5
  • 2012/7/30 13:38

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


I try last version of tcpdf.
I think is necessary convert all module with this, and remove all personal make pdf.

For example makepdf.php of the newbb 4.3 primarily.





93
Roby73
Re: Contact 1.8
  • 2012/7/22 0:28

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


Thanks Voltan!!!

In my server
return $admin_mail ','$department_mail;
don't send none mail....

One question, if $department is null, return only mail $admin_mail with end '.' ?

or is better:
return $admin_mail ','$department_mail;
} else {
return 
$admin_mail;
}


Now use the module in active website, departement is very useful for me.
Sorry for my very bad english



94
Roby73
Contact 1.8
  • 2012/7/21 0:10

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


I try this very useful module for the option department... but the mail of the single dep. do not work.

i modify the function in class/contact.php as follows:

function Contact_ToEmails($department) {
        
$list_user=array();$list_mail=array();
        
$departments xoops_getModuleOption('contact_dept','contact');
        foreach( 
$departments as $vals ) {
        
$vale explode','$vals );
        if(
$department==$vale[0]) $mail=$vale[1];

        }
        return 
$mail;
    }


in this mode seem to be work correctly



95
Roby73
Re: Newbb 4.3
  • 2012/7/16 21:34

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


thanks irmtfan.

Newbb work very well, i have not found error.

What problems might occur using 5.0.92 version?



96
Roby73
Re: Newbb 4.3
  • 2012/7/16 0:21

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


In the last revision i have this warning in configuration check.. mysql minimum version required: 5.1 (your version is 5.0.92-enterprise-gpl-log)

my php server is 5.3.13.

There are problem?



97
Roby73
Re: Newbb 4.3
  • 2012/6/20 22:29

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


Quote:


Dante7237 wrote:
I'm getting white pages when clicking on topics, etc..



enable the error report from XOOPS

@alfred.
In my case the white page is only when click page nunber quickly. Whitout error.... Protector block me as Crawler.


This is only when you have resolved my problem with seo rewrite, if use old file this problem don't happens.

Thanks you.!




98
Roby73
Re: Newbb 4.3
  • 2012/6/19 22:06

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


Yes this is the problem, but is only when the XOOPS_URL have subdirectory... in my case /sito.
This problem i had in the past is resolved, in other file.

Now only in viewpost.php, if i modify the line $nav->url = XOOPS_URL . $nav->url; the problem is resolved,but i think is not the solution because $nav->url = XOOPS_URL . $nav->url; is present in other file without problem.

from alfred:
Quote:
Can you check this with the new version from SVN


from me:
Yes, now the link is correct, but if i click a few times, protector block me as a CRAWLER. (white page)
With old files this not happens.



99
Roby73
Re: CBB - 4.05 - beta1
  • 2012/6/18 21:49

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


Yes, now the link is correct, but if i click a few times, protector block me as a CRAWLER. (white page)
With old files this not happens.



100
Roby73
Re: CBB - 4.05 - beta1
  • 2012/6/17 22:19

  • Roby73

  • Friend of XOOPS

  • Posts: 262

  • Since: 2011/6/15


Yes this is the problem, but is only when the XOOPS_URL have subdirectory... in my case /sito.
This problem i had in the past is resolved, in other file.

Now only in viewpost.php, if i modify the line $nav->url = XOOPS_URL . $nav->url; the problem is resolved,but i think is not the solution because $nav->url = XOOPS_URL . $nav->url; is present in other file without problem.




TopTop
« 1 ... 7 8 9 (10) 11 12 13 ... 25 »



Login

Who's Online

227 user(s) are online (131 user(s) are browsing Support Forums)


Members: 0


Guests: 227


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits