131
zyspec
Re: bug in admin/userhandling
  • 2016/6/23 15:20

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


goffy,

I suspect this is a profile module bug. I quickly tried to duplicate the error you describe but everything worked ok although I didn't have the Profile module enabled.

Can you give us the "exact" error that happened - include the actual error message. The error message will usually give a file name and line number which helps us narrow down the problem more easily.



132
zyspec
Re: PHP & MySQL Upgrade Killed NewBB
  • 2016/6/11 13:44

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Maybe this will help....

http://php.net/manual/en/mysqli.installation.php



133
zyspec
Re: PHP & MySQL Upgrade Killed NewBB
  • 2016/6/11 2:50

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


This has to do with the MySQL installation. MySQL has been replaced with MySQLi so you need to make sure you enable it in your PHP installation.

make sure your php.ini has this line:

extension php_mysqli.dll


NewBB 4.33 RC12 attempts to contact the SQL engine (MYSQLi) in this case directly so that's why it's failing.



134
zyspec
Re: Tutorial for create Xoops Modules
  • 2016/6/11 1:36

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


I'm not sure which version you're using but you might try the one from

https://github.com/XoopsModules25x/xlanguage/archive/master.zip



135
zyspec
Re: xBootstrap block problem
  • 2016/6/10 17:44

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Guess I should have asked first but....

I'm assuming you're using xoopsheadlines? There is more than one Headline module.



136
zyspec
Re: xBootstrap block problem
  • 2016/6/10 14:59

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


The way the Headlines module displays blocks is "different" than most modules. I believe what you want is to comment out the 1st line of the ./blocks/headline_block.html line:
<a href="<{$site_url}>" target="_blank"><{$site_name}></a><br />


should look like:
<!-- <a href="<{$site_url}>" target="_blank"><{$site_name}></a><br /> -->


or
<{* <a href="<{$site_url}>" target="_blank"><{$site_name}></a><br /> *}>


either should do what you want...

NOTE: I have not tried this, but it should work.



137
zyspec
Re: xforms display problem
  • 2016/6/5 23:18

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


You should be able to edit the element and set the size to 1 (one).

Go to Admin->xForms->Manage Forms then click the Edit Form Elements icon. Go down to the element you want to edit and select the Edit Element icon. There's a setting to set the size - set it to 1. That should make your select box a dropdown.



138
zyspec
Re: strtotime in edit mod
  • 2016/6/4 22:13

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


It looks like the reason it works after you change the globals.php defines is because you're eliminating some of the information (H:m:s) so then strtotime() can process it.

Which module (or XOOPS function/method) is having a problem before you change the DATESTRING(s)?



139
zyspec
Re: xforms display problem
  • 2016/6/4 14:02

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


Zap_English,

I'll put xBootstrap templates on the list of things to look at before the BETA release - no promises but I'll try. Please let me know if you create the xBootstrap templates and I'll look at including them with the next release so everyone can use them.



140
zyspec
Re: xforms display problem
  • 2016/6/4 0:41

  • zyspec

  • Module Developer

  • Posts: 1095

  • Since: 2004/9/21


And you can see another example (again using the default theme) with the elements displayed on 2 lines.




TopTop
« 1 ... 11 12 13 (14) 15 16 17 ... 100 »



Login

Who's Online

226 user(s) are online (143 user(s) are browsing Support Forums)


Members: 0


Guests: 226


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