Where can i find the community builder mail function? - email

I want to have an customize email after the registration in my community builder, I want to do it in the main mailing function of community builder.
Where could I find that certain function/file?
or any Idea how to customize community builder mailing function, I want it to be in HTML based and have some pictures and graphics on it.,
Tnx for the replies.

You can have a look at the function comprofilerMail which is in the file administrator/components/com_comprofiler/comprofiler.class.php

Related

Creating a custom Feature/plugin in SuiteCommerce Advanced?

My question is regarding Netsuite SCA/Sitebuilder website related. I would like to know if anyone has tried making custom feature for website in netsuite UI? for eg: we have "Add to cart button show for facet result" checkbox in Suitecommerce configuration OR we have feature like "Password protect entire website" feature in shopping tab of setup website, where if we enable/disable that button it reflect on website directly, just like this if anyone want to create their own functionality and bundle it or create module which can be used in general for other website of netsuite also, How can we do this or is it possible or not? Can we make Reusable module in Netsuite for website purpose?
Thanks!
Yes, I have done it almost all point mentioned above, everything is possible in Netsuite SCA, I am not sure about site builder, But SCA is grt customization capabilities. Do check out my other answer on StackOverflow. Let me know if you have more question.

Sharing a sheet using script/macros in Google Sheets

I am just writing to ask if there's any way to share a Google Sheet worksheet with specific people using Google Apps Script Editor?
My ultimate goal is have it so the macro button share's the sheet with a set amount of addresses then emails them the shareable link, so they can see the sheet after receiving the email.
If there is a way, could you kindly explain/show me how? It would be greatly appreciated.
Not sure if this is what you're looking for, there's a Google Sheet add-on called Neo-Share, that allows you to share the sheet to specific people with the option of choosing between Editors and Viewers.
If you want to do it yourself this section of the docs is what you're looking for.

Multipage form for silverpop

I am currently doing some research on building a multipage form using silverpop but I couldn't find a relevant material online. Has anyone tried to do this? If so any pointers on how to implement it would be greatly appreciated.
I built a multi page webform outside of their UI in PHP and used their API to send in the values.
Do you have any experience with their API?
I guess you can also build one in their UI but use JQuery to hide and display sections of fields. I haven't tried out that method though.

Open an external link in a wicket modal window

I'm pretty new to wicket, so apologies if this is very easy - I'd like to open an external link in a modal window. The url is fixed and isn't a lot more than a static page - how should I go about doing this?
My money would be on the Include component. Javadoc. Example in wicket examples
I'm afraid I didn't ever have to use this particular component, so I can't provide any more information, but it looks like you should be able to use it like any other wicket component with no particular complications.
Hope this helps!
you should have a look at ExternalLink. You can use it like so:
java:
ExternalLink link = new ExternalLink("linkid", "http://www.google.com");
add(link);
with html
Link
btw. Google is your friend when developing wicket. Lots of questions have already been asked, inlcuding this one.

Any wordpress form building plugin for my requirements?

I'm looking for a WP plugin which can allow me to create different forms and embed them on pages and following are the requirements:
Only a single textbox required in each of those forms
The submit button will only be shown if a custom entry/answer is inputted into the textbox. (basically a client-side validation)
The submitted answer should be stored in the back-end with the usermeta (or just the username of the user logged in) so that I can export the entries in a format like csv, etc.
Any thoughts?
P.S. I have found one but not sure if the PRO version of this allows me to have a validation for a custom text. This is the plugin: http://wordpress.org/extend/plugins/visual-form-builder/
Gravity Forms is the most robust form builder plugin for WordPress. You can, with the right knowledge and skills, make it do pretty much anything you'd like. You can find it here: Gravity Forms.
Very well, I've found this. There are actually good plugins however, you will have to purchase it. I'm looking for a free one. http://www.webdesignboom.com/2013/formcraft-wordpress-form-builder/