knijia
Forum Replies Created
-
Forum: Plugins
In reply to: [Magic Fields 2] Tiny MCE Editor not appearing in Magic Fields 2Hi, i’ve had the same issue with MF2 and TinyMCE. I resolved it in deactivating the tinyMCE plugin, then in MF2 i clicked on “edit post type” on my post type and save the post type (without changing anything), diconnected from the WP admin and reconnecting, reactivating the TinyMCE plugin and the visual editor reappaeared … hope it would help someone.
Hi, i’ve had the same issue with MF2 and TinyMCE. I resolved it in deactivating the tinyMCE plugin, then in MF2 i clicked on “edit post type” on my post type and save the post type (without changing anything), diconnected from the WP admin and reconnecting, reactivating the TinyMCE plugin and the visual editor reappaeared … hope it would help someone.
Forum: Hacks
In reply to: How to limit word or character count with recent comments (with get_comments())Hi alchymyth,
thanks for your answer. It’s exactly what i was searching for. I’m not used with comments functions on wordpress. Tks again <3thks for your answer amax2222, i did not think about the do_shortcode. Unfortunatelly, i can’t get it to work. Do i need to call something else before the
<?php echo do_shortcode('[ai1ec view="agenda"]'); ?>
? Anyway it’s just what i was looking for, a simple way to manually add the widget. Hope i’m just missing something …Forum: Plugins
In reply to: [User Access Manager] [Plugin: User Access Manager] Redirect user not workingSame problem with a specific wordpress page redirection
Forum: Plugins
In reply to: [Plugin: Lightbox Plus] Inline content doesn't show upok, i’ll answer myself to my problem :
for the div with the id, it’s not
lbp-inline-link-1
but
lbp-inline-href-1
So the correct code provided by LBP is :
<a class="lbp-inline-link-1" href="#">Inline HTML Content</a>
<div style="display:none"> <div id="lbp-inline-href-1" style="padding: 10px;background: #fff"> Inline Content Goes Here </div> </div>Hope my mistake will help. You should get it to work with this code.
Forum: Plugins
In reply to: [Plugin: Lightbox Plus] Inline content doesn't show upi think you’re forgetting some code. Here is the code provided by lbp :
<a class="lbp-inline-link-1" href="#">Inline HTML Content</a>
<div style="display:none"> <div id="lbp-inline-link-1" style="padding: 10px;background: #fff"> Inline Content Goes Here </div> </div>So the class lbp-inline-link-1 goes with the id lbp-inline-link-1 (that must be hidden with display:none).
I hope it will work for you because, whereas i’m telling you that, i can’t get the inline lightboxes to work with this code. Please let me know if it has sold your issue.Forum: Plugins
In reply to: Help needed using Magic Fields 'Related Type'Hi there,
i wondered how to display ‘related type’ when the field is duplicated.
When i use :<?php> $related_content = get_order_field('my-related-field'); foreach($related_content as $my-related-field){ echo get('my-related-field',1,$my-related-field); } ?>
it returns the correct IDs of related type, but how to display the_permalink, the_title and the_excerpt of each post for example instead of the ID numbers of each post.
I guess it’s more a php question but if someone could give me an advice.
Thksin addition, when i change both of the 2 default words, it seems to work. For exemple :
The default :- Image {current} of {total}
for
- Photo{current} sur{total}
But when i change only one word, it does not work.
Thks.Forum: Plugins
In reply to: [Plugin: jQuery Colorbox] Not Showing Upsame issue, colorbox and cforms II, has someone solved it ?
Forum: Fixing WordPress
In reply to: WordPress 3.0 custom menu problem HELP!i have the same problem. The first time i reinstalled wordpress and it was ok, i created a custom menu. A few weeks passed, and i wanted to add an entry today but the problem is back. Someone has the same problem ?
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] [Plugin: Lightbox Plus] Problems with WP 3.0Hello again, for my problem, it was just the php version to set to php5 (with .htaccess). It was indicated in the plugin’s notes but i did not pay attention to it until yesterday. The plugin works fine now.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] [Plugin: Lightbox Plus] Problems with WP 3.0Hello,
i have almost the same problem since wordpress 3.0 :
Parse error: syntax error, unexpected T_STRING, expecting T_OLD_FUNCTION or T_FUNCTION or T_VAR or ‘}’ in /homez.338/tutorama/www/wp-content/plugins/lightbox-plus/classes/shd.class.php on line 85