hi,
is there any modules or any way of having a speed dating event ? say setting it in the events calendar by admins and once registered have random chatting happening one to one in a chat room on the event page?
thanks again
hi,
is there any modules or any way of having a speed dating event ? say setting it in the events calendar by admins and once registered have random chatting happening one to one in a chat room on the event page?
thanks again |
hey did anyone ever have a speed dating running or does dolphin have this ability at all? i think i read it used to but cannot see if it does now?
thanks again |
As far as I know, nothing like this has been done. You're welcomed to post a job and have a developer build it: http://www.boonex.com/jobs BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
ok thanks nathan, i did a search on the site and found a few articles about people speed dating but must have been d6 then maybe? can i create my own php pages with page builder? thanks again |
ok thanks nathan, i did a search on the site and found a few articles about people speed dating but must have been d6 then maybe? can i create my own php pages with page builder? thanks again You don't use actual PHP files for pages (not since Dolphin 6). Dolphin will handle requests from /page/ (viewPage.php) and pull the right page and its content from the database. But outside of the builder, you should be able to do this. Check out the code for the contact page to get an idea.
Edit: You can also use PHP blocks to add some PHP or custom code to new pages. There's a ton of topics about this, and some stuff in the market to make adding PHP blocks easier. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
thanks nathan yeah i see deano has a free php blocks module which will help greatly.
i went onto the admin demo site and cannot see any other blocks when i create a new page. are you not able to use blocks from other pages? thanks again |
thanks nathan yeah i see deano has a free php blocks module which will help greatly.
i went onto the admin demo site and cannot see any other blocks when i create a new page. are you not able to use blocks from other pages? thanks again In most cases, no. Some blocks require code which is included only on certain pages. But using PHP blocks and other tricks can bring over some blocks to other pages. Again, there's a ton of topics about this in the forums. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
ok thanks nathan once again, i will have a search around. cheers |