wpprogrammeurs.nl
Forum Replies Created
-
All problems with thickbox and text selections seem to have been solved with 1.1.0.3. — thank you much for this great plugin.
out of curiosity : Why does the plugin not kick in as editor for the super-admin User interface in a multi-site ? (Don’t fix what isn’t broken though).
blank thickbox issue seems te be fixed (preliminary testing),
but …. now I can no longer copy / paste texts. CTRL + A does not work, neither does holding the left mouse button to select a section of code.
(I understand, believe me, I understand … a programmer’s work is never done ! Love the plugin so will go back to an older version for now as I don’t seem to recall having had problems with wp editor before)
Ben,
I’m afraid it may get more disturbing. Just wrote a lengthy post forgetting I had wp editor activated.
Of course as soon as I saw the blank thickbox I knew … darn … save/published the post .. deactivated wp-editor, went back to my post to add the images I wanted in the first place, only to find my entire post to be empty !
Post save was accepted (otherwise a popup also warns about not having saved the post), but somehow it did not save content.(I agree this is a very particular chain of events, but something is not right with wp-editor).
Forum: Hacks
In reply to: how to set post to sticky (IN PHP) ?OK found the answer :
https://wpprogrammeurs.nl/creating-sticky-posts-through-php/
thank you much ….. solution works.
Forum: Plugins
In reply to: [classyfrieds] [Plugin: classyfrieds] International | Currency Sign | £Aha ..
Version 2.4 does not have that anymore. It’ll go public any time now. In the meantime you can just build on and upgrade to V 2.4 when it’s available.
To see glimpses of upcoming versions:
https://classyfrieds.com/add-a-listing/
(this site is usually 1 version ahead of www.ads-software.com, and at the time of this writing it’s running v 2.4.5 )Forum: Plugins
In reply to: [classyfrieds] [Plugin: classyfrieds] International | Currency Sign | £q292u,
Be sure to share your site with us so we can enjoy the work you put it !
It may be oversight on our part, but I’m not sure what you are referring to regarding Euro signs or words. In the regular classyfrieds plugin there are no references to currencies.
In the paid content expansion pack we do have currencies but you can select any paypal approved currency you like from the admin menu.
Also see our live demo : https://classyfrieds.com/see-listings/
and our expansion pack info : https://classyfrieds.com/classyfrieds-paid-content/(We do have an upgrade planned where you can edit the language files inside the admin interface. This will likely arrive in V 2.5. If you need to change a language setting in the meantime you can find them in : classyfrieds -> themefiles -> language -> lang_english.php )
If I’m missing your point please elaborate.
Forum: Plugins
In reply to: [author love] [Plugin: author love] Just Wanted to say thank you!You’re very welcome, don’t hesitate to contact us if we can help you with future modifications.
Pete
Forum: Plugins
In reply to: [classyfrieds] [Plugin: classyfrieds] No link in Admin UI?good catch, that was helpful ! Both plugins occupy the same menu position. Just happens that W4 won.
if you are comfortable with the built in plugin editor:
go to classyfrieds -> init.php and put 2 slashes in front of the menu postion line (line 29 ) as follows :// create the custom posts function create_classyfrieds_type() { register_post_type('classyfrieds', array( 'description' => 'classified listings for the classyfried system', 'public' => true, //'menu_position' => 6, <<<<-----------<<<<--------- 'show_ui' => true, 'show_in_menu' => true, 'show_in_admin_bar' => true, 'capability_type' => 'post', 'hierarchical' => false,
This will move the whole classyfrieds block to the bottom of the menu tree. Although we don’t like being last in the list we’ll remove the line in the next update ??
[Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]
Forum: Plugins
In reply to: [classyfrieds] [Plugin: classyfrieds] No link in Admin UI?this one is buried deep but it’s worth the shot. Do you have the screen-options checked for these custom posts ?
(Don’t ask me why but this must be WordPress’s least intuitive feature).https://classyfrieds.com/shots/scropt.png
go to appearance – > menus – then select screen options top right.If this does not solve your issue please send us a PM > info [at] wordpressprogrammeurs.nl
Forum: Plugins
In reply to: [classyfrieds] [Plugin: classyfrieds] No link in Admin UI?Michael,
classyfrieds works with custom posts (to keep things neat and separated).
Anytime custom posts are used, these ‘posts’ do not end up in your ‘posts’ block in the Admin UI. Instead you should look for a ‘classyfrieds’ block.There you can write ‘posts’ called classyfrieds, and see listings that users submitted. There you can also create classycats (a custom type of categorie that only shows up in the classifieds system).
in short, create classycats not categories. See screenshot : https://classyfrieds.com/shots/menu.png
Forum: Plugins
In reply to: [classyfrieds] [Plugin: classyfrieds] Classyfrieds – Contact informationChris,
the classyfrieds plugin is being developed by wpprogrammeurs.nl
you can reach me at info at wordpressprogrammeurs.nlPete