wordpress-plugin

Using wordpress as an article directory - what plugins/themes to use?

Anybody using wordpress as an article directory? I don't have time to customize it, so if anybody has done it or using any plugin/theme could you point me to it? Also, is there any alternative script for article directories? ...

Which CMS plugins for Wordpress should I use?

I'm looking into setting up a very simple site (static pages and an image gallery) with Wordpress for a non-web-savvy client, so I'd like to simplify the Editor role's admin interface as much as possible. Looking through Wordpress's plugin directory, I found several plugins that "CMS-ify" the admin side of things, hiding menu options an...

WP plugin based on useragent

I am writing a plugin which does some js stuff, but does not work for other browsers than FF . I've thought why not execute the plugin for the browsers which support it. I've added the code, but for some reason when I activate the plugin and check the site with a FF all I get is blank page. If I visit with a IE the site is shown correctl...

Good resources for Wordpress?

Hi, I'm building quite a large site, no e-commerce, but a a lot of specific content to be managed. For some reason, the client wants Wordpress. There is no way of getting around this... I've used Wordpress before to rapidly develop blogs, but that's about it. If anything goes beyond the scope of Wordpress I'll use a framework in someth...

Add number (in Category Description) with child number

Hello I tried to get some help ealier, but I think it didn't make any sense, what I wronte. Sorry for my realtivly bad English. Wordpress: I have several categories, with a number in each description. Every category has some children. Example 4. I need some type script, that takes the category description (the number specified) and ad...

Help Writing Input Data to Database With Wordpress Plugin

Hi I am making a wordpress plugin where I need the Admin to enter data into a database table. I am able to install the db table when the Plugin is activated, however I can't figure out how to save the user input. I've asked on the WP forums but they're dead... Any experienced guru who can lend some guidance would be greatly appreciated. ...

How to display 5 related blogs using google blogsearch API?

Hey there, I'm trying to figure out the code to implement into my blog pages to display 5 related "external" blogs using google blogsearch API. Has anyone been able to pull this off or know of a wordpress plugin to do it? Thanks. ...

Create new table with Wordpress API

I'm trying to create a new plugin to track popular posts based on views and I have everything done and ready to go, but I can't seem to create a new table using the Wordpress API (I can do it with standard PHP or with phpMyAdmin, but I want this plugin to be self-sufficient). I've tried several ways ($wpdb->query, $wpdb->get_results, d...

Virtual pages for my plugin

Hi, I am currently in the process of making a WordPress Plugin which is going to parse some external data (products) from various web services and present them as normal pages in WordPress. I would like to avoid actually creating the pages programatically and instead just generate them on the fly to avoid any synchronization issues if a...

Deny http access to a directory, allow access from WordPress plugin

Hey. I need to prevent direct access to http://www.site.com/wp-content/uploads/folder/something.pdf through the browser. However the Download Monitor plugin I am using, which allows logged in users to download the file, needs to be able to work. Trying Order Allow,Deny Deny from all Allow from all but the download links do not no...

What Wordpress plugin is this one?

Hello, I'm having trouble identifying a plugin (or perhaps is not even a plugin), but can you tell me what plugin outputs the section at the bottom of the post that has the headers: "Did you like this article?" and "Related Posts", and has a list of bookmarking links, and a list of posts respectively. Image of the stuff I'm referring t...

how to set proplayer privew image stretch exact fit and inside video stretch uniform?

how can i use pro player preview image stretch exact fit and inside stretch uniform when play video ...

PHP in Wordpress Posts - Is this okay?

I've been working with some long lists of information and I've come up with a good way to post it in various formats on my wordpress blog posts. I installed the exec-PHP plugin, which allows you to run php in posts. I then created a new table (NEWTABLE) in my wordpress database and filled that table with names, scores, and other stuff....

Is there a wordpress pluggin that displays a page in a lightbox style window?

Is there a wordpress pluggin that displays a page in a lightbox style window? ...

Click on a marker to redirect user to a blog post

I'm using the following Wordpress and plugins combo. Wordpress 2.9.2 Geo Mashup 1.3.3 Geo Mashup Custom 1.0 What I want to achieve is when the user clicks on a marker it gets redirected to the blog post associated to it. I added the following code in my custom.js. GeoMashup.addAction('loadedMap', function( properties, marker ) { ...

wp_update_user crashes my plugin for wordpress

I am trying to write a plugin which will update a user field. I can use the update user meta function OK, but when I try the wp_update_user it doesnt work. wp_update_user($user_ID, 'user_nicename', 'test'); That crashes the plugin. Do I need to include something for this function to work?? ...

Wordpress rewrite image path

I've got a website that is running WordPress. It has several pictures that I am retrieving from a datafeed. The images from the datafeed are at locations like: http://image4.example.com/640/examples/example.jpg http://image4.example.com/640/example.jpg The image4 and 640 locations can change. I want to rewrite the images to where th...

Wordpress Login & Registeration System Like http://www.damnlag.com/

I came across http://www.damnlag.com/ yesterday and I have no idea how they have managed to build that kind of user sign up system using wordpress. how have they integrated the login form in the main website and how have they changed the look and fields of the registration form. Is it some plugin i'm not aware of? or have they messed ar...

Is there a way to install IntenseDebate on localhost?

Hi guys, I've been searching for a while now for a solution to install IntenseDebate on my local machine. From what I've seen, there doesn't seem to be anything around that would help me do that. Anyone has had any success installing IntenseDebate on their localhost? Thanks folks, LP ...

Wordpress: Not able to retrieve css for new plugin in admin mode

I'm creating a new plugin which will have it's own css file. The css file resides in the root folder of the plugin. In the plugin section of the admin interface, I have added a few text fields fields. But the CSS is not applied. I'm adding the CSS file using this code: // Register styling add_action('admin_init', 'event_styles'); ...