i would like to have a block on my drupal site(latest version) that displays most read pages on the website
is there any module/code available to achieve this?
-Vivek
hi,
I cannot change the css theme of my Drupal View. This is a screenshots of the settings:
http://dl.dropbox.com/u/72686/viewTheme.png
I've tried all buttons, I cannot save the new theme (BlueMarine) in the preferences. It is stuck on Zen (which is my front-end theme).
thanks
I changed page title in hook _ menu section of a Drupal module, re-installed, and cleared caches, but this did not change title on web page.
Finally I renamed the whole module, files, and relevant function names in files and then re-installed. This did the trick.
I suspect that there is a duplicate entry in mysql table that holds title somewhere but not sure where.
I have a drupal website. I want users to create pages that sometime has images in it. Is there is a module that
can integrate with the ck editor
lets the user upload images
lets the user to browse uploaded images and select and include it in the page they create?
Thanks
-Vivek
Hi,
I would like to show content from other websites using RSS Feeds into my drupal site and show it inside a page.
I searched for RSS. There are so many. Can you suggest a good one?
I'm trying to show the content from here
http://feeds.feedburner.com/brazen_careerist
Thanks a lot
-Vivek
Hi, the simple little module titled 'on the web' for drupal shows social network links. It links to some images on the directory. on my localhost install they are showing but in the remote install the img tags aren't even appearing. I looked in the module's files and the path isn't hard-coded or anything so it's not to do with that.
any ideas?
the module is here: http://drupalmodules.com/module/on-the-web
cheers
andy
I am looking for a recipe for adding Drupal node records.
I have identified three tables.
node_revisions
nid=249 - vid + 1?
vid=248 - auto-increment
node:
nid=250 - vid + 1?
vid=249 - auto-increment
content_type_my_content
vid=248 - from node_revisions table?
nid=249 - from node table?
Am I on right track?
Is there some helper functions for this?
I have two forms in drupal and the form values is stores in DB.The first form contanins some fields related to company by default like id conpany,name etc.The second form consists of attributes .If I add attributes to the second form the attribute field should be visible in first form. Ex If i add loaction or any other field it should visible in first form as location field.
CCK for Drupal has the handy feature of allowing a single CCK field to accept multiple values via a "add another item" button that results in an array of data in the node.
I'm wondering if there's any easy way of adapting this for a non-CCK form that I'd be calling by drupal_get_form. I'd rather not have to re-invent the wheel with multi-step form techniques.
Anyone done this?
I'm using drupal 6.16 and have a set of taxonomy terms that are set up as a multi-select box. I would like for the first item to be selected when the user loads the page. I dont know if I need to add code to a file or just simply change a setting. I should warn you I do not have a lot of experience, but would rate myself as a low intermediate level programmer.
Thanks in advance
msindle
I would like to get program name in Drupal (actually name in URL that calls program or function).
example:
http://localhost/drupal6/my_widget
This works:
$myURL = (basename($_SERVER['REQUEST_URI'])); // $myURL=my_widget
but not when I have additional parameters:
http://localhost/drupal6/my_widget/parm1/parm2
I am using Drupal Location module in CCK to retreive
longitude & latitude based on location (stree/city/state).
There is an automatic autosuggest for State, but unfortunately
recognizes only US states. I set default country to Canada,
but autosuggest still only recognized US states.
Is there a way to get autosuggest function to recognize Canadian provinces
or to disable this feature.
thanks!
I've placed the players in "sites/all/libraries/" but I'm still getting this message when I go to admin/settings/swftools/handling, "FlexPaper - Missing sites/all/libraries/flexpaper/FlexPaperViewer.swf" Anyone having the same issue?
On a side note when I setup the swftools profile and then assign the CCK formater and then goto the page to view the swf I get this message: "No modules have registered the action swf_list. Check any required supporting modules are enabled."
http://drupal.org/node/790506
I am using the webform module for Drupal 6 and would like to set a default value for the confirmation message of the webform whenever it is created. Would I have to create my own module to set this form value whenever a user creates a new webform? Or would I have to implement a special hook to look for when a webform is created?
Hi,
I'm using paypal payment method in my druapl site, i want to change that to authorize.net how can i change the existing paypal payment method to authorize.net in my drupal site
please help me
Thanks
I need to create a menu item, which changes its title and link if a user has a certain condition, or not.
Drupal caches all the menues, so i can't really think of a way to do that.
For example, user has a node attached to his profile, menu item is "Create blabla" (link node/add/blabla)
User doesn't have the node, menu item is "Create notblablabla" (link node/add/notblabla)
hi,
I'm using Drupal Lightbox to display my nodes (full content, a sequence of CCK Fields).
However I'm not able to change the height of my lightbox according to the height of the node.
If I set "height:100%" to all Lightbox elements, the lightBox becomes short and the content of the node is not anymore visible.
thanks
After importing content from a legacy website using the Feeds module, I'm left with node bodies that contains links back to the old website.
Is there a Drupal module that will perform a one-time process to iterate through each node, manipulating the content of nodes using some custom code?
I'm trying to display a Google Map inside a drupal page. The map will only have the business location marker on it, with no need for a user to submitted their own markers.
So far I've loaded the Gmap, Location, and CCK modules. I've attempted to enable a location field for Page content types, which allows me to input an address, but this doesn't display the actual map.
I'm sure I'm missing something simple here. Any help?
I have a Drupal module, that I want to present in a clean page - with no headers, menus, footer ect. I think all I need is a version of page.tpl.php that contains HTML page headers and <?php print $content ?> How can I point my module to such a page?
Hi,
My localhost performance with drupal six is pretty slow. I found a solution to add a # before the :: localhost line of the system32/etc/hosts file but this was something I had already done and didn't help much.
does anyone know of any other optimisations that might work?
tHanks
Andy
Dear Experts,
Since Django is a web development framework and Django is a CMS.
Is it possible to use them both together instead of a preferred database on Django like apache?
Maybe that question isn't clear enough.
Is it possible to use Django and Drupal simultaneously on the server side to provide a better web development solution?