kandiaga
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add to calendar linkWhy not using a self hosted calendar system?
Forum: Fixing WordPress
In reply to: Do Not Display Dynamic Photo Gallery if EmptyIf you have the tags variables and the images variables an if condition will do the job.
Forum: Fixing WordPress
In reply to: Is it possible to create Bootstrap admin designs on the front end?Of course you can do it but it’s a lof of work.
Forum: Fixing WordPress
In reply to: User relationships based on domainHi,
You can use preg_match to see if two users use the same domain name.
But that don’t mean that they are working in the same company.
If the domain name is gmail.com or yahoo.com ?You can use another method, asking users theire company names during registration.
With this method, the company name should be unique so that you can use it as an ID.Forum: Fixing WordPress
In reply to: need help for front end postingOk, @jdembowski .
I’m new here, I used to be in other forum platforms that allow private messaging.
I’m sorry for that.Forum: Fixing WordPress
In reply to: need help for front end postingOk, I see.
In this forum we can not send private messages or what?
If you could tell me your budget in private maybe I can help you.Forum: Fixing WordPress
In reply to: need help for front end postingHi,
I think you can easily build a custom plugin that will do the job if the exsting once
to meet your requirements.