Club Blogs

Site backend updated

That means it's time to iron out the bugs.

I'm fixing up the patch collection to go along with our modifications page so it will be easier to redeploy our custom modifications.

TODOS: Event module is kinda broken now.

Site backend updated

On the off chance that anybody else was using this site and saw the offline maintenance message for the ten minutes or so that it was up, I upgraded Drupal since the latest release fixes a couple of security holes.

Fun story: I accidentally locked myself out of the site after upgrading it. You can't call AAA for that. To get the site out of maintenance mode, you have to go into MySQL and turn off the site_offline Drupal variable:

update variable set value='s:1:"0"' where name = 'site_offline';
delete from cache where cid='variables';

's:1:"0"' is how Drupal stores its variables as strings; that's not SQL syntax, in case anyone was wondering. The second line clears the variable cache or else Drupal is still going to think the variable is set.

Minor site updates - New Help page

I created a Help page to serve as a main hub for the site documentation. This stuff used to be stuck at the bottom of the About page, but I didn't think it really fit there.

I also disabled the Gallery link until we get it working again. Roger says the libraries we need won't compile.


I fixed a couple of Advanced Forum bugs while I had the time -- it's nice to have the 351 lab finished a week early. See the modifications page for details.

Minor site updates - new secondary links

I added the IT department and portal to the secondary links since they might be places that people would want to go to from here.

Minor site updates

Made links to both forums in the main menu. Added a block for new forum topics. Moved the most recent poll to the right sidebar.

Site updates

New modules:

  • Comment closer - configured to close comments on nodes older than three months. This saves the hassle of worrying about spammers posting to old threads.
  • Fastoggle - Adds a few AJAXified administration functions to the site.
  • Advanced Forums - Makes the forums purtier.

The forums look better than I expected. I put up a poll to see if anyone wants to migrate back to Drupal.   [Read more...]

Geese!

Site updates

Disabled two modules.

* The ContentProfile module looked ugly and did not seem to add any features that we can't get by adding a regular textbox to the user profiles, so I just added a textbox.
* The SwitchTheme module is no longer necessary since users can
switch their theme on their My Account page after giving them the "select different themes" permission.

Test Post

Testing the file upload ability...

Syndicate content