Marco Cimmino
Forum Replies Created
-
The easiest thing is to install firebug and check or give me the url of your website and I can do it myself.
What has to do with my plug-in? My plug-in adds fields to registration NOT to login like in the screenshot, also doesn’t add that style.
So I don’t know why you blame it.
Forum: Plugins
In reply to: Cimy Header Image RotatorPlease resolve the ticket.
Forum: Plugins
In reply to: conflict between superb slideshow gallery and Cimy Header Image RotatorThanks, bigwavemaui please resolve this ticket then.
Any possibility to have those info?
Forum: Plugins
In reply to: Plugin: Cimy User Extra Fields – Image URL In Rich EditorIssue has been fixed in v2.2.0 and a short code to fix all your users should look like:
$ef = get_cimyFieldValue(false, 'ABOUT'); foreach ($ef as $field) { $user_id = $field['user_id']; $value = $field['VALUE']; $value = str_replace("../wp-content/", content_url(), $value); set_cimyFieldValue($user_id, 'ABOUT', $value); }* copy/paste ^ into cimy_uef_init_mce.php after the <?php (2nd line)
* go to profile page (with your ADMIN user)
* done everything should be automagically updatedyou can remove the above code.
Forum: Plugins
In reply to: Plugin: Cimy User Extra Fields – Image URL In Rich EditorI am just providing what I know.
Not true, it took for you 1+4 messages to show me the custom code you use and that is giving you issue.
Is like going to the car service, asking to fix the car and hiding the car somewhere and saying: “Yea the car is blue and is broken… why?”. Do you think is normal?Said this finally I understood that your problem is the url returned by this line of code you added:
get_cimyFieldValue($curauth->ID, 'ABOUT')So what the specific user inserted in the about field? Show me a screenshot.
Plus my email is everywhere, if you would have read the FAQ as I told you 3 times with this one you’ll have found it.Forum: Plugins
In reply to: Plugin: Cimy User Extra Fields – Image URL In Rich EditorMan that page I have no idea how is created.
Is your code? Show me the code.
Is a plug-in that does that? Tell me which.I repeat you are lacking VITAL INFORMATION TO DEBUG THE ISSUE and you are seriously upsetting me.
Forum: Plugins
In reply to: Plugin: Cimy User Extra Fields – Image URL In Rich EditorWhat I am saying is… regardless of registration disabled if you look at the example link you will notice there is text on the top left of the content area where there should be a photo, if you inspect that part of the source you will see the image url it is trying to pull in begins with ../wp-content which doesnt work, if you edit the source live and just remove the two dots it works fine.
Does that help you understand?
That url is not produced by my plug-in and I have no idea where it comes from.
Cimy User Extra Fields is a plug-in to add registration and profiles’ fields, does not do anything about your blog’s content.So how can I help you in code is not mine?
Forum: Plugins
In reply to: Plugin: Cimy User Extra Fields – Image URL In Rich Editorhttp://www.securitynewsdesk.com/wp-content/uploads/2011/07/Kaba_logo_new-e1311845735277.jpg
This url has nothing to do with textarea-rich do you understand this? If I understood correctly from the very fuzzy decription, I think you are complaining for the tinyMCE buttons’ url that are not absolute, but those urls come from:
/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.cssso is not my fault, even though not sure why for me works perfectly and for you not.
Of course with so poor description of your problem and of your system this is the most I can do.Forum: Plugins
In reply to: Plugin: Cimy User Extra Fields – Image URL In Rich EditorThese images worked fine before I upgraded the plugin and wordpress
upgraded to which version? Come on man, I said read the FAQ!
Example url of where this is happening…
Example is not there as you disabled registration.
Once again: provide more info or you are just wasting my time.
I noticed the images added to the rich text box on the author profiles using this plugin has added ../wp-content/ and thus doesnt find the images anymore. Is there a way I can force this to take the definitive image url instead of using ../ to try and find them relatively?
I do not understand anything, but seems totally unrelated thing. Please open a different ticket with more details.
Read the FAQ before that.
Source code of what you are referring useful too.Ok you convinced me and I committed the first patch. Fix will be available for v2.2.0
thanks
Actually I think I never added support for regex case insensitive… you are right indeed.
Altough your patch is not good, what happens if someone already adds ‘/i’ or ‘/iu’?Hmm, no, I think that code I posted should work but it doesn’t, so the IF is somehow wrong.
Now I even commented it, but I cannot understand why it doesn’t work properly.