91
ackbarr
Re: Debug Info Question

here is a good place to interject that in a well written module, the constants are "sandboxed." That is, they are prefixed with the module name to prevent this sort of collision.

so instead of _SECONDS, a more appropriate constant name is:
_XFWEATHER_SECONDS, or possibly, _XFW_SECONDS



92
ackbarr
Re: Beginner Questions *roll eye* (Images,Forum Group Permissions,German Translation)

1. the Image Manager integrates in with the XOOPS Form editor. If you click on Resized Image you can browse the images in the manager. myAlbum-p is an image gallery that integrates itself into the image manager, allowing you to link directly to images that have been uploaded to the gallery module.

2. I would recommend checking out newbb2 or the newly released CBB. as both have much improved permissions abilities.

3. Shine already answered.



93
ackbarr
Re: FAQ 1.1 Not Displaying Answers to the questions

using a custom template set?



94
ackbarr
Re: How to include my own php code?

remove all files from your /templates_c folder to ensure that your site isn't running a cached copy of your theme.html template



95
ackbarr
Re: Custom ages Module?




96
ackbarr
Re: Suggestion on the post page of newbb module

the code you are looking for lives in /class/xoopsform/formdhtmltextarea.php in the function render().

FYI - a simple "BUMP" is enough. This forum is busy enough that some posts get missed. It is not a personal attack that yours was one of them.



97
ackbarr
Re: How to include my own php code?

<{php}>
include(
XOOPS_ROOT_PATH."uo/huc.php");
<{/
php}>



98
ackbarr
Re: How to include my own php code?

in theme.html; php code can be added by using the <{php}> ... <{/php}> smarty tags.



99
ackbarr
Re: Install OK, but no admin access...

check that your setting for XOOPS_URL matches what you are using to access the site.



100
ackbarr
Re: Posting in private forums white screen crash

please include:
version of xoops
version of newbb
Web Server OS
version of PHP




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



Login

Who's Online

92 user(s) are online (51 user(s) are browsing Support Forums)


Members: 0


Guests: 92


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