Questions tagged [socialengine]

SocialEngine is a PHP-based white label social network platform.

314 questions
58
votes
1 answer

How to add a custom payment gateway to Social Engine

I need to integrate a new payment gateway to our corporate website, which is based on Social Engine. There is an extension for this CMS called Advanced Payment Gateways which allows integration of new gateways. In fact, it gets your gateway name and…
Mehdi Haghgoo
  • 3,144
  • 7
  • 46
  • 91
10
votes
5 answers

Session in PHP in Social Engine

I have this query in mysql in a php page: mysql_query("INSERT INTO tz_todo SET text='".$text."', position = ".$position.", user_id=".$_SESSION['user_id'].", …
KazuNino
  • 149
  • 5
5
votes
2 answers

Understanding user permissions and how to apply it

I am developing a module for a site using Social Engine, which uses Zend Framework. I am new to both Zend Framework and Social Engine but have experience in OOP and MVC architecture so could get to grips with basics relatively quickly. Its a test…
RSM
  • 14,540
  • 34
  • 97
  • 144
3
votes
3 answers

After switching static resources to CDN, google maps error in Chrome+Firefox, fine in Safari:

I'm just looking for any pointers to help me narrow my debugging. My site is working fine without using a CDN. If I use a CDN (Edgecast, but also another one I tested on), then my Google maps embedded in the pages don't show up in Chrome and…
Julien
  • 31
  • 2
3
votes
3 answers

How does the signup process work in socialengine? How/What and when is code called

I'm working on modifying a copy of social engine so that the sign up process includes an initial survey. I've already got a view, drawn my form however I'm not sure where the logic is processed. I know there are methods inside the corresponding…
Garbit
  • 5,805
  • 6
  • 39
  • 72
3
votes
1 answer

Socialengine php Installation error

I am struggling with socialengine php installation to my private server. I already have it hosted but want to develop it on my own computer. I have installed xampp, FileZilla server and client and netbeans. I download and extract my socialengine…
3
votes
2 answers

SocialEngine – how remove additional signup steps?

The administration area has options for customizing the signup process. The KB article is here. The problem is it doesn't offer the ability to remove unnecessary signup steps. I would like the signup process to be one single step – enter name, email…
z10
  • 31
  • 2
3
votes
1 answer

Socialengine group-invite doesn't work

I'm developing an application with Socialengine software, and using the Socialengine groups plugin. When I try to invite a user to a group, everything seems to be done OK, but I don't get any invitation at all, and don't even get any activity. I've…
Rafa Than
  • 31
  • 2
3
votes
1 answer

addEventListener to div element

I am trying to fire a script when the contents of a div are altered, specifically when a div receives the next set of results from a js loaded paginator. I have this: