1
dnprossi
Extgallery 1.08 - Admin Index Blocked - Cause zoullou.net down
  • 2010/9/11 8:56

  • dnprossi

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/15


Admin Index Blocked - Cause zoullou.net down

In extgallery/admin/index.php comment out from line 161 to 179



2
dnprossi
Re: XOOPS Bug Hunting Week
  • 2010/8/29 15:43

  • dnprossi

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/15


Hi Michael,

Quote:
2.5.0 has the same core as 2.4.5 - so any bug in 2.4.5 will be also in 2.5.0. If we are aware of bugs in 2.4.5, then we'll get rid of them in 2.5.0.


I am testing modules on 2.5.2 and have issues that are not happening in 2.4.5. How do we go on with that? We should not report these issues if they are not relevant to 2.4.5?






3
dnprossi
Re: What do you use as main Article module?
  • 2010/7/30 9:19

  • dnprossi

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/15


Any one wanting to help in xNews devp. is welcome just let me know.

It is a xoops module and in my opinion it should be in the xoops svn.

I have always liked the News module more than others because of its simplicity and to my understanding a large chunk of other modules were born from it. I made news clonable so my clients could have same interface for different needs. News, Links, Blog etc out of one. and it worked out well.

I have cleaned up the code as well as I could to accept cloning capabilities and added many functions. Many more are needed and will come.

For those that dont like the change of name to xNews this was not a choice but a need cause I never had answers to my mails from news devps so I had to go on with my own project having to find a name that did not overwrite the news folder.

Now, if the news module is not beeing developed anylonger we could call it news module again with a few changes to code and put it in xoops svn.... opinions?????

As I want to close down the actual version I decided to create an external module for import functionality and will remove the button in xnews. The import module is in alpha version and now only imports from original news and xnews clone but intention is to import from all other article modules. Will add the import functionality to the module in next version if necessary.

I will update version to final in the next couple of days together with xnewsimport 0.10 alpha.




4
dnprossi
Re: Block options are not saved
  • 2010/7/23 13:07

  • dnprossi

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/15


Quote:

tad0616 wrote:
The blocks of system module can not be saved, either.


Confirmed...

only OPTIONS are not saved. block type, weight, visible, visible in, title, content, cache, and groups work...

XOOPS Version XOOPS 2.5.0-alpha2
PHP Version 5.3.2-1ubuntu4.2
mySQL Version 5.1.41-3ubuntu12.3
Server API apache2handler
OS Linux
safe_mode Off
register_globals Off
magic_quotes_gpc Off
allow_url_fopen On
fsockopen On
post_max_size 50M
max_input_time 60
output_buffering
max_execution_time 30
memory_limit 100M
file_uploads On
upload_max_filesize 100M



5
dnprossi
Re: xNews 1.68 RC1 - Bug report
  • 2010/7/23 12:17

  • dnprossi

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/15


Hi valio69...

looking at it...

have you tried other applications like publisher because it has same problem.. only standard xoops settings are saved like left right position active or not etc but not module specific ones...

Do not know yet if it is a bug or simply some spec changes in programming modules...


EDIT:

Also system blocks have same problem eg. options columns block settings do not work...

they are not saved on submit...





6
dnprossi
Re: Blocks Not Shown for Some modules
  • 2010/7/23 9:19

  • dnprossi

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/15


Solved the mystery... Everything works fine...

Being used to previous block manager when selecting ordering features I usually selected All Types for pages, groups and visible settings being at the top of combobox list. Had not noticed that "All Pages" in pages combo was at top and selected it. When "All Pages" is selected only system blocks appear as they are set to All Pages.

Naturally selecting correct "All Types" and not "All Pages" in combo everything works fine for all modules.





7
dnprossi
Re: Blocks Not Shown for Some modules
  • 2010/7/22 17:02

  • dnprossi

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/15


Tried many other modules but no way, blocks are not shown in blocks manager.

Any advice??
Is it a core issue or module blocks have code changes to be done???





8
dnprossi
Re: xNews 1.68 RC1 - Bug report
  • 2010/7/21 12:47

  • dnprossi

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/15


Hi fibri,

Your problem has been solved for next full version.

to solve yourself read POST 13 above



9
dnprossi
Re: xNews 1.68 RC1 - Bug report
  • 2010/6/30 9:23

  • dnprossi

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/15


Hi rgauci,

Latest News Block image size field is for code embedded images. It does not affect topics or article images added through "edit article form" or "topics manager".

embedded code like
[img][/img]
<
img src=""><img>


example:
<p><img src="http://your.host.com/uploads/filename.jpg" /></p>
<
p>Your text goes here<p>


embedded image must be on first line of your htmltext same if you use img xoops code.
"Display topic image" must be set to "NO" so that image will be displayed in place.
Also "Display 'Topics'?" in block settings has to be set to "NO" if you don't want two images to appear.

This is code I found in Latest News Block and did not change. It is a bit rudimental but more refined image controls will be added in future releases.

hope this helped.



10
dnprossi
Re: xNews 1.68 RC1 - Blocks, blank page
  • 2010/6/18 11:24

  • dnprossi

  • Not too shy to talk

  • Posts: 107

  • Since: 2006/3/15


@burning

Is your xoops install a fresh 2.4.4 one or an upgraded one???

I have been going crazy to reproduce issue. On new xoops 2.4.x install I had no problems installing xnews and blocks they all work fine. Found problem on an upgraded xoops from 2.3.x to 2.4.x.

Somehow Constants are not loaded. Have not understood why nor where they get lost.

The solution for now is adding these few lines of code to all or in nonworking block's files in xnews/blocks:

if (!defined('NW_MODULE_PATH')) {
    
define("NW_SUBPREFIX""nw");
    
define("NW_MODULE_DIR_NAME""xnews");
    
define("NW_MODULE_PATH"XOOPS_ROOT_PATH "/modules/" NW_MODULE_DIR_NAME);
    
define("NW_MODULE_URL"XOOPS_URL "/modules/" NW_MODULE_DIR_NAME);
    
define("NW_UPLOADS_NEWS_PATH"XOOPS_ROOT_PATH "/uploads/" NW_MODULE_DIR_NAME);
    
define("NW_TOPICS_FILES_PATH"XOOPS_ROOT_PATH "/uploads/" NW_MODULE_DIR_NAME "/topics");
    
define("NW_ATTACHED_FILES_PATH"XOOPS_ROOT_PATH "/uploads/" NW_MODULE_DIR_NAME "/attached");
    
define("NW_TOPICS_FILES_URL"XOOPS_URL "/uploads/" NW_MODULE_DIR_NAME "/topics");
    
define("NW_ATTACHED_FILES_URL"XOOPS_URL "/uploads/" NW_MODULE_DIR_NAME "/attached");
}


Right after:

if (!defined('XOOPS_ROOT_PATH')) {
    die(
'XOOPS root path not defined');
}


in news_latestnews.php you shoud also add the above xoops_root_path right after the commented text.

If any coder has experienced similar issues with upgraded xoops it would be nice to have some suggestions... :)

To make same changes to clones go to "Clone Manager" and "Force upgrade"

Will be fixed in RC2.




TopTop
(1) 2 3 4 5 »



Login

Who's Online

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


Members: 0


Guests: 225


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