Editing the HCIL Website: Difference between revisions

From hcil
Jump to navigation Jump to search
No edit summary
No edit summary
Line 69: Line 69:
# Editor - See the style sheet and pHp files. You cannot directly edit the code in the editor, even though several links are hardcoded. You can make link edits in cPanel or by uploading an updated file via FTP.
# Editor - See the style sheet and pHp files. You cannot directly edit the code in the editor, even though several links are hardcoded. You can make link edits in cPanel or by uploading an updated file via FTP.


[updates coming soon]
 


'''Database management in cPANEL'''
'''Database management in cPANEL'''
[updates coming soon]
 
Updating faculty or students: make changes in the database in Cpanel.  If adding someone: email them the url of '''New To The HCIL'''.  If removing someone:  add them to the alumni page (edited normally in wordpress).   
Updating faculty or students: make changes in the database in Cpanel.  If adding someone: email them the url of '''New To The HCIL'''.  If removing someone:  add them to the alumni page (edited normally in wordpress).   




'''Symposium Page'''
'''Symposium Page'''
[updates coming soon]
 
The symposium webpage is not easy to edit...  see email from Anne Thursday, December 7, 2017  for discussion
The symposium webpage is not easy to edit...  see email from Anne Thursday, December 7, 2017  for discussion
Or try this: The webpage is made of parts that are Wordpress Pages:  Go to "all pages" and filter by category "HCIL Symposium".  You will find Program, Sponsor etc. (watchout, there is also a lot of old versions used in the archived events).
Before starting a new year you need to archive the info of the most recent symposium page.  Create a new normal page, and copy and paste the code found in the recent version.  Then make sure the "event archive" points to that new page (with the archived code/content).

Revision as of 18:50, 7 December 2018

Logging onto the HCIL website: https://hcil.umd.edu/wp-login.php To request access, email hcil-info@cs.umd.edu


Posts

Featured items on the HCIL are organized by posts (e.g. Featured News, Featured Alumni).

Edit Posts by clicking on "Posts" in the dashboard on the left side of the screen. While editing, you may run into issues with weird spacing or hidden formatting. Switch to the HTML or "text" view and delete or edit HTML as necessary.

  1. Create a new post by clicking "add new" button.
  2. Add images or video by clicking "Add media." You can either upload your own media, or add media from the media library.
  3. Preview any changes you make before publishing. The last thing you want to do is delete some else's work
  4. Organize posts into featured items by checking the appropriate category. If multiple posts are checked in a category (e.g. featured publication), the links to the different posts will rotate between the images. If you only want a featured item to remain static, uncheck the any other posts featured in that category.
  5. Tags - you can tag your posts with keywords. However, this feature is not used often.
  6. Featured images allow you to change the image link to the post. You can either upload your own media, or add media from the media library


Adding Media

Click on the media tab on the left dashboard, click "Add new" and select the file you want. Your file will appear as https://hcil.umd.edu/wp-content/uploads/Year/Month/name.extension, e.g. https://hcil.umd.edu/wp-content/uploads/2018/07/test.png

  • Make sure to name the file appropriately before uploading - you will not be able to edit the file's URL after uploading*
  1. Edit images properties: In the image library, click on the image, and click on "edit image" below the image. In the attachment details page, you will be able to rotate images, scale and crop the image.
  2. Delete images: In the image library, click on the image, and click "Delete Permanently"


Pages

Most content on the HCIL is organized by pages. Similar to posts, you can add new pages, add media to pages, organize, tag and add a category and featured images. For pages, featured images appear at the top of the page.


Editing Page Menus

To edit the HCIL menu (at the top right), click on "Appearance" in the left dashboard. Drag menu items around to change their position and hierarchy.


Adding/Editing/Deleting People

People (e.g. faculty, current students, etc.) are organized using the participant database in the left dashboard. To edit people in different categories, click on the participate database tab, and click on the pen icon to the left of each name. In the "Edit Existing Participant Record" page:

  1. Change an image by changing the image URL. Most people images are saved in the media library - you will have to manually check the media library URL. You can also change or add a new image under "Personal information" at the bottom of the page.
  2. Change the category people fall under using "type" and ""Type_2." Faculty and staff are listed using the "Faculty" type, and "Students" are listed using the "Student" type. If you don't know what category people are listed by, look up another person from that category to see what type they fall into.
  3. To remove people from different categories, simply remove delete their "type" category. This will remove their profile from the website, but leave their profile intact for any future changes.

To add new people, click on the participant database tab. Several sub-tabs will appear below it.

  1. The "add participant" sub-tab will create a new record that you can fill in from scratch.
  2. You can add several people using the "import CSV file" tab, this will allow you to upload several people at once. When uploading the CSV, make sure your columns match those specified in the tab.


Editing Page Appearance The appearance tab on the left dashboard allows you to make changes the visual appearance of the website. You can change themes, customize website visual design, change widgets. In editor, you can see the website code. Generally, you shouldn't edit page appearance unless you're radically changing the layout of the website.

  1. Themes - change the website theme.
  2. Customize - customize website theme colors/header/background image/homepage settings
  3. Widgets - customize widgets for different parts of the website
  4. Editor - See the style sheet and pHp files. You cannot directly edit the code in the editor, even though several links are hardcoded. You can make link edits in cPanel or by uploading an updated file via FTP.


Database management in cPANEL

Updating faculty or students: make changes in the database in Cpanel. If adding someone: email them the url of New To The HCIL. If removing someone: add them to the alumni page (edited normally in wordpress).


Symposium Page

The symposium webpage is not easy to edit... see email from Anne Thursday, December 7, 2017 for discussion Or try this: The webpage is made of parts that are Wordpress Pages: Go to "all pages" and filter by category "HCIL Symposium". You will find Program, Sponsor etc. (watchout, there is also a lot of old versions used in the archived events). Before starting a new year you need to archive the info of the most recent symposium page. Create a new normal page, and copy and paste the code found in the recent version. Then make sure the "event archive" points to that new page (with the archived code/content).