11
hiflyer
Re: Require Real Name in registration
  • 2010/5/1 14:41

  • hiflyer

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/7 3


Hmm, it was a couple years ago and that site is no longer running.
I edited include/registerform.php to add at line 143:

// Add Real name required

$reg_form->addElement(new XoopsFormText(_US_REALNAME, "name", 26, 25, $myts->htmlSpecialChars($name)), true);

// End Real Name


That file has completely changed in 2.4

I tried similar "name" additions in register.php and modules/profile/register.php and one other I can't remember now (sorry, late night experimenting with no documenting...)





12
hiflyer
Require Real Name in registration
  • 2010/4/30 18:04

  • hiflyer

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/7 3


I hacked my 2.0 to require Real Name for new registrations but can't find the right files/locations in 2.4.

Any suggestions on where to hack to require Real Name for new registrations? (This would be a nice Admin option, btw.)

Thanks!



13
hiflyer
CBB 3.08 Notification with post text?
  • 2010/4/30 13:46

  • hiflyer

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/7 3


Is it possible for CBB notifications to include the full text of posts for registered users as it does for Webmaster?



14
hiflyer
Re: wf-section w/pdf and Xoops 2.4 problems
  • 2010/4/24 22:26

  • hiflyer

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/7 3


Another PHP5 problem? Now I'm getting:
Fatal error: Cannot re-assign $this in /modules/wfsection/admin/index.php on line 68

The code is:
$this = new WfsArticle

Is there a new PHP5 argument for $this = new ?



15
hiflyer
Re: wf-section w/pdf and Xoops 2.4 problems
  • 2010/4/24 18:17

  • hiflyer

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/7 3


I was even able to upload docs from the other host and import the tables to re-create all categories and document links - yay!

The height of the pdf iframe is rather short - any way to change that? (It's much shorter than on Xoops 2.0 - is this a wfsection issue? Or them or 2.4.4?)



16
hiflyer
Re: wf-section w/pdf and Xoops 2.4 problems
  • 2010/4/24 18:02

  • hiflyer

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/7 3


I commented out the redeclares and fixed $this = false and so far it seems to be working

for PHP5
$this = false; must change to unset($this);

three files need hack
wfsection/class/article.php
wfsection/class/articleres.php
wfsection/class/category.php



17
hiflyer
wf-section w/pdf and Xoops 2.4 problems
  • 2010/4/24 17:37

  • hiflyer

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/7 3


I uploaded the Tweaked wf-section with PDF support, but when I go to my Modules admin page I lose formatting, wf-section doesn't show in the list of modules to install and I get the following error:

Cannot redeclare WfsArticle::$groupid in modules/wfsection/class/wfsarticle.php on line 90

I REALLY need an article module with iframe pdf support - can anyone help?



18
hiflyer
Re: CBB Display issues
  • 2010/4/21 23:06

  • hiflyer

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/7 3


You should be able to export your cbb database tables (through phpMyadmin) and then re-import them after re-installing the module to save the categories (and even messages if you have any).



19
hiflyer
No email from Xoops - hostname problem?
  • 2010/4/6 12:49

  • hiflyer

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/7 3


New install of 2.4.4 and I'm not getting any email to users or form sendings. Using PHPMail or Sendmail I get no errors but also no email. SMTP gives an error can't find SMTP host.

The install is on a host with a temporary different domain and account domain name until the domain transfers. Wondering if this could be the problem because other 2.4.4 installations on the same host provider with matching domain names works?

Anybody else seen this? I don't want to build the whole site hoping this is the problem and then still have the problem when the domain name transfers...




20
hiflyer
Re: Email not working
  • 2010/4/6 12:44

  • hiflyer

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/7 3


I have the same problem (remote host) but have never tried using SMTP through XOOPS so don't know if it's Windows 7, XOOPS or me...




TopTop
« 1 (2) 3 4 5 ... 10 »



Login

Who's Online

145 user(s) are online (103 user(s) are browsing Support Forums)


Members: 0


Guests: 145


more...

Donat-O-Meter

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

Latest GitHub Commits