Help With Using Views Bonus Module

I have uploaded and activated Panels, Views and Views Bonus. I want my frontpage to have the following option from Views Bonus.

Panels: Teasers, 1 top + 2 columns

In short, I want my site to function like this one:
http://www.gadgetnutz.com/modules/news/
But with news stories like this:
http://www.huffingtonpost.com

And then, ideally, the content moves down the page and then into the archives.

Cross Browser Problem with Flash

Currently we are using the 4.7 version of Drupal, however we are in the middle of upgrading to the 5.2 version in the coming weeks.

We have a wide range of browsers coming into the site, so we have to try to make sure that all our features work well in all browsers.

However, I installed a flash file into one of our blocks. It works really well in both IE6 and IE7, but it continues to loop in both Firefix and Safari (not sure about other browsers). The default is set to play once, so we're all at a loss as to what we can do to stop the loops in those other browsers.

Fun with user_profile.tpl.php - stuff for MySpace or Friendster like customizable profile

Thank you Dries Buytaert and all of Drupal.org developers and users for making a very wonderful CMS

The proliferation and popularity of MySpace and Friendster and many other Social Networking sites are (IMHO) due to `user centric' customizable profiles and `friends' or `connections'

MySpace is actually a poor system based on CFM, if somebody said `I have the MySpace source code', forget it, you would rather have LiveJournal source code based on BML

The Drupal.org book section has almost complete (but not updated for Drupal 4.7.x and 5.x) guide on `custom user profile' and `how to make user profile customizable by the user'

Search for user_profile.tpl.php (cause I dont remember the title and link)

I am pasting here my user_profile.tpl.php AND template.php for anybody interested to be used for Drupal 4.7.x. Note that `view buddy list' is a link to buddylist/user instead of displaying a list of buddies, cause I dont know the right PHP code and the last time I got error for undefined format_name

Also note that I am using `foliage' theme style.css and I think `foliage' is flexible and good to begin learning how to customize your CSS

print $user->profile_css

if($user->picture):

Only local images are allowed. print $user->picture ">

Random logouts, validation errors

My site ran perfectly for months, then it started acting strangely. I think there was a cross-site scripting attack. Someone created an admin login by going to a certain url and messed everything up. Have fixed most things by upgrading to 4.7.7 per the notice on the front page of this site, but some damage persists.

Specifically, users get logged out at random, including me, the admin. This is not a cookie/browser/cache issue -- am well versed in dealing with those. It does not seem to be a database issue as I optimized and repaired all the tables.

issue tracking

Hey there,

I'm looking for some options for issue tracking/support tracking under 4.7.x - I'm going to try out LightCRM, but I figure people must have all sorts of favorite ways of doing this. What other module combinations might be worth testing?

alternatives to form_set_error for COPPA registration module

I'm working on a module to handle a strict enforcement of COPPA during registration (no under 13s allowed to register, versus the more permissive "take this permission slip to your parents and fax it to us signed" COPPA option), based on some code nevets posted here: http://drupal.org/node/85861

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x