Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Resources  Hop To Forums  Development, & Software Talk    Coding a custom content island?

Moderators: Mark Badolato
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Groupee Member
Posted
Is it possible for me to make my own custom content island?

For example... I have a server that is not with Groupee and the forums are hosted on groupee.

If I want to create a custom contest island that would list forum topics with the keyword "Blabla" - is this possible?

And if so - what calls to my forums database would I have to do?
 
Posts: 53 | Registered: March 14, 2004Reply With QuoteEdit or Delete MessageReport This Post
Groupee
Posted Hide Post
Assuming your Eve plan includes web hosting, you could create a PHP script that would query your Eve database for the information you wanted to display, then output Javascript. Then, you could include the PHP script in a JavaScript call from your site hosted elsewhere. It would essentially work just like a content island.

You might want to start by taking a look at the IP_T_MESSAGE table. The BODY field holds the message body.


Steven Benitez
Code Guru, Groupee Engineering
Groupee, Inc.
 
Posts: 3868 | Location: Seattle, WA | Registered: January 01, 2000Reply With QuoteEdit or Delete MessageReport This Post
Groupee Member
Posted Hide Post
Can I query the Eve database from my other server?
 
Posts: 53 | Registered: March 14, 2004Reply With QuoteEdit or Delete MessageReport This Post
Groupee
Posted Hide Post
No, the database is configured to only allow connections from localhost, so the PHP would need to run on the Eve server.


Steven Benitez
Code Guru, Groupee Engineering
Groupee, Inc.
 
Posts: 3868 | Location: Seattle, WA | Registered: January 01, 2000Reply With QuoteEdit or Delete MessageReport This Post
Groupee Member
Posted Hide Post
That stinks....

I presume that if I'm on a shared hosting plan that I cannot do this then?
 
Posts: 53 | Registered: March 14, 2004Reply With QuoteEdit or Delete MessageReport This Post
Groupee
Posted Hide Post
Sure you can. You would create a PHP file to run in your Groupee web space that queries the Eve database for whatever information you want to display and then you call that PHP script from your other server.

Is there some other requirement you have that prevents you from doing this?


Steven Benitez
Code Guru, Groupee Engineering
Groupee, Inc.
 
Posts: 3868 | Location: Seattle, WA | Registered: January 01, 2000Reply With QuoteEdit or Delete MessageReport This Post
Groupee Member
Posted Hide Post
I don't think so... I'm just not the techie programmer for my site so I wasn't sure how possible it was.

Is there documentation somewhere on how the Eve DB is structured and how we can get info from it?
 
Posts: 53 | Registered: March 14, 2004Reply With QuoteEdit or Delete MessageReport This Post
Groupee
Posted Hide Post
There is no documentation on the structure of the database, but you can look through the tables to get an idea of where things are.


Steven Benitez
Code Guru, Groupee Engineering
Groupee, Inc.
 
Posts: 3868 | Location: Seattle, WA | Registered: January 01, 2000Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Resources  Hop To Forums  Development, & Software Talk    Coding a custom content island?