Hands-on Activities:
phpBB2 (Week II):
1. Create a standard announcement. What is the difference between a standard announcement and a sticky topic?
Ans: To create an announcement, I had to go to the administrator panel, change permissions for my IS346 forum to allow admin to post announcements. Then, I went to the IS346 forum->post topic and created a topic called Test Announcement, from there I selected Post topic as->Announcement. I also posted a sticky by creating a Test Sticky topic and selecting Post topic as-> Sticky.
Announcements are different than Sticky topics because they contain important information to be read as soon as possible. They appear at the top of every page in the forum to which they are posted. A user needs permission granted by the administrator to post Announcements. Sticky topics appear below announcements and only on the first page of the forum. Stickies may be important, definitely should be read. User's need permission from the administrator to post stickies.
2. What is BBCode? As an administrator, if you allow BBCode on your board, can users still disable it in their posts?
BBCode is an implementation of HTML used on bulletin boards that has a very similar syntax to HTML. the administrator can disable or enable the use of BBCode on the BB site, but users can disable it on a per post basis from the posting site. Source: http://ww3.versus.com/forums/faq.php
3. As an administrator, if you allow the use of HTML on your board, can users use any HTML tag in their posts?
The administrator can allow HTML use, however not all HTML is available as a security measure. If HTML is enabled by the administrator, users can use only those tags supported in their posts. In addition, if HTML is enabled by the admin, then users can enable or disable HTML on a per post basis.
Source: http://ww3.versus.com/forums/faq.php
4. How can you prevent people from registering usernames similar to your username or read name?
From within the admin panel, under User Admin, select 'Disallow Users', enter the name surrounded by the wildcard character to disallow variations as well.
Source: http://www.phpbb.com/support/documentation/2.0/
5. Create a full backup or your phpBB2's database tables by using your Administration Panel.
From within the Administration panel, under General Admin, select Backup Database. I selected full backup along with the gzip option.
6. Does your phpBB2's default configuration allow users to attach files to their posts?
No, but there is an attachment MOD that can be used to alter the config to allow attaching files to posts.
7. Does your phpBB2's default configuration allow users to embed videos from online video-sharing sites (e.g., Google video, YuTube) into thier posts?
No, but MODs are available to allow embedding of videos.
8. What are MODs? Install EasyMod.
MODs are similar to MediaWiki Extensions and WorkPress Widgets in that they are user developed share-ware used to extend the capabilities of the default configuration of the appllication. I successfully installed EasyMod, a couple of path hiccups, but it was mostly very easy. I liked the web-based interactive installation process!
Done and installed, but not without some trouble. The .mod extension causes problems since Windows machines want to save the file as a movie file and will only let me open it with Windows Media Player. I finally managed to change the extension to .php and upload to my phpBB2 mods directory, but EasyMod couldn't see the mod, so...I read further and found I needed to create a folder within the mods folder for my new mod, which I did, but...still can't see the mod, so...I read further and found EasyMod looks at for a certain syntax within the header file, so I checked to see if the header had the right syntax, which it did, so...I read further and found EasyMod looks for .mod or .txt files, so I renamed to .mod within CoreFTP, but once again the file turned into a movie format, so...I renamed the file with a .txt extension and renamed the folder to remove the hyphen in the name and change it to an underscore (just in case) from mult-bbc to multi_bbc, now EasyMod sees my file and voila, easily installed. I found that the many helpful directories I am directed to do not exist which is a little frustrating for a newbie.
This install went much better than the first, you make enough mistakes and eventually figure things out. I don't need to change the extension, even though the mod looks like a movie file on my PC, phpBB2 EasyMod knows how to deal with the .mod extension. The only problem I have with this one is that it doesn't work! A youtube button appears on the edit page when I create a post and it puts in the [youtube] ...[/youtube] bbcode, but then nothing appears in my post. I also included the url to the youtube video between url tags [url...[/url] and that shows up just fine. I'll need to look further.
-----------------------------------------------------------------------------------------------------------------------------------------
PhpBB3 (Week I):
1. Install phpBB3 (RC7). Please do not forget to use a custom table prefix (elg., mcphpbb3_) for your installation.
Done. phpBB3 has a much cleaner, friendlier feel than phpBB2 which was difficult to navigate and seemed dated. The installation was really easy!
2. Add the URL address of your phpBB3 to your index page on MySocialTech.com.
Done
3. Update your board's site name, site description, and system timezone.
Done
4. Rename your automatically generated forum ("Your first forum").
Done
5. Create a standard announcement and a poll associated with it. What is the difference between a standard announcement and a global one?
I created a standard announcement with a poll associated with it, it was really easy to do. I also created a global announcement. I can't really see a difference in the two, so I looked it up, here's what I found: Both global and standard announcements contain important information that should be read as soon as possible. Both types of announcements will appear at the top of every forum, Global announcements will also within the user control panel. Source:
http://www.asta-lueneburg.de/forum/faq.php#f346. Create a user rank that can only be obtained after posting a certain number of posts. What is the difference between that type of a rank and a special rank?
I created a rank from within the Admin Panel by selecting Users and Groups tab, then Manage Ranks from list on left. I set number of posts to achieve the rank to 10. A rank is a title that appears next to a persons name and in their profile to show how active they are or how long they've been a member. Ranks are used to indicate something special. Special Ranks are granted to specific users in the User Management profile. Source:
http://www.intermedia.net/support/PhpBB/administration/user_admin/#Ranks7. Create a new usergroup called "Friends" (group type: request).
I went to Manage Groups from my Admin page and created a new user group called Friends. I set the group type to 'request'.
8. Visit one of your classmates' board, create a user for yourself, and join his or her Friends usergroup. Update your profile and board preferences.
I joined Kate's board, created a user for myself and joined her Friends usergroup. I also updated my profile and board preferences.
9. Create a full backup of your board's data base tables by using your Administration Control Panel (ACP).
I created a full backup of my board's data base tables within the Administration Control Panel by selecting the Maintenance tab, the nselecting Backup from the leftmost column. I opted for a full backup and selected all tables, the gzipped sql file was saved on my PC.
10. Does your board's default configuration allow users to attach files to their posts?
No, the administrator must grant attachment permissions on a per forum, per group, or per user basis.
11. Does your board's default configuration allow users to embed videos from online video-sharing sites (e. g., Google Video, YouTube) into their posts?
No.
12. Add the custom YouTube and GoogleVideo BBCodes to your board and test them. The codes are available on http: //www-phpbb.com/community/viewtopic.php?f=46&t=579376.
This is sooo easy!!!! My YouTube test passed with flying colors. My Google Video, not so much, the player appears, but no video, hmmm.