Is it possible to alter the "Short answer text" in a "Short answer" questions in google forms? The "Short answer text" can be found under "Untitled Question" when a new question is added to a Google Form.
Doesn't look possible that I can see. I also checked the script API guide to build custom forms, I didn't see it there either.
Your best bet is to add a description under the title to guide what you are looking for.
Related
I am very beginner in drupal. I want to show users how many people are gust and how many people are online now. but i don't want to show users the username of online people. The drupal shows the username of online users by default.
I want to change some sentence in 'how is online's ' block too.
how can I do that?
I have searched a lot. I found s.th that are confusing.
thanks
you could give the User Stats Module (Dev-Version for D7) a try!
it has a views integration, so i think it should be possible to achieve!
I'm confused to add schema in my Wordpress site for Google knowledge graph. I would like to show my knowledge graph in Google like - Royal Caribbean and ASOS etc. I'm not a brand like that as well as don't have Wikipedia Page too. But, I would like to add this information - my company name, founder, founded year, content, social media links etc.
Someone suggest me for this.
An easy way to add microdata to your WordPress site is using a plugin, you can find some interesting plugins for this purpose here:
https://wordpress.org/plugins/tags/microdata
Another option to add structured data markup is adding the snippets "by hand" on a contact page or in a text widget.
For more information have a look at schema.org/docs/gs.html and at developers.google.com/structured-data/customize/overview.
Regards.
The best option is to use the de facto standard concept schema:LocalBusiness and its properties from http://schema.org/LocalBusiness. On the bottom of this page, there are examples for implementing organizational data as structured data in serializations such as HTML5 Microdata, RDFa, and JSON-LD.
Once you implemented the code, you can test it at https://search.google.com/structured-data/testing-tool to make sure that it contains no errors and it is ready to be indexed by Google.
Install it in the usual way by going to Plugins > Add New and searching for Schema. Click Install and then Activate. Once the plugin is installed and activated, go to Schema > Settings to start adding Schema markup to your site.
You can validate your schema markups by Google's Structured Data Markup Validation Tool.
I have asked several questions on the buddypress forum but I never get any sort of response or help. I seem to always get a valid well thought out answer on the stackoverflow community, so I am posting my question here too. Here is my original post to the buddypress forum that no one has answered. Seems like a good question that some dev could answer easily. maybe someone here has some experience or guidance and can point me in the right direction.
Hey, i was wondering I found this webpage http://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/ on editing the activity stream loop with some information on filtering the main activity wall but I am really still confused because It doesn’t seem like all the available options are listed here. For example right under it it says if ( bp_has_activities( ‘type=status’) ) :
Well ‘type=status’ is no where listed on this page and I know there are several other options available that are also not listed. So my question is what and where can I find all the available options for filtering. I am setting up some custom options for my site and I would love some help. I am familiar with php so if there is a file i can look at then I would love to know about it too.
Please Advise Thanks,
All the filters and accepted parameters are on the page you referenced (just scroll down it a little bit). For some reason in the example they use type=status when it should be object=status as that is the correct way to filter for status updates only.
You can always take a look at the actual function itself to see accepted parameters. Buddypress is much better documented in the code than on their website.
I want to add some specific General Knowledge question related to users of my targeted area only at the user registration form because of spamming from untargeted users( from across world).
Is there any module I can use to add question/answer in the registration form?
I would suggest using the CAPTCHA/reCAPTCHA and the CAPTCHA Riddler if you are looking for this exact use case. With these modules you can choose which forms to display CAPTCHA on and you can create your own custom questions and answers.
Otherwise, like Rimian says, there's Mollom
Is it necessary for the question to be "General Knowledge"? You only want to determine if the user is human, right? I would use mollom:
http://mollom.com/
http://drupal.org/project/mollom
If I were to do this, I would create a small module using hook_form_alter working on the registration form, which would add fields for the questions, as well as a verification function to check whether the answers were correct.
I would like to add a taglist in my webapplication. I have a list of tags with an integer indicating each tag's popularity.
Many web applications display the tags and their popularity using a different font-size.
Because it is so broadly used, I would think that their is a plugin out there that displays this.
An example of what I mean by a taglist can be found here:
http://www.flickr.com/photos/tags/
Does anyone of you know some kind of plugin that deals with this?
Thanks in advance!
What you are looking to create is called a "Tag Cloud".
There is a control/tutorial available on CodeProject that can be found at http://www.codeproject.com/KB/custom-controls/cloud.aspx
or Four Guys from Rolla has a tutorial that can be found at
https://web.archive.org/web/20210616112719/https://aspnet.4guysfromrolla.com/articles/102506-1.aspx