• user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT * FROM votingapi_vote v WHERE 1 = 1 AND v.content_type = 'node' AND v.content_id = 89 AND v.tag = 'upndown' AND v.uid = 0 AND v.vote_source = '216.73.216.254' AND v.timestamp >= 1750924837 in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 557.
  • user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT * FROM votingapi_vote v WHERE 1 = 1 AND v.content_type = 'node' AND v.content_id = 89 AND v.value_type = 'points' AND v.tag = 'upndown' AND v.uid = 0 AND v.vote_source = '216.73.216.254' AND v.timestamp >= 1750924837 in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 557.
  • user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: INSERT INTO votingapi_vote (content_type, content_id, value, value_type, tag, uid, timestamp, vote_source) VALUES ('node', 89, 1, 'points', 'upndown', 0, 1750928437, '216.73.216.254') in /data/avideotutorial/includes/common.inc on line 3542.
  • user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT v.value_type, v.tag, COUNT(v.value) as value_count, SUM(v.value) as value_sum FROM votingapi_vote v WHERE v.content_type = 'node' AND v.content_id = 89 AND v.value_type IN ('points', 'percent') GROUP BY v.value_type, v.tag in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 484.
  • user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT v.tag, v.value, v.value_type, COUNT(1) AS score FROM votingapi_vote v WHERE v.content_type = 'node' AND v.content_id = 89 AND v.value_type = 'option' GROUP BY v.value, v.tag, v.value_type in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 498.
  • user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT SUM(v.value) as value_positives, v.tag FROM votingapi_vote v WHERE v.content_type = 'node' AND v.content_id = 89 AND v.value_type = 'points' AND v.value > 0 GROUP BY v.value_type, v.tag in /data/avideotutorial/sites/all/modules/vote_up_down/vud.module on line 223.
  • user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT SUM(v.value) as value_negatives, v.tag FROM votingapi_vote v WHERE v.content_type = 'node' AND v.content_id = 89 AND v.value_type = 'points' AND v.value < 0 GROUP BY v.value_type, v.tag in /data/avideotutorial/sites/all/modules/vote_up_down/vud.module on line 233.
  • user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT * FROM votingapi_vote v WHERE 1 = 1 AND v.content_type = 'node' AND v.content_id = 118 AND v.tag = 'upndown' AND v.uid = 0 AND v.vote_source = '216.73.216.254' AND v.timestamp >= 1750924846 in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 557.
  • user warning: Table './avideotutorial/votingapi_vote' is marked as crashed and last (automatic?) repair failed query: SELECT * FROM votingapi_vote v WHERE 1 = 1 AND v.content_type = 'node' AND v.content_id = 118 AND v.tag = 'upndown' AND v.uid = 0 AND v.vote_source = '216.73.216.254' AND v.timestamp >= 1750924846 in /data/avideotutorial/sites/all/modules/votingapi/votingapi.module on line 557.

Drupal 6 Simple Views Slideshow Setup In Aquia Marina


Create a slideshow with drupal 6 "Views" and "Views Slideshow" in Aquia Marina or for that case any other theme modules.

style.css add the following

/* Views Slideshow Styling
For the most part it will get it's styling from the theme
the only one you may need to add is the height and width style to
stop it from bouncing the theme up and down as different size
content fills it. Hence the need to control the content.
*/

/* CHANGE THE myslideshow to what ever your slideshow is called.
*/

/* Set the size of the slideshow box :
Its important if you have content with long and short text
if you don't set this your views-slide show will get bigger and smaller
as it auto fits the text. For styling this can make it consistent
*/
#block-views-myslideshow-block_1 {height: 200px;width: 300px;}

/* OPTIONAL STYLING
*/

/* Styling the title
*/
#block-views-myslideshow-block_1 .views-field-title a{font-weight: bold; text-decoration: none;}

/* styling the body
*/
#block-views-myslideshow-block_1 .views-field-body {font-size: 14px;}

/* styling the number pager at the bottom
*/

/* This is the whole pager
*/
#views_myslideshow_singleframe_pager_1 {background-color: #666666;}

/* This is just the active number
*/
#block-views-myslideshow-block_1 .activeSlide{background-color: #000000;}

I will add the css to my website when the server comes back up....


See video

Comments

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options