I am using the Wordpress Hirebee theme from Appthemes.
Link to theme features: https://www.appthemes.com/themes/hirebee/
Link to theme demo: http://demos.appthemes.com/?theme=hirebee
The theme already has a messaging and notification system for freelancers and employers to communicate with each other. So I want to:
Make two buttons on profile. One button will be "Contact Me". It will send a normal message to the Freelancer.
Second button will be "Hire me" button. It will invite the freelancer to an open project already created by the employer/user. To use the Hire me button, employer/user have to create a project first, then look for freelancers and invite anyone they like from the profile. If no project is created when the the hire me button is clicked, it should show a popup message saying to create a project first with a link to Create a project page.
Both the above buttons should work along with the theme's existing notification system so users will get notifications for any messages or replies.
If someone used Hirebee theme please let me know how to do that.
Thanks in advance :)
We are currently trying to set up this same theme and that is a good question. I been waiting to see if anyone answers you.
Michelle
Related
So my task is to create a button in the advertisments part of osclass web page. Were an authenticated user could press a button "add more" and then choice any amount of pictures for example 30. And then those pictures would be counted as a separate advertisement. Then the user could add some detail to each one of the advertisements. As I have never created a plug-in for osclass I would like some guidance/help in doing so. Any links of good tutorials that could help me accomplish this would be great! And thanks for help! :)
Here's a tutorial to help you develop a plugin for Osclass. :)
About the plugin you want to create, it seems you want to create a custom attributes plugin (extra fields added to items) to extend Osclass item datas.
Hey guys i have to make some changes to my e commerce website ..The website is http://www.labskart.com/. The things is that here i want to add a signup option at the top of the website.When a user clicks on the signup button it should come with a popup and asking for
name and email id or with facebook integration like the same way as the flipcart does.
I have tried to make changes on header.php but it didnt do any good ..Am an newbie in wordpress development ..Hope you guys can help me out.
Any suggestions,code samples or any names of plugins must be aprreciated.Thanks in advance
PS: The theme am using is megashop theme..
Sometimes it only needs a bit of research. Install a plugin to do that like WP Modal Login or search for a better option for you, there's a couple of plugins to do so. Google it by keywords like "wordpress pop up login" and related keywords.
You can take a look at it.
http://wordpress.stackexchange.com/questions/10309/how-to-display-wordpress-user-registration-form-in-front-end-of-the-website
maybe this will provide u form.
Is it possible to have Admin Plugins? Or are plugins only for the Site?
What I want is to have a notification system (not email) on the Admin side very much like Facebook. The trigger for such notifications is from the Site.
I've scanned through these events for Plugins and implemented a very simple content plugin (just testing onContentAfterTitle) for Site only.
Questions
Do these events also apply to the Admin side?
Is it possible to have an Admin Plugin that selects notifications from the database and displays them on screen?
Or if you guys can recommend an existing extension, that would be of great help. Thanks
The plugins are available for both side admin and site.
the difference is based on the events used inside the plugin.
for example onContentAfterSave event on the content plugin trigger when an article is saved.
its available in both side when an admin saves articles it trigger, also from site users post articles then also it will trigger.
Some events that are applied only on the site like
onContentPrepare,onContentAfterTitle, onContentBeforeDisplay,onContentAfterDisplay etc
so which event is choose based on that the plugin works!.
The notification plugins you are looking for is what does exactly ? then only we can suggest an event or plugin like its related to article, user or something else.
Hope its make sense..
We have made a duplicate of one of our sites, this is the duplicate:
http://test.blog.aias.com.au/
Cannot get the comments to work for anonymous or admin users on the front end of the site. What I mean by that is that if I am admin I can only post comments via the administration interface (writing a comment in the comments section) but not on the fron-end of the website.
What is most bizzare is that the comments work fine on the original site but not on the duplicate site.
In the "Discussion" settings, "Users must be registered and logged in to comment" is tuned off but that still doesn't explain why even admin users cannot post comments via the "Add comment" link on the front-end of the website.
How can I get the Comments to work for the duplicate site?
Is there any back-end configurations files that need changing after doing the deployment to the duplicate website?
thanks,
Andrei
I suggest using this plugin once in the wp-admin, in tools you'll see "Search and Replace" type in the old url(original) and replace with the new url..click go and it will replace every single line in your database with the new value. I've done this with many wordpress sites moving from dev to production.
How can I let the visitors publish a post without registration in wordpress ?
Any programming modifications suggestions ?
TDO Mini Forms will do what you what you want without too much programming, if any. Here's part of the description from the plugin page:
This plugin allows you to add highly customisable forms that work with your Wordpress Theme to your website that allows non-registered users and/or subscribers (also configurable) to submit and edit posts and pages. New posts are kept in "draft" until an admin can publish them (also configurable). Likewise edits can be kept be automatically kept as revisions until an admin approves them. It can optionally use Akismet to check if submissions and contributions are spam. TDO Mini Forms can be used to create "outside-the-box" uses for Wordpress, from Contact Managers, Ad Managers, Collaborate Image Sites, Submit Links, etc.
Correct me if I'm wrong, but I think the standard WordPress settings will allow you to open up the comments. Assuming you're using at least version 2.8, go to Dashboard > Settings > Discussion. Here you'll find the standard options, try this combo ('yes' and 'no' indicate if the boxes are checked):
Other comment settings:
no - Users must be registered and logged in to comment
Before a comment appears:
yes - An administrator must always approve the comment
no - Comment author must have a previously approved comment
Try this on for size ;-)
WordPress does have a 'post by email' feature:
WordPress can be configured to use
e-mail to post to a blog. To enable
this functionality, you need to:
Create a dedicated e-mail account to be used solely for posting
to your blog,
Configure WordPress to access that account, and
Configure WordPress to publish messages from the e-mail account
You can blog by e-mail using most
standard e-mail software programs or a
Weblog Client -- a program
specifically designed to send posts
via email.
Link to the documentation: http://codex.wordpress.org/Blog_by_Email
For this purpose, you can use the following plugins: gravity forms (one of the best, but not free) post from site and quick post widget.
TDO forms is a waste of time, in my opinion: it's very difficult to use and to learn.