Finnwulf
Forum Replies Created
-
Forum: Plugins
In reply to: [Avatar Manager] Choose Image from Media Library button not workingup. same problem here. using multisite, network activated.
Forum: Plugins
In reply to: [Better Anchor Links] = How Do I Place In Custom Locations? = PHPOk I was thinking about php
but it was just a plugin settingfor everyone interested it was enough to uncheck:
-Title to display above anchor link list.
-Numerically ordered list (otherwise bulleted list)to solve this, so looks like the code above is just working.
here it is again as i forgot to quote it
// Better anchor links function better_anchor_links($content) { global $mwm_aal; echo '<div class="theclass">'; echo $mwm_aal->output_content_links(); echo '</div>'; return $content; } add_filter( 'the_content', 'better_anchor_links' );
Considering i dont know php, I guess its just pure luck.
Forum: Plugins
In reply to: [Post via Dropbox] Error – not postedHappy to help.
Your plugin works great for me now.Heres a more detailed procedure:
I update the txt files without the ID tag (otherwise I get into the error).
After posting I retrieve the ID and put it back to the file.
With this tag on I can then work on updating the files as much as I want.
Probably I just didnt deactivated I indeed uninstalled the package
so that can have smt to do with the Dropbox token.Not that should really concern but i use Scrivener for making out the txt
and Hazel to move em around folders.Forum: Plugins
In reply to: [Post via Dropbox] Error – not postedI found out the reason.
That happened because I deactivated and reactivated the plugin.
After that the plugin cant recognize id’s anymore.
You need to repost all. Not a great bug but can you solve this?
Also it would be good if you can create pages also.Forum: Plugins
In reply to: [Post via Dropbox] Error – not postedBasic functionality works (title/content-> posted).
To make sense in my workflow I need to update posted files.
Both provided solutions are actually causing the error (1) using [id] tag or 2) prepend to filename the ID).
Besides updating, the error is on using the id tag.Forum: Plugins
In reply to: [WP-LESS] Include CSS fileyea, up this. I wanna do the same thing.
Willem you found out any workaround?Forum: Reviews
In reply to: [Posts in Page] no linksChanged the plugin order, but still the menu does not come out.
Anyway I guess its inside the anchor plugin code. Everything else works just fine.
Thank you for this plugin.Forum: Reviews
In reply to: [Posts in Page] no linksOk I found out how to print the whole.
Here is my final code for posts_loop_template.php<!-- Start of Post Wrap --> <div> <!-- This is the output of the post title --> <h1><?php the_title(); ?></h1> <!-- This is the output of the excerpt --> <div> <?the_content() ?> </div> </div> <!-- // End of Post Wrap -->
All works good, but still the anchor menu is not built.
Forum: Reviews
In reply to: [Posts in Page] no linksAlso instead of loading the exerpt is it possible to load the entire post?
<?php the_excerpt(); ?>Forum: Reviews
In reply to: [Posts in Page] no linksHi, this worked great.
I wonder why then its not working.
Im using Better Anchor Links plugin to make a menu from h1/h2 titles.
Now on the page I see a perfect h2 title, but the menu is not built.
Has smt to do with the loading plugin order?Forum: Plugins
In reply to: [WP Glossary] tooltip translationswhatever plugin translator is good. lets say wpml. the glossary relates good. its about tooltips, they dont translate changing language.
Forum: Plugins
In reply to: [Plugin Organizer] How to create a grouphi thats actually how to move plugns into a group. How to create a new group?
Forum: Plugins
In reply to: [Plugin Organizer] Cant find global settingssolved
Forum: Plugins
In reply to: [Plugin Organizer] Cant find global settingsthanks!
cheers