drupal-4.7.0-beta2 Slony version 1.1.5 Instructions (almost there)

Install Slony

% tar -zxvf slony1.tar.gz
% cd slony1
% ./configure
% make install

Create and Sync Slave database

createdb -O contactuser drupal-4.7.0-beta2_slave
createlang -U postgres -h localhost plpgsql drupal-4.7.0-beta2_slave
pg_dump -s -U postgres -h localhost drupal-4.7.0-beta2 | psql -U postgres -h localhost drupal-4.7.0-beta2_slave

Create a script called "cluster_setup.sh"

#!/bin/sh
CLUSTER=drupal_cluster
DB1=drupal-4.7.0-beta2
DB2=drupal-4.7.0-beta2_slave
H1=localhost
H2=localhost
U=postgres

slonik <<_EOF_
cluster name = $CLUSTER;
node 1 admin conninfo = 'dbname=$DB1 host=$H1 user=$U';
node 2 admin conninfo = 'dbname=$DB2 host=$H2 user=$U';
init cluster (id = 1, comment = 'Node 1');

create set (id = 1, origin = 1,
comment = 'All Drupal Tables');

set add table (set id = 1, origin = 1, id = 1,
full qualified name = 'public.node_revisions',
comment = 'Node_Revision');

set add table (set id = 1, origin = 1, id = 2,full qualified name = 'public.access',comment = 'Access Table');
set add table (set id = 1, origin = 1, id = 3,full qualified name = 'public.accesslog',comment = 'Access Log Table');
set add table (set id = 1, origin = 1, id = 4,full qualified name = 'public.aggregator_category',comment = 'Access Table');
set add table (set id = 1, origin = 1, id = 5,full qualified name = 'public.aggregator_category_feed',comment = 'Access Table');

How can I have three tagadelic clouds on the same page?

I'm in the process of porting a site to Drupal because I like it's capabilities. I'm working with the latest 4.7 beta. I'm wondering if I could ask you how I could get the tagadelic module to do something specific?

If you go here, www.whatdoesthatmean.ca/browse

You'll see that I've got a page set up to browse entries on this site (which will be a lexicon of English idioms - the original is at www.whatdoesthatmean.com, and uses the mediawiki platform).

What I'd like to be able to do on this browse page is have three sections (probably blocks):

Browse By Country

-- All the country tags displayed --

Browse By Region/City

-- All the Region City tags displayed --

Browse by Additional Category

-- All the Additional Category tags displayed--

I can currently call up all the tags in use by using the appropriate URL - for example http://www.whatdoesthatmean.ca/tagadelic/chunk/1

But I'd like for "tagadelic/chunk/1" output to be displayed on the same page as "tagadelic/chunk/4". I hope I'm clear here.

I tried setting up a php block in much the same way as the Google AdSense module works (that uses a print adsense_display command), but my knowledge of PHP is minimal at best, and I don't know what or how to call something out of the tagadelic module to make it work.

I chose the tagadelic module in part because it's one of the few things that's working with 4.7 at the moment (very little else has been ported) and because it seems to be one of the few things that groups vocabulary for display without showing all the nodes... the weighted display is an added bonus.

OG and trackback with 4.7

Hi,
OG and TrackBack modules are not working with Drupal version 4.7 beta version... Its display some error when I am trying to click on the module. Any body help me on this issue.

Replication, question

I am working on a replication solution for drupal-4.7.0-beta2.

I am using Slony and Postgresql 8.0

I have the tables and sequences replicated, however here are some problems I am facing, hoping someone has some insight for this:
1) What tables and sequences can I skip for replication?
2) The master is working fine, however the slave site give errors on watchdog table, and other tables
3) Is there a way to only have a read-only slave site?
4) If possible, I want to have slave write, which will replicate to master site.

TIA!

Development opportunity

Hi There,
Our company extranet runs on Drupal, that’s why I’ve contacted you.
I’m the communications manager for a not for profit organisation and over the Christmas New Year break I’m coordinating the development of 2 websites (due to go live February 2006). We are currently seeking expressions of interest for the development and, because of your experience with Drupal, would like to extend an invitation to you. If you are interested, read on for a basic technical brief, the successful candidate(s) will receive a more detailed project plan.
Kind Regards,
Sandy

Y-Youth website brief
Background
Y-Youth
Y-Youth is a collection of programs managed by the YMCA for young people across Australia. These programs encompass a broad range of initiatives inducing; advocacy, leadership, networking and exchange opportunities.

Whilst the YMCA oversees management of these programs, young people themselves are the actual drivers of these initiatives. This youth for youth concept is extremely important to the whole philosophy of Y-Youth and is reflected in all undertakings by the organisation.
The Project
• Work with YMCA Designer (Melbourne, Victoria) and Y-Youth Implementation Team (Australia wide) to deliver a website for Y-Youth by February 2006
• The website must be CMS driven
• Website Functions include
o Online forum
o Live chat
o Surveys
o News
o Articles

Flexinode - how to customize result page after submit?

I've got a flexinode content type, let's call it "Request a Quote". Anonymous users can create a new instance of this node, which is then incorporated into the system and lets me know when someone wants a quote on work. How do I (or can I) customize the return page that they get after hitting Submit? So that it goes to a Thanks page instead of to the index?

anyone got any ideas? thanks in advance...

Pages

Subscribe with RSS Subscribe to RSS - Drupal 4.7.x