1
chance
Xoops Ajax Comment System?
  • 2006/10/31 18:55

  • chance

  • Just popping in

  • Posts: 11

  • Since: 2004/4/16


Hi all..

Just curious.. sorry if i post in the wrong forum. i think it would be better here than module request ;P

Q
Do we (xoopers) possibly will have an ajax comment system like jomcomment and joomla comment for joomla? i m interested to see if XOOPS got one or will be got one i saw xstreamer vote system is ajax and we have ajax chat from Wizanda. Their module is simply... gr8!!

from the fan of xoops..
cheers

2
Mithrandir
Re: Xoops Ajax Comment System?

I'll consider it for next Conjecture version after looking into how other modules use Ajax.
"When you can flatten entire cities at a whim, a tendency towards quiet reflection and seeing-things-from-the-other-fellow's-point-of-view is seldom necessary."

Cusix Software

3
marcan
Re: Xoops Ajax Comment System?
  • 2006/10/31 21:56

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Hi,

Just to let you know that we have started implementing Scriptaculous in our SmartObject Framework.

More to come

Cheers !
.:: marcan (aka mal aka Marc-André) ::.
.:: Open Source :: The SmartFactory ::.
.:: XOOPS Professional Services :: INBOX International ::.

4
Peekay
Re: Xoops Ajax Comment System?
  • 2006/11/1 0:43

  • Peekay

  • XOOPS is my life!

  • Posts: 2335

  • Since: 2004/11/20


As far as accessibility for disabled users is concerned, I fear that AJAX is the new Flash. Despite the revenue earned from local authority tax funds, I doubt that the developers of assisted-technology web browsers will ever support this technology. It's more profitable for everyone involved in making the web accessible to create, popularise and enforce beaurocratic standards for website designers.
A thread is for life. Not just for Christmas.

5
noo-b
Re: Xoops Ajax Comment System?
  • 2007/12/13 12:59

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


i would like to have this feature...ajax comment

is there any hack out there to implement this ?
I Love Xoops

6
noo-b
Re: Xoops Ajax Comment System?
  • 2007/12/15 4:18

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


will this be implemented in future release ?
I Love Xoops

7
JulioNC
Re: Xoops Ajax Comment System?
  • 2007/12/15 5:23

  • JulioNC

  • Quite a regular

  • Posts: 239

  • Since: 2004/10/8


We need merge the 2 branches of XOOPS ( 2.x and 2.2.x).
After We have to make a new XOOPS with many features.

I'd like to implement MVC pattern in XOOPS, also Ajax Comment s :)

8
noo-b
Re: Xoops Ajax Comment System?
  • 2007/12/15 6:06

  • noo-b

  • Just can't stay away

  • Posts: 456

  • Since: 2007/10/23


ajax comments and comment pagination as example like in youtube comments would be great

hope to see this soon
I Love Xoops

9
Ralfi
Re: Xoops Ajax Comment System?
  • 2007/12/19 9:33

  • Ralfi

  • Just popping in

  • Posts: 3

  • Since: 2007/12/18


i just use with a simple Quickhack "Lightweight-Ajax" in XOOPS in the following way:

make two copies of the default theme ->

1. default (will be the switch)
2. empty (will render only what you want)
3. normal (the default layout)

the default/theme.html has the following content (Switch):

<{php}>
if (
$GLOBALS['empty_theme'] == true) {
    
$theme='empty';
} else {
    
$theme='normal';
}

$this->assign('themename'$theme.'/theme.html');
$this->assign('xoops_theme'$theme);
$this->assign('xoops_themecss'XOOPS_URL.'/themes/'.$theme.'/style.css');
$this->assign('xoops_imageurl'XOOPS_URL.'/themes/'.$theme.'/');
<{/
php}>
<{include 
file="$themename"}>

the empty/theme.html must have only the following line:

<{$xoops_contents}>


Now i use a simple AJAX-Request to generate parts of HTML and put this with innerhtml to the right place.

The called script only needs now the variable:

$empty_theme true;


so the default-Theme will use the empty one. Thats it.

...until the right AJAX-Version will come

10
sarahmx
Re: Xoops Ajax Comment System?
  • 2007/12/19 14:31

  • sarahmx

  • Quite a regular

  • Posts: 381

  • Since: 2007/10/28


any demo ? ralfi

Login

Who's Online

225 user(s) are online (157 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