i have a drupal site with two functions, i want too create now two sites
with drupal, i mean, using the mutisite option of drupal....
sites/site1
sites/site2
but, how can i separate now the info in the database for the sites!??
Hello Michel Morelli,
This message serves as notification that you will not receive any more courtesy notices
from our members for two days. Messages you have sent will remain in a lower
priority queue for our member to review at their leisure.
Future messages will be more likely to be viewed if you are on our member's priority
Guest List.
Thank you,
bharanikumariyerphp(a)gmail.com
About Boxbe
This courtesy notice is part of a free service to make email
more reliable and useful. Boxbe (http://www.boxbe.com) uses
your existing social network and that of your friends to keep
your inbox clean and make sure you receive email from people
who matter to you.
Boxbe: Say Goodbye to Email Overload
Visit http://www.boxbe.com/how-it-works?tc=229711738_1589431806
Hi, all
am new to drupal and i would like to theme my webform to have field arranged
like two field in one line rather than a field per line.
have looked at http://drupal.org/node/82427 and
http://drupal.org/node/79086 but
i cant fully comprehend which files i need to edit.
if any of the drupalers here can provide some info of screencast available i
would be greatfull or a well documented step of how to theme webform
Thanks
This is what I'm trying to display on a page:
Taxonomy Term Title
Taxonomy Term Description
Content Title (1) contained in corresponding Taxonomy Term (linking to
content page)
Content Title (2) contained in corresponding Taxonomy Term (linking to
content page)
Content Title (3) contained in corresponding Taxonomy Term (linking to
content page)
Content Title (4) contained in corresponding Taxonomy Term (linking to
content page)
Content Title (5) contained in corresponding Taxonomy Term (linking to
content page)
etc
Using Views and cloning the taxonomy_term default view and tweaking
I've managed to group the content for each Taxonomy Term therefore
(sort of) creating this bit
Content Title (1) contained in Taxonomy Term (linking to content page)
Content Title (2) contained in Taxonomy Term (linking to content page)
Content Title (3) contained in Taxonomy Term (linking to content page)
Content Title (4) contained in Taxonomy Term (linking to content page)
Content Title (5) contained in Taxonomy Term (linking to content page)
This is an example
http://jane-hr.co.uk/drupal/category/system-setup/housekeeping
I don't want the Taxonomy in Content table as this would duplicate the
Term Title and more importantly the Term Description which would look
silly.
Is there a way of displaying the content of fields in a textarea? I
ask this as then I could use the View header field to display
Taxonomy Term Title
Taxonomy Term Description
Can anyone suggest an alternative way of constructing this page?
Any help would be appreciated, thanks.
I am building an e-commerce site using Drupal 6.x and ubercart 2.x. The site
aims at Indian customers to sell t-shirts. I would like to get some input
from you regarding payment gateway. I am a noob may be mis-using
terminology, forgive me if i am wrong.
I thought of using Paypal, payment gateway with a personal account for now
but it seems to be having too many drawbacks.
1. Doesn't support INR transaction (though i managed to change it to USD
before sending it to paypal)
2. It needs a paypal account to use credit card.
3. Credit needs to be verified to use it with paypal which will take few
days, obviously it may leads to drop out of sales/customers.
4. Debit card doesn't works.
5. Paypal has it own exchange rate which is usually $1.5 less than usual
exchange rate.
On the whole paypal doesn't satifies the things we are looking for.
I gone through Authorize.net website, it requires $99 for setup and $20
monthly fee. It seems to be very expensive for a startup.
Is there any payment gateway which satisfied the following requirements
1. it Should accept and perform payment processing in INR.
2. should work with ubercart 2.x.
3. it should not ask the customers to create an account like paypal
4. less setup and monthly fee.
I am curious to know the strategies used by other Indians to handle this. Is
there anyone using EBS payment Gateway with drupal 5.x ? is it good enough
for your website ? I am glad to port it to drupal 6 if it satisfied some of
the above mentioned requirements. Any inputs regarding this will be greatly
appreciated.
--
Thanks
Sivaji
Hi. I have a content type and I need to change the node's title when the
node is view-ed.
I have created a hook_nodeapi() function in one of my module:
function ostoni_admin_nodeapi(&$node, $op, $a3 = NULL, $a4 = NULL) {
switch ($op) {
case 'view':
if ($node->type == 'machine_new') {
dpm("ecco");
$node->title = t("Macchina nuova").": ".$node->title;
}
}
}
But when I view the node page I see the node's title without my
modification.
If I print the node's structure I see that node->title is changed.
Where is my error ?
I use acquia theme without modification.
M.
--
Michel 'ZioBudda' Morelli michel(a)ziobuddalabs.net
Consulenza sistemistica in ambito OpenSource.
Sviluppo applicazioni web dinamiche (LAMP+Ajax)
Telefono: 0200619074
Telefono Cell: +39-3939890025 -- Fax: +39-0291390660
http://www.ziobudda.net ICQ: 58351764
http://www.ziobuddalabs.it Skype: zio_budda
http://www.ziodrupal.net MSN: michel(a)ziobuddalabs.it
JABBER: michel(a)ziobuddalabs.it
On my site users can write 2 different content type:
content-one
content-two
I have to show latest x content type on their profile page
site.com/user/autorA, site.com/user/autorB, etc..
I need to create 2 different blocks to separate these two nodes type, I
used Views2 to let me show these blocks by content type, what I need now
is being able to let this listing appear on profile pages and listing
nodes created by the author (1, 2, etc...) and not from everyone..
I guess I have to work on Relationship or Filters but have no idea..
thanks
Hi. I have a cck-node with a select list field. Now I want to insert the
selected item value into node path alias (via pathauto module).
If I use field_producer-formatted or field_producer-raw token I see the
key value, but I want the "value" value.
Think to an inode type with a select list that can be:
0| New
1| Used
I want a path like this for the node titled "my great music 2009" in the
"Music" category:
/music/new/my_great_music_2009.
Now I get:
/music/0/my_great_music_2009
Is this possible ? Tnx.
M.
--
Michel 'ZioBudda' Morelli michel(a)ziobuddalabs.net
Consulenza sistemistica in ambito OpenSource.
Sviluppo applicazioni web dinamiche (LAMP+Ajax)
Telefono: 0200619074
Telefono Cell: +39-3939890025 -- Fax: +39-0291390660
http://www.ziobudda.net ICQ: 58351764
http://www.ziobuddalabs.it Skype: zio_budda
http://www.ziodrupal.net MSN: michel(a)ziobuddalabs.it
JABBER: michel(a)ziobuddalabs.it
http://jane-hr.co.uk/drupal/ (latest version of Drupal)
I'm categorising my content using taxonomy and displaying the
categories in a menu using the taxonomy-menu module. The way that the
menu is being displayed is just what I want, but I'd like to change
the way that the linked pages display.
When clicking on a categories menu link, is it possible/feasible to
get the page to
Category name
Category description
Sub categories if any (at this level only, not any further down) with
links
Category content if any (at this level only, not any further down)
(stories, pages etc)
Is this something I could achieve with Views (which I've looked at but
find very confusing)?
As an example the WebParts link (third level, below HR Portal, within
the left hand menu) I'd like:
HR Portal (Term Title)
This is a description of the category (Term Description)
(Term Content - Stories, Pages etc)
HR WebParts - Overview
HR WebParts - Requirements
See also -
(Categories in the next level down)
WebParts Catalogue
Any help would be appreciated, thanks.