how to set sliding error messages in join form in dolphin boonex Programming Web Development by santhiya.tsb how to set sliding error messages in join form in dolphin boonex? I want a sliding error messages for each field while hovering other field and submitting the form Re: how to set sliding error messages in join form in dolphin boonex Programming Web Development by pritaeas Have you tried the BoonEx forums? It's more likely you'll get an answer there. Re: how to set sliding error messages in join form in dolphin boonex Programming Web Development by santhiya.tsb yes but no reply from them. can i have it immediately... Re: how to set sliding error messages in join form in dolphin boonex Programming Web Development by pritaeas You'll have to wait for somebody with experience in that tool to reply (not me). Good luck. Re: how to set sliding error messages in join form in dolphin boonex Programming Web Development by santhiya.tsb ok thanks. Re: how to set sliding error messages in join form in dolphin boonex Programming Web Development by santhiya.tsb Friends can i have any idea about it? Re: PHP Warning: Cannot modify header information - headers alrea Programming Web Development by richman_tck … 23 2006 * copyright : (C) 2007 BoonEx Group * website : http://www.boonex.com * This file is part of Dolphin….txt file; if not, write to marketing@boonex.com ***************************************************************************/ bx_import('BxDolMistake'); bx_import('BxDolSessionQuery'); define('… hi all Community Center Say Hello! by hmullie … script can be downloaded at [URL="http://www.boonex.com"]boonex[/URL] if anyone can help me with this ? or… JSP Social Networks Programming Web Development by feoperro Hi, I wasn't sure where to post this thread... I am looking for an ALREADY developed social network that uses JSP/Java with Tomcat/Glassfish... Something like: [URL="http://boonex.us/"]Boonex[/URL] (But not PHP). It can be open source or purchasable (If there is such a word)... Thanks, -Ashton. PHP Warning: Cannot modify header information - headers alrea Programming Web Development by richman_tck Hello, I'm having issues with my Boonex 7 community the error im getting is.. PHP Warning: Cannot … able to log in. if someone here is familure with Boonex 7.02, this would be a great bonus. Thanks dolphin chat script Programming Web Development by hmullie … they are offline. the script can be downloaded from [B]boonex[/B] adress on request as i dont want to advertise… Re: dolphin chat script Programming Web Development by digital-ether … they are offline. the script can be downloaded from [B]boonex[/B] adress on request as i dont want to advertise… Re: chatting system Programming Web Development by chrishea I don't know if this is any good, but it makes more sense to use something that exists than to try to build your own custom system. [URL="http://www.boonex.com/dolphin/"]http://www.boonex.com/dolphin/[/URL] Re: I am looking fors social network scripts Programming Web Development by wickedsunny yes buddy take a look at boonex.com 's scripts specially teh dolphin one its great im using it too in my site :) Re: Which is the best Forum Software For.... Programming Web Development by grr I would prefer to use PHPBB as it is very extensible and just looks nice. EDIT: If you are looking for that community, look into BoonEX's Dolphin community builder. It has a lot of ads on it but for $600, you can remove those ads. Comes complete with chat, etc. Re: looking for social networking or dating script/software Programming Web Development by chrishea You may want to look at [URL="http://www.boonex.com"]Dolphin[/URL]. The Free version may not have everything you want but you have the option of paying to get more. Re: PHP scripts for community website Programming Web Development by diafol Have a look at Elgg or Dolphin (Boonex) or even build your own with Drupal. Re: Question about websites Digital Media UI / UX Design by covillans You could try out Boonex, its a OpenSource Social Media program that is easy to use. Re: hi all Community Center Say Hello! by jaepi Hello there Hennie! Welcome to Daniweb! :) Re: hi all Community Center Say Hello! by Serunson Hello and Welcome. Re: hi all Community Center Say Hello! by zandiago Glad to have you with us! Re: hi all Community Center Say Hello! by jbennet welcome to DW! Re: hi all Community Center Say Hello! by Jx_Man Welcome Friend... :) Re: JSP Social Networks Programming Web Development by peter_budo Have look at this [URL="http://http://www.manageability.org/blog/stuff/java-open-source-social-network"]article[/URL], looks promising start Re: PHP Warning: Cannot modify header information - headers alrea Programming Web Development by whiteyoh are you using sessions? if so try adding the following right below your session_Start(); [code]ob_start();[/code] Re: PHP Warning: Cannot modify header information - headers alrea Programming Web Development by richman_tck not sure.. sorta new to this script. the error logs says that line what ever.. but i never changed those.. just the lang. [01-Aug-2010 10:10:17] PHP Warning: Cannot modify header information - headers already sent by (output started at /mnt/Target01/326394/463756/www.handycappedsingles.us/web/content/langs/lang-en.php:1) in /mnt/Target01/326394/… Re: PHP Warning: Cannot modify header information - headers alrea Programming Web Development by Beat_Slayer [URL="http://www.daniweb.com/forums/thread88479.html"]Look here![/URL] A little search helps. ;) Happy coding! Re: PHP Warning: Cannot modify header information - headers alrea Programming Web Development by richman_tck nope, i added the top and lower codes as it suggested to 1 page and the site crashed with all letters in the background & white screen. im going to have to wait till my coder gets back... thanks allot though :) Re: PHP Warning: Cannot modify header information - headers alrea Programming Web Development by metalix Are you using any re-directs? such as: header("Location: index.php"); the mesage is what it means. you can only specify one header. == a header is the file type and location, == an image might be "image/jpeg" header this might help while you look through your code :) Re: PHP Warning: Cannot modify header information - headers alrea Programming Web Development by manzarr i think the headers already sent error is usually caused by having white space before or after the opening and closing PHP tags (<?php . . . ?>). and you type top of page <?php ob_start(); ?>