Quantcast
Channel: WordPress › Support » Forum: Hacks - Recent Topics
Browsing all 8245 articles
Browse latest View live

johncastlegate on "How to remove "Add Media" button in WP 3.5?"

In previous versions of WordPress, I could remove the media upload button with something like: function z_remove_media_controls($context) { return; } add_action('media_buttons_context',...

View Article



Bubbajuju on "Show Category Children But Hide "No Category" with Children List"

<?php $cat_id = get_query_var('cat'); $catlist = get_categories('child_of=' . $cat_id); if ($catlist) { wp_list_categories('echo=0&orderby=id&title_li=&child_of=' . $cat_id); } else {...

View Article

martin.kovac on "tinyMCE config file location"

Where can I find config file for tinymce editor? To be precise I'm looking for valid elements that tinymce accepts. Thanks

View Article

416BC on "Adding an options page to the USER dashboard?"

I am making a plugin, which will turn in to a membership site I'm hosting. I'd like the users to be able to go the dashboard, and besides editing their profile, I'd like an options page for settings...

View Article

blpraveen on "WordPress Editor switch between html and visuals not working"

I need to show the editor on my plugin dynamically. I tried using the javascript code to show editor tinyMCE.settings = tinyMCEPreInit.mceInit.content; tinyMCE.execCommand('mceAddControl', false,...

View Article


MatthewRuddy on "Image Resizing Function - An Alternative to Timthumb"

Hey all. I've been working hard on updating my plugin the 'Easing Slider'. A fairly massive update is on the way, and being a slideshow plugin image resizing is always a hot topic. I had been using...

View Article

kevin360 on "WP 3.5 - set title for image when inserting media"

Hopefully someone will be able to help me with this and it'll be an easy fix! In the previous version of WP I had changed the code so that when I inserted a new image into a post, the title which is...

View Article

WStringer2 on "How to report a catastrophic plugin exploit?"

Hello everyone, Can someone tell me the best way to report a catastrophic plugin hack with posting the details of the exploit for all the web to see? It's a plugin that is in the WP Plugin Repository,...

View Article


rocked18 on "Post title link"

Hi, I added the Fancy Post Stamp plug in and i have it looking as i want. But the post title links are now not linking to their own article pages. The post titles should be clickable so that people can...

View Article


Robert A. Ruby II on "save post running twice and creating two database...

I am developing a job tracking database for my utility engineering company and am having an issue when running a save hook. I have a task_types db table that tasks are created off of and using a custom...

View Article

collie_walkie on "problem with custom slugs in my plugin"

I'm having problems with a plugin, it renders according to the ID of a diary plugin, but the url is oddly shaped. "localhost/system/diary/?aid=20" I want it like this: "localhost/system/diary/20" I...

View Article

anup@xentrictechnologies.in on "wordpress default function is not working in...

i am new in plugin development.i am submitting a form in front end,after submitting i am showing a simple hello message. but during form submission below error are showing: Fatal error: Call to...

View Article

chips on "Ideas for recording user transactions"

I'm developing a site for a client which requires a system to record a list of transactions for a user. Each transaction would need to record the date and value of the transaction. My initial thought...

View Article


paulhume on "Page Protection Password"

I have a need for the password to time out a lot quicker for protected pages in a wordpress site. In older versions of WP I would edit the wp_pass.php file to achieve this. After the 3.4.1 update WP...

View Article

Kasper on "Featured image are cropping my image!"

Hi I have this theme called "TRIM" The featured image function are cropping my image, so it dosen´t get whole the image:S See featured image in post here: http://screencast.com/t/D3uxzvlQ How the image...

View Article


CyberAxe on "Changing Attachment URL"

I've replaced all attachment URLs from for example ?attachment_id=124 to media-view/124 I'm then using the following code to intercept and display the right content when someone goes to a media-view...

View Article

Abhishek Kumar on "Different background image for Wrapper class on page id 2"

where are you "Esmi" I hope at-least you will reply for this...I need your help here..please give some time here as well.

View Article


sarahvenicebailey@gmail.com on "Hacked with redirect, help?"

Hello, Alright, so I just bought a new domain and installed the new wordpress. I went through my host which is bluehost. I also purchased sitelock (yeah, lot of good it's done me...) After installing...

View Article

Nasgor on "Changing footer call"

Hi, I'm triying to chang the footer text by a plugin, I can add the new text, but the old one still apears. Can any body help me, pleas. Here is the code: <?php // AÑADIR FIRMA AL FINAL DE LA WEB...

View Article

mossyboy on "Help: Update existing plugin for Twitter 1.1 API"

Hi I have been developing a Wordpress site for someone which uses a the plugin Social Media Mashup which intergrates many social media RSS feeds into one. Anyway, the site I was working on has been...

View Article
Browsing all 8245 articles
Browse latest View live




Latest Images