Questions tagged [oxwall]

Oxwall is a social networking software platform which is based on PHP and MySQL.

Oxwall is an social networking software platform which is based on and .

Useful Links:

24 questions
3
votes
1 answer

Why this XMLHttpRequest cause http 406

It is a XMLHttpRequest to get a json form. I tested it on 3 different host: localhost: http 200 my test VPS host: 200 my shared host godaddy: 406 I have compared the headers again and again. Then I googled and read so many articles the whole day…
Ip ziet
  • 307
  • 2
  • 13
2
votes
0 answers

Oxwall send link in text chat

I want to send a link automatically in text chat when a user click on specified button in chat friend's box. Can you send enter key after i fill text chat box. Thanks for your answers.
M.Rezaei
  • 992
  • 3
  • 11
  • 28
1
vote
2 answers

Oxwall - Remove meta tags

How can i remove meta tags in Oxwall software or any software. The Oxwall core loads on auto wrong Facebook meta tags. Wrong value (generated by Oxwall): Correct value:
1
vote
1 answer

Auto-generate selectbox options array with PHP

I've been looking all over, but I can't find a specific case on this. I'm writing a plugin for a open-source software program, and am using it's $form class and functions to render my forms without needing to manually insert in HTML. I'm trying to…
1
vote
1 answer

oxwall OW_EventManager bind and trigger

I'm using oxwall and I want to know how EventManager works on this platform for registering new methods on specific events with a simple example for triggering and binding an event to a process.
mehrdadep
  • 972
  • 1
  • 15
  • 37
1
vote
1 answer

Oxwall htaccess removing extension on loose php file and ignore index.php rewrite

I am trying to create a loose page on my oxwall website. The standard htaccess of oxwall is like this: Options +FollowSymLinks RewriteEngine On AddEncoding gzip .gz AddEncoding gzip .gzip ForceType…
Robin
  • 164
  • 14
1
vote
2 answers

how to add extra fields in skadate

I am new with Skadate, which is a dating software build in PHP 5 and template engine Smarty. I need to add an extra field for user edit section. Currently there is default user fields in the admin section. I need to add an extra field. e.g. Country…
sarath
  • 698
  • 6
  • 20
1
vote
1 answer

Display user notifications in User dashboard in oxwall

I am customizing Oxwall notification plugin. I am using Oxwall 1.7.0 I am trying to display notifications in User's dashboard page. Currently the notification showing in top right bar with name as "Notifications". I found out which file is…
Gunaseelan
  • 2,494
  • 5
  • 36
  • 43
1
vote
2 answers

Oxwall - How can I hide logged in member name?

When use logged in to my oxwall social network site , They getting like Hello {User name} - Here actual user name comes who is logged in. So I do not want that to display. I want to keep only Hello there. So please guide me that how can I remove…
rahul bhatt
  • 362
  • 1
  • 3
  • 14
1
vote
2 answers

redirect only domain.com to domain.com/subfolder/index.php not domain/whatever

If user request existing php code, which I placed right in the root: domain.com/images/pic1.jpg domain.com/anyphp.php domain.com/someapp/somecode.php domain.com/anything.someExt etc don't do anything,leave as it, they are working good. But if…
Ip ziet
  • 307
  • 2
  • 13
1
vote
0 answers

jQuery - Different Behaviour in different browsers

I am trying to implement the mailcheck jquery plugin from https://github.com/Kicksend/mailcheck and I am able to have it work successfully. But the problem is that it works fine in Firefox and in Chrome(sometimes) but not in Opera. How to test? 1)…
Purus
  • 5,701
  • 9
  • 50
  • 89
0
votes
1 answer

How to retrieve user role(s) in oxwall?

I can retrieve some very basic data with: OW::getUser()->getUserObject() But I have no idea how to retrieve roles an user belongs to. Any idea ?
yarek
  • 11,278
  • 30
  • 120
  • 219
0
votes
1 answer

Getting oxwall to submit a JSON document

I am working on a billing plugin for oxwall. The lack of documentation is hell and I wonder why this is not a priority. I have used the paypal and ccbill plugins as guides, and up till now things have been well, manageable. Now, I need to submit the…
Dayo
  • 316
  • 4
  • 12
0
votes
0 answers

How to get oxwall session in another site

I'm using oxwall software in my website which is free and open source community software and it is written in PHP... The oxwall software works fine in my website, but what i'm trying to do is to get it's session and also the functions in a subdomain…
Ashile
  • 11
  • 1
0
votes
2 answers

Php password and username pattern validator modefication

Oxwall on username and password only allows the use of english alphabet (for example username markjones) I need oxwall login/join/registration to accept letters/characters in other languages like (for example BG/RU bulgarian and russian) these are…
1
2