292561
pieter
Re: Autologin for Xoops 2.0.x
  • 2003/7/8 8:30

  • pieter

  • Just popping in

  • Posts: 1

  • Since: 2003/6/24


I install autologin and the works , but logout wil not work , logout wil not delete the cooky.

any idee what is the probleem ?




292562
ktshen
Re: Banner click go's back to strange login screen
  • 2003/7/8 4:03

  • ktshen

  • Just popping in

  • Posts: 2

  • Since: 2003/7/7 2


I'm not sure what problem is it.
beacuse the original banner(Xoops official site banner) it works fine.
all the banner that I add, it just redirect me to the banner client login page.

I solve the problem by alter banner.php
if anyone have the same problem as me.
you can try this.



292563
Catzwolf
Re: time to say goodbye to newbb?
  • 2003/7/8 2:23

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


Destrux:

When I was updating the newBB forum, I actually made no changes to the core but the Database was modified heavily.

Infact, my whole purpose was to have the version I was working on updatable with IBF and newBB (the DB structure was taken form IBF orginally).

I would still like to update newBB to the same standard or as near as IBF, site stats etc and I was trying to get as close to that standard as much as my coding (then) would permit me.

I may have another crack at this, as I still have my original code there and I believe I could transfer this across to the XOOPS 2 version of newBB.



292564
Catzwolf
Re: time to say goodbye to newbb?
  • 2003/7/8 2:15

  • Catzwolf

  • Home away from home

  • Posts: 1392

  • Since: 2007/9/30


I do apologise on my term is buggy as hell, I mean't to say 'it was as buggy as hell'. My thoughts and feeling on this is not a direct attack at Kush as he has done some excellent work on that module.

But in saying that, my reason for using it still stands.



292565
jpboss
Re: XoopsGallery Fixes.. Recent Comments Link, New Pics Block showing thumbnail, etc...
  • 2003/7/8 1:17

  • jpboss

  • Just popping in

  • Posts: 5

  • Since: 2003/7/7 2


The thumbnails was all "wierdo" with this hack (I didn't notice if it was before the hack). If the image was in "portrait" aspectratio and not "landscape" the thumbnail was zoomed up and got pixelated.

I modded my own "modules/xoopsgallery/blocks/xoopsgallery_blocks.php" with the following code:
if( $hw[0] > $hw[1]) {  
                                if (
intval($options[1]) < $hw[0]) {
                                        
$image['width'] = intval($options[1]);
                                        
$image['height'] = $hw[1] * ($image['width'] / $hw[0]);
                                } else {
                                        
$image['width'] = $hw[0];
                                        
$image['height'] = $hw[1];
                                }
                        } else {
                                if (
intval($options[1]) < $hw[1]) {
                                        
$image['height'] = intval($options[1]);
                                        
$image['width'] = $hw[0] * ($image['height'] / $hw[1]);
                                } else {
                                        
$image['width'] = $hw[0];
                                        
$image['height'] = $hw[1];
                                }
                        }


This was the code before I changed it:
if (intval($options[1]) < $hw[0]) {
                                
$image['width'] = intval($options[1]);
                                
$image['height'] = $hw[1] * ($image['width'] / $hw[0]);
                        } else {
                                
$image['width'] = $hw[0];
                                
$image['height'] = $hw[1];
                        }


I'm sure my conditional block might be improved, but it's 3am in the morning here, and I'm too tired to bother. With four glasses of red wine those lines of code took me two hours to get right *lol*



292566
destrux
Re: time to say goodbye to newbb?
  • 2003/7/8 0:43

  • destrux

  • Moderator

  • Posts: 57

  • Since: 2002/6/3 1


nhallman, if you would like more developers to possibly contribute to your LMS modules please check the xmode team site. This is a place for module developers to gather to work on new modules and to enhance existing modules. Talk to herko about the possibity of adding your project to the list of existing projects so that we may all contribute to the work and maybe take some of the weight off your staff, if you want of course.



292567
nhallman
Re: time to say goodbye to newbb?
  • 2003/7/8 0:31

  • nhallman

  • Just popping in

  • Posts: 4

  • Since: 2002/12/12


Koudanshi has done a great job, no doubts there. But the changes to the XOOPS core, esp. the user management, required by his module are far from ideal.

Any mods to newBB may also require changes to the XOOPS core, but would be far fewer and would be (I presume) more likely to be accepted by XOOPS devs as part of the XOOPS "canon" of modules.

I lead a university web development team that is working on developing some modules for XOOPS that will turn it into an effective Learning Management System (LMS). One major need is a more feature-filled BB.

If anyone wanted to undertake adding features to newBB while attempting to modify the core as little as possible, I would certainly be willing to contribute some of my staff's (of 3, we're a university, don't get too big of an idea ) time to the development.



292568
destrux
Re: XoopsGallery Fixes.. Recent Comments Link, New Pics Block showing thumbnail, etc...
  • 2003/7/8 0:16

  • destrux

  • Moderator

  • Posts: 57

  • Since: 2002/6/3 1


sure thing, PM your email address



292569
mike--h
Re: time to say goodbye to newbb?
  • 2003/7/8 0:11

  • mike--h

  • Just popping in

  • Posts: 29

  • Since: 2003/6/22


Some interesting comments to original post

Main line of thinking come about from as (I believe) XOOPS newwbb evolved from a stock standard phpbb.
With the work kous put in, it seems that his module offers a more advanced forum

Would say the question is what would be quicker,
the adoption of his module as it stands now
or the development of newbb to match what that module offers.

Of course the best solution would be to enhance newbb to offer the same features.
But to be blunt will this happen?
Look at the current situation, there's a few hacks going around offering more features. will these be added to the offical release, or just lost in time?

While realise its not as simple as may sound, and are other issues as well, if XOOPS has done it in past, then perhaps may be worth doing it again at some time

Ask this question with a smile, would this forum on xoops.org serve members better if it used phpbb or ipb forum modules:)


Have to add that have used the IPM Module for a fair while now, and find the comments "buggy as hell" a bit out of order, maybe in early days had teething probs but nowadays am sure that many of the XOOPS sites using it now will disagree with that statement.
Imo one of the most worthwhile mods and your man k deseves full credit for work with that, phpbb, and all other modules and additions.













292570
jpboss
Re: XoopsGallery Fixes.. Recent Comments Link, New Pics Block showing thumbnail, etc...
  • 2003/7/8 0:06

  • jpboss

  • Just popping in

  • Posts: 5

  • Since: 2003/7/7 2


I have the same problem, and the hack from Sir ThanksALot didn't help me :(

Still have the index array out of bounds error :(

Can you email me the comments file that u're using, because I have a "fresh" install and no 2.0.2 files







Login

Who's Online

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


Members: 0


Guests: 188


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