91
culex
Re: Error: Smarty error:
  • 2011/1/14 8:49

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


In this link it looks like you still use the name xoops_data, if this is not the name you have given the folder you should change in mainfile.php and it should work.
Programming is like sex:
One mistake and you have to support it for the rest of your life.



92
culex
Re: Static Page
  • 2011/1/7 16:45

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


I have made this with a custom module where only content is static html, and in preferences made this startup module.

I'll see if I cannot pack this into a configurable module and add to modules.

In the meantime I found this, that maybe could help you
https://xoops.org/modules/newbb/viewtopic.php?viewmode=flat&order=DESC&type=&topic_id=71715&forum=30
Programming is like sex:
One mistake and you have to support it for the rest of your life.



93
culex
Images not showing in userinfo.php and other php pages
  • 2011/1/3 23:42

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


I have noticed both in 2.4.5 and now 2.50 that .htaccess doesnt allow my userinfo.php and other php pages to fetch images from especially uploads folder.

My solution is to delete the .htaccess file from the uploads folder but in this case the security attached to the file goes, other choises are to remove php, phps from the file or to add

<FilesMatch ".(ico|pdf|flv|jpg|jpeg|bmp|mp3|mpg|mp4|mov|wav|wma|wmv|png|gif|swf|css|js)$">
Allow from All
</FilesMatch>


to allow images to be fetched. Any suggestions ?
Programming is like sex:
One mistake and you have to support it for the rest of your life.



94
culex
Re: cannot see pictures in xoops
  • 2011/1/3 23:26

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Quote:
Question : i didn't add this .htaccess file, so i think it was there by default. Is there any risk if i remove it ?


It is in the installation folder, and is used because the opload folder has permission 0777. The .htaccess helps to make sure no-one uploads malicious script to your folder and execute.

The problems is that if you use a php file to fetch values from the subfolder it gives you a 403 forbidden error for that picture.

I have sent this to developers, but maybe it should be a ticket. I just figured my webhotel was special in this case
Programming is like sex:
One mistake and you have to support it for the rest of your life.



95
culex
Re: cannot see pictures in xoops
  • 2011/1/3 23:04

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Quote:
Would it be possible to create a module like this?


Maybe it would be possible to have a function to after-check imagename vs category ("sync folders"). Using imagefolder as backup and make copies recursively to album/$category/image.php
Programming is like sex:
One mistake and you have to support it for the rest of your life.



96
culex
Re: cannot see pictures in xoops
  • 2011/1/3 17:53

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


I had the same problem. I found that something went wrong with permissions on my webhotel and .httacess file in imagefolders.

Check to see if your upload folder / image folder has a .httacess file. I my case it helped to delete this and images appeared as they should
Programming is like sex:
One mistake and you have to support it for the rest of your life.



97
culex
Re: Register TestArea Form
  • 2010/12/31 13:29

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


What happens if you use this syntax ?

//XoopsFormTextArea($caption, $name, $value, $rows, $cols);

$disc_text = new XoopsFormTextArea('''disclaimer'$xoopsConfigUser['reg_disclaimer'], $rows=8$cols=1);
Programming is like sex:
One mistake and you have to support it for the rest of your life.



98
culex
Re: xoops chat integration (like facebook) ?
  • 2010/12/31 9:48

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Quote:
Well, I am more for standardization, so users don't have to learn with every module a new GUI


Well this is actually very true I'll see if maybe I can get myself to have another look in the new year. It might not be that big a work to standardize a little more
Programming is like sex:
One mistake and you have to support it for the rest of your life.



99
culex
Re: So what did you get for Christmas?
  • 2010/12/30 16:50

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


New idea for the xoops gift shop, for next christmass

The Xoops developer set.
-----------------------
1 Xoops coffey cup
1 Xoops Electric Shaver
1 jar of de-gas tablets
-----------------------
$ 19.99
Programming is like sex:
One mistake and you have to support it for the rest of your life.



100
culex
Re: xoops chat integration (like facebook) ?
  • 2010/12/30 16:43

  • culex

  • Module Developer

  • Posts: 711

  • Since: 2004/9/23


Well it would take some work but a lot work would also be lost, besides I kind of like the inline feature

Right now I'd like to consentrate working on the bugs, if any left. I hope not too many will appear now, so we can release and start working on next releases.

- Group messages (send to group and keep messages in one window)
- The friendlist
- Plugin system
- etc
Programming is like sex:
One mistake and you have to support it for the rest of your life.




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



Login

Who's Online

188 user(s) are online (104 user(s) are browsing Support Forums)


Members: 0


Guests: 188


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