Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am using social engine, I want to change my url from www.example.com/signup to www.开发者_如何学Goexample.com/activate, sorry I want to keep both urls. please let me know how to do thisPut this code
I have 4 tables on my DB; merchants, pay_method, spendings ans transaction_type. They all have an id and a title, except spend (spend have the Foreign keys of the others and other field like user_id
SO I was able to add some field to my contact form using the add element code, but I can\'t seem to figure out how to include the data from these new fields in the email template.
I have the following code: <ul class=\"navigation\"> <?php foreach( $this->navigation as $item ): ?>
How would i go about creating an splash page that would be the first page when so开发者_JS百科meone goes to the site. The site is built on socialengine.
Well I am wondering to know about How can I remove profile information step from signup process in soc开发者_开发百科ialengine4 PHP framework.
I have a site where I installed SocialEngine 4.1.2 and I want to add a custom field that has a few values in it and be displayed as a drop-down.
I want to let users access their pages by typing the url http://www.mysite.com/username So to redirect http://www.mysite.com/username TO http://www.mysite.com/profile/username
The framework I am using is called SocialEngine.net v4, and it\'s completely written in Zend, so it\'s insanely super CPU intensive. SocialEngine is in PHP and uses MySQL.