brandonferens
Forum Replies Created
-
Forum: Reviews
In reply to: [Perfect Quotes] Good but not useful to meThe fix for this has finally been issued as of 0.3.4.3. Enjoy.
Forum: Plugins
In reply to: [Perfect Quotes] Feature request "blockquote"Thanks for the idea. When I originally built this plugin I was unaware of a lot of the new HTML5 features that were becoming more and more common place. It will get updated to be more robust and current in the future.
Forum: Plugins
In reply to: [Perfect Quotes] Invalid Index WarningsThanks for the heads up. I have updated the code, but haven’t actually pushed a new tag. It will come out at some point.
Forum: Plugins
In reply to: [Perfect Quotes] Remove the "Perfect Quotes" titleI updated the code with the following line as @mensmaximus’s code was redundant. Thanks for the heads up though!
$title = apply_filters('widget_title', $instance['title'], $instance, $this->id_base);
Forum: Plugins
In reply to: [Perfect Quotes] Change PermalinkIt is possible, it just not something I have time to devote to this. If you have some knowledge of php, you can edit the plugin and change the slug to match what you want the permalink to read. However, this would get overwritten on every update.
I am getting the message “No system logs were found!”
Forum: Reviews
In reply to: [Perfect Quotes] Really simple!Thanks for your comments. I just updated the plugin so now the title won’t default to “Perfect Quotes” if you leave the title blank.
Forum: Reviews
In reply to: [Perfect Quotes] Good but not useful to meI just submitted the new version. You are no longer required to have a title and if you leave the title blank, it no longer defaults to “Perfect Quotes”.
If you notice to the right of the media icon just above the text editor, you will see a little asterisk. Click on this and you select any option you choose: random, categories, number, etc.
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Call to function errorPerfect! Thanks for the update.
Forum: Plugins
In reply to: [Posts 2 Posts] [Plugin: Posts 2 Posts] Call to function errorI’m guessing it is one of these:
p2p_register_connection_type( array('name' => 'projects_to_articles', 'from' => 'project', 'to' => 'article', 'reciprocal' => true ) ); p2p_register_connection_type( array('name' => 'articles_to_articles', 'from' => 'article', 'to' => 'article', 'reciprocal' => true ) ); p2p_register_connection_type( array('name' => 'articles_to_data-sets', 'from' => 'article', 'to' => 'data-set', 'reciprocal' => true ) );