Linux 软件免费装

Jameel's Dev Tools

开发者 jameelbokhari
更新时间 2013年8月26日 10:04
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 3.6
版权: WTFPL
版权网址: 版权信息

标签

development columns tools url find and replace

下载

1.0.1 1.0.2

详情介绍:

This plugin adds a few useful features for when you are developing a website on WordPress. It is intended to be installed on a development server, or local installation when setting up a website and should be left installed after production to retain the shortcode commands. Features Include:

安装:

  1. Upload jameels-dev-tools entire directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Start using shortcode immediately. See Tools > Jameel's Dev Tools for options and more info.

屏幕截图:

  • Plugin adds buttons for creating shortcode.
  • Images using `[homeurl]` shortcode in their src will still show up in the Visual Tab
  • Hundreds, if not thousands, of column layouts can be created.

升级注意事项:

1.0.2
  • Critical update, plugin needs to be deactivated and activated again if installed
1.0.0
  • Initial Release

常见问题:

How can I add columns into pages?

Use the shortcode [col]...[/col] to create a column, replacing ... with the content. Columns can have different width. The width can be any number between 1 and 12 and uses perecentages. So 12 is full width (with some margin), a width of 6 is half, a width of 4 is a third, and a width of 3 is one fourth. You can create any combination, preferrably if it adds up to 12. There are thousands of combinations you can do.

Why are my columns uneven?

If your columns are not level it could be due to the extra line breaks that wordpress adds. You can turn off wpautop in the plugin's general settings OR remove the extra line break. In other words, your columns need to be on the same line. EG: [col]Your first column's content...[/col][col]Stil same line, your second column's content...[/col] This eliminates extra <br> and <p> tags in the html output, which can cause the columns to be uneven.

How does the find and replace tool work?

The search and replace will query all content from posts and pages at once and then perform the replacement. Under Tools> Jameel's Dev Tools, you'll find a tab labeled Links. Here is where you fill in the fields to "Change all instances of ___ to ___. By defaults the site's url is set to be replaced with the shortcode [homeurl] because this is what it is inteded for. The changes are saved as separate posts temporarily, and you are reported the number of instances found total and how many posts will be effected. At this point you can choose to save the settings. This has been tested with only a small ammount of pages and posts, but if you have a lot of posts and pages this can potentially take a LONG time (it's only been tested with a small ammount of content). Always, always, always backup database before performing this action!

The search and replace tool doesn't do anything, why?

If you don't see results, it's because you searched for something that wasn't found. I'm working on cleaning up the messages for the next release.

The plugin aslo doesn't _____?

I'm working on it.

更新日志:

1.0.2 1.0.1 1.0.0