manuplus
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-EMail] Hook for email_form functionHi Lester,
ok, thanks for your reply, that’s what I finally made ??
Forum: Plugins
In reply to: [WP-EMail] Hook for email_form functionI don’t understand your answer, excuse me… Or maybe I turned my question in a bad way.
I’m using the email-popup.php, in which there’s a call to the email function (email_form(true))…The part I want to overwrite is the form (html tags and CSS).
How would it be possible in the standalone.php file?!Forum: Plugins
In reply to: [WP-EMail] Hook for email_form functionThanks for youy reply Lester.
Don’t know if it’s there I can achieve what I want to (or don’t know how).In your wp-email, the interesting part for me is th one that allows to insert html, in this function :
### Function: E-Mail Form
function email_form($content, $echo = true, $subtitle = true, $div = true, $error_field = ”) {
// …
}Could I achieve it in email-standalone.php?
Thanks for your reply,Manu
Hi there,
Same issue too:
– Chrome
– Wp 4.1.2
– PHP 5.4…sorry to rxtend the list without solution !
??
Forum: Plugins
In reply to: [Fast Secure Contact Form] Post id in email bodyHi,
Thanks to both of you ??Mike, I yet had this helpfull code (I once asked you for support), but the problem is that the function
url_to_postid();
returns 0 because my posts are displayed onindex.php
.That’s why I tried the code above, trying to concatenate site url with post title…
May I give you a url for example?
Forum: Plugins
In reply to: [WP-EMail] Get post content in email bodyHi Lester,
Thanks a lot for your support.
I actually just was wrong with the variable declaration!Your wp-print also works like a charm!
Forum: Plugins
In reply to: [WP-Print] Integrate Advanced Custom Fields ACFHi aburget,
Think I got your solution (using ACF too).
In “print-posts.php”, find the lines where you want your fields to appear, then do something like that:<p><?php $your_field = get_field(‘your-field-name’); echo $your_field ; ?></php>
Hope it’ll be usefull for you! ??
Forum: Plugins
In reply to: [WP-EMail] Get post content in email bodyThanks for your reply ??
I yet tried to adda variable around those lines, it hadn’t worked.
Gonna try again!Forum: Plugins
In reply to: [GDMylist] Lists for non logged usersHi andygi,
I just read you…
Thanks for your answer, I finally turned back to WP-favorite and customized it!Forum: Plugins
In reply to: [GDMylist] Lists for non logged usersI’d like to know too!
Thanks for your reply ??Forum: Plugins
In reply to: [WP-EMail] Embed Post_Image in Mail?Hi guys,
I think this post is nearly what I was looking for…but I’d like to know wether the good issue exists for me!I’m creating a “small ads like” website, and have to find a way to share the custom post content by email (images and custom fields).
Is there a way to get that, adding few lines of code in the wp-email.php?
I don’t know if my question is correct, but thanks for your reply!
Forum: Themes and Templates
In reply to: [Expound] Show full post on homepage – no excerptHi ??
The same problem for me, and don’t find any issue.
In the new wordpress themes, there are no longer “home.php” neither “post.php” etc
So, I think the “indexphp” does the job by default, but still displays the excerpts instead of full posts…
Maybe have to create a custom type?
Or modify one of the “wp-include’ files?
Thanks for ur help ??