jereruira
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom Post Type Menu Positions?For future readers, look here: https://codex.www.ads-software.com/Function_Reference/register_post_type
menu_position
(integer) (optional) The position in the menu order the post type should appear.Default: null – defaults to below Comments
5 – below Posts
10 – below Media
15 – below Links
20 – below Pages
25 – below comments
60 – below first separator
65 – below Plugins
70 – below Users
75 – below Tools
80 – below Settings
100 – below second separatorSame question here. I’ll post something here for future readers if I find an answer.
Forum: Plugins
In reply to: [Plugin: wordTube] Support for JW Player 5?Hey yeah, alex, I mean you must be buried with work, but we would really like to know when it’s ready?
Gruss und herzlichen Dank for all the great work.
(Und falls du mal hilfe brauchst, sag Bescheid. Bin kein Programmierer, aber immer gerne bereit zu testen oder anderweitige Kleinarbeit zu übernehmen.)
Forum: Fixing WordPress
In reply to: [Plugin: wordTube] Using Wordtube with a CDNSeven month later, same problem here. It is still not possible “out of the box”, but alex Rabe (the author of the plugin) wrote somewhere that it is possible to hack the plugin to enable uploads to external servers. I tried to find some info about how to do this by doing some research. Still no luck. Any hints are more than welcome.
Forum: Plugins
In reply to: [Plugin: wordTube] Support for JW Player 5?Same question here. On the longtail-site, version 5.0 is still greyed out. You might have to wait.
Forum: Themes and Templates
In reply to: Post #’s per pageThanks for asking the question and many thanks for answering it. Took me one minute. Viva la search on www.ads-software.com.
Forum: Fixing WordPress
In reply to: Search TemplateThe 2nd solution works great. I used it in the header of the page. Neat. Thanks to mojorob and iridiax.
Forum: Plugins
In reply to: translating the comments_popup_link with gengoproblem solved (kind of):
I just used the comments_link instead.
It’s a work-around, as this doesn’t show the number of comments. But I decided to do without.
Needed some time, but finally I managed to put my little head to work.
Thanks for your answer, moshu.
Forum: Plugins
In reply to: translating the comments_popup_link with gengoThanks for your hint. Tried it, but my plugin didn’t like it.
That solution doesn’t work with gengo, as it does only allow one language as wp_lang in the wp_config file. So automatic translation doesn’t seem to be an option.
I’m still trying to change the code posted above to make it work.
I don’t understand why the gengo_snippet function conflicts with the comments_popup_link. If I replace the gengo-function with, i.e. the the_date function, it works fine.