Jump to content

Rob Bedeaux

Administrators
  • Posts

    262
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Rob Bedeaux

  1. Have you ever wondered how to use the Custom CSS Class field found in every Sitebuilder page element? Here is a quick example of how to use that field to apply a custom table header color to the table page element. The Custom CSS Class field can be used in conjunction with a code element containing a <style> section. For example, in the attached screenshot, I have created the style name header-color-tbl . Next, add the following code element <style> .header-color-tbl { background-color: #000; } </style> In this example, the table element with the style name header-color-tbl will have a black (#000) header background color. Once you define the class name, in your style emblock, you can apply it to any code element. NOTE: Each page element supports slightly different attributes. So, it is generally best practice to create a unique class name for each page element type.
  2. Hey Proulx06, This is precisely what the news articles are for. They operate exactly like a blog post. They can be tagged with different topics (pages), and then by using a news aggregator, you can display them in different locations. Here's a quick help article about creating a news article and one for using news aggregators.
  3. Hi Craig, Yes. Only pages that are private or disabled require a login. If you set the page status to public, then anyone can visit them. Here is a link to the help article describing how to change the page status. https://help.sportsengine.com/en/articles/6314399-how-to-make-a-website-page-public
  4. Quickbooks is part of SportsEngine HQ. You can find basic help documentation in the SportsEngine Help Center. Below are the four main articles. How to Connect to QuickBooks How to Disconnect from QuickBooks How to Complete a Manual QuickBooks Sync How to Edit QuickBooks Sync Time
  5. Hi Gnocchi Cat, I've always used the early bird discount to promote timely registration rather than a late fee. You can see the set up here https://help.sportsengine.com/en/articles/6619391-how-to-create-reusable-discount-codes and some screenshots are attached. For a late fee, you could just build it into the cost of the store item and enable them on the 'late' date.
  6. Hey James, Dibs allows for per-game assignments–we used it when I was on my local lacrosse club board. Here is the basic setup. Create a dibs session https://help.sportsengine.com/en/articles/6323249-how-to-create-a-dibs-session The dibs session is a collection of volunteer opportunities. We set them up per season by gender. So, I would set up a session called 2022 Boys Lacrosse. You could also do it for the whole club or by team; it really depends on how you want to do tracking. Once the session is set up, I created volunteer categories. The categories allow parents to filter more easily through volunteer opportunities. I created things like (board/association positions, one-time events, picnics, and games (which were broken down by team e.g. 10U Black). Once the categories are set up, you can create your dibs items for each game--don't worry, you can use a template and import them in bulk. For games, I've attached a sample CSV for four scorekeeper records that I imported in the attached screenshot. Please note there are a bunch of additional parameters you can set up and various ways to track fulfillment, but this gives you the basics. You can find full documentation for Dbis at https://help.sportsengine.com/en/collections/3504187-volunteer-management and a video walk-through at https://www.sportsengine.com/training-camp/hq/dibs thanks, -rob 2022_Volunteer_Requirements.csv
  7. LuvaMrE, Depending on the 'group', there are different ways to do it. From the registration itself, you can use any of the saved reports (or the default report) to send out a message. Here is a good help article about this. Alternatively, you can do it from the Member Directory where you have some additional filtering criteria. thanks, -rob
  8. It's only mentioned briefly in the help documentation here. That said, it's pretty simple to use. Simply add the page element to your site (3 column container works best). You'll need to generate an API key from MailChimp, but the page element has a direct link embedded into it. Once you've added the page element, you'll see a subscribe box through which you can collect email addresses for your newsletter. MailChimp also has a variety of subscribe code blocks which you could use in the page element if you prefer. If you want to import your contacts from an HQ export file, you can follow the instructions from MailChimp here thanks, -rob
  9. Hi there, If you have specific problems with a youth sport's organizations registration process, you should contact them directly. They will be able to direct you through the registration process. thanks, -rob
  10. In this instance, you should make the registation entry inactive. This will keep it on hand so your books stay in balance. To make an entry inactive, follow this instructions. thanks, -rob
  11. Hi Anna, The best way to accomplish this today is to have your son create an account (he must be over 13). Once that account is created, follow the directions here to add him as a 'guardian.' This will allow him to manage the profile. thank you, -rob
  12. Hey Kyle, Unfortunately, TODAY, there isn't something quite like what you are looking for. However, we are close to releasing our scheduling assistant tool. This tool will show venues and games in a calendar view. A fast follow will add practices and other types of events. Keep an eye out over the next several weeks!
  13. Hi Charlene, A couple of good resources to start with can be found in our Training Camp series. These give the basics of most parts of the SportsEngine HQ platform. Additionally, you can always access our WalkMe walkthrough tool on the right side of your SportsEngine HQ site. I've attached screenshots for you. Additionally, you can start a support chat from this area.
  14. Hi @brig What @Marie Fitzgeraldshared is accurate. When you set up a registration, you can define if one (or many) people are sent notifications after each person completes a registration. I've attached a more detailed screenshot of where this is set up in the registration itself and what the notification the admin receives looks like. There are also advanced notifications that can be set up. These are logic-based and can send out different messages based on registration data. They are called auto-notifications. eople
  15. Hey @getwreck20, That's a great question! I do have a couple of follow-ups before I try and answer. Is there a time limit on this? One year? A single season? Is this cap based on signing up multiple kids in a single registration? thanks, -rob
  16. The SportsEngine HQ member directory has very powerful filtering tools. You can use these tools to create groups of members to which you can send email messages. One great example is sending an email to families who played with your organization last season but haven't yet signed up this year. Go into the members section of your SportsEngine HQ account. Select the blue filter button to show the filtering options. Choose registration. To the left, you should now see a list of registration sessions. Select this season's sign-up. Now you should see a list of fields that are part of the registration (including metadata). The one we want to use is the Entry Status Is Active. Next click on the plus to add a second criteria to your filter Choose registration again, and select the previous years registration session. Again select Entry Status and choose Is Active You should now get a list of families who registered the previous year but haven't signed up for this year. You can now select the Message button in the upper right corner and compose an email urging them to sign up before the season closes. There are lots of other uses for member filters. How have you used them to connect with your members?
  17. Hey @Schmidt127, For your first question, I don't know of a good way to target specific columns in the standings table. However, for the second question regarding Game IDs, you decide when you create a new sub season if you want to include Game IDs, Game Type and Group Name. Once those are added to that season, they can't be hidden. However, when you create your next season, just make sure you select none for Game ID and don't check off Game Type or Group name and the columns won't show up.
  18. The table page element in Sitebuilder is dead simple to use. however, lurking beneath the surface are tons of hidden flexibility. What do you mean by this, you ask? Well one of its hidden features is that you can include HTML into the cells to affect the data that is presented. Attached is an example of a table that includes the following modifications in the cells. In addition to the screenshot is a CSV file that you can upload right into the table element and see all of the changes below. Images You can insert an image from the web into a cell by using the following code: <img src="https://upload.wikimedia.org/wikipedia/commons/4/47/Indiana_Hoosiers_logo.svg"> Want to limit the size of the image? Simply add on a height or width like this: width="50px" height="50px" That results in the following line <img src="https://upload.wikimedia.org/wikipedia/commons/4/47/Indiana_Hoosiers_logo.svg" width="50px"> Hyperlinks You can hyperlink text or the image example above. You just need to use: <a href="https://www.myurl.com">Your linked text here</a> Need it to also open in a new window? Add this: target="_blank" The completed line looks like this <a href="https://www.myurl.com" targe="_blank">Your linked text here</a> Text formatting You can add basic text formatting like bold or italics by wrapping the text in the appropriate commands like this: <strong>make this bold</strong> <em>makes this italics</em> <u>underline this text</u> <sup>superscript this</sup> <sub>subscript this</sub> Column alignment (bonus via CSS) You can also adjust the column alignment in the head code of your page. Depending on your site theme, it may default to center justified or left justified (my theme below is center by default). To change this add the following bit of code to the head of the page: <style>.dataTable tr td:nth-child(2) { text-align: left; } .dataTable tr td:nth-child(3) { text-align: left; } </style> This tells the browser to left justify columns two and three in my example below. With some basic HTML skills you can take your tables to the next level. Big 10 Schools.csv
  19. Hey @PVDGFFL, The answer is 'sort of.' Don't forget, all team members have access to Team Center and in Team Center, you can click on the details of a single event. in that event, the RSVP will automatically pop up if they haven't responded. So in theory you could include a link anywhere like https://teams.sportngin.com/teams/11e8a00c-0287-7074-854e-0e2f5264c60a/schedule/games/e034c8e7-8297-423b-bc74-13ae2810bd44 (that's one of my teams). Anyone who is a guardian or on the team should be able to RSVP to those events. We've used this same option on our website to create links out to the Team Center instances. You can see them here under the Boys drop down (you won't be able to access them as you aren't on the team though). Let me know if that helps, -rob
  20. @Schmidt127Can you share a link to the website in questions and the page where you're looking to hide the standings rows? thanks! -rob
  21. Adding the ability to buy a physical item like spirit wear or shooter shirts in registration is simple. You create the question, add answers by size and attach the sale items to each answer. You can even control the total inventory by using the Limit quantity to sell option to make sure you don't sell more items than you have on hand. However, have you ever wanted to allow a family to buy more than 1 of any item? By using the Quantity to Sell by Answer option in combination with numeric answers, you can allow families to buy multiples of any single item. How to Set Up Create a question for each size of each item you'd like to sell. In my example, I created three questions for shooter shirts (S, M, and L). Set the answer type to be a Pull Down. Create answers for each multiple you'd like families to be able to purchase; I chose from 1 – 5. After your question is created, you can now attach the sale item. My sale item is a $20.00 shooter shirt. Make sure you input the total number you have available per size. In my example, I have 20 shirts of each size. For each of answer, set the Quantity to Sell to match the value in the drop down. When a registrant selects that item, that number is automatically added to their order and the cost is multiplied. Repeat this process for each answer and each size until you've built out your store. While it isn't a full Shopify store, it's a simple way to integrate swag or other items that you might want to allow families to buy multiples of. Do you have any other examples of items that would make sense to use the Quantity to Sell by Answer?
  22. Here is a quick reference guide for creating a new registration for SportsEngine HQ. https://help.sportsengine.com/en/articles/6325766-registration-builder-cheat-sheet In addition, here are the key help topics related to creating a new registration for your club or team. Creating a New Registration Copy a Past Registration Edit Registration Settings Adding Questions Adding Conditional Logic to a Registration Form Question Individual Options within a Question Create a Store Item Late/Early Bird Fees Add Store Item to Registration Question Different Question Types on a Registration
  23. SportsEngine HQ has a robust integrated help center including walk throughs of many of the key HQ features. You can always access help from the right side of your HQ instance. You can also access help outside of HQ by going to https://help.sportsengine.com
  24. Good morning Juan, I'm guessing this is for Souther California Volleyball Region and you are looking for girls that have currently paid for their membership at your local club? You didn't mention your club, so I can't provide a direct link, but if you navigate to your SportsEngine HQ instance and click on the Members -> Directory tab, you will see all of the people affiliated to your club. Click on the Filter button to open the filtering function. To the right of Filter by there is a down arrow. Select Memberships. This will provide a new filtering button to the right with a variety of membership related options. Choose Membership Status. It will default to is Paid and then update the list of members below who are currently up to date on their memberships. Don't forget you can always use the Need Help icon on the right side of the screen for walk throughs of various features. Or you can visit our help center at https://help.sportsengine.com thanks, -rob
  25. Hi Mike, Take a look at the Pro Tip related to core data. If you use the core data fields, the user profile image is update which can be used in rostering on the player pages.
×
×
  • Create New...