Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Module development | Forum profile

Forum profile page for Module development on http://drupal.org. This report page is the aggregated overview from a single forum: Module development, located on the Message Board at http://drupal.org. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Module development" on the Message Board at http://drupal.org is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: Forums | drupal.org - Module development (site profile, domain info drupal.org)
Title: Module development
Url: http://drupal.org/forum/4
Users activity: 16 post per thread
Forum activity: 254 active threads during last week
 

Posting activity on Module development:

  Week Month 3 Months
Threads: 254 880 2,495
Post: 387 1,403 3,996
 

Module development Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Jay Matwichuk
25
user's latest post:
Share content between sites...
Published (2009-11-26 02:48:00)
Generally the best way to share content across systems (not just websites) that weren't made to interact with each other is XML. What I would suggest is setting up your own RSS type output (it doesn't have to conform to RSS rules though, since you are making it to work on sites you have made with sites you have made) that is accessible at a certain URL, and outputs the data you want in XML format. Then on the site you want to...
rschwab
13
user's latest post:
Permission granting to roles.
Published (2009-11-25 18:21:00)
You need to give the Community Admins the permission "administer users". - Ryan
nevets
10
user's latest post:
CCK field title classes more css...
Published (2009-11-23 22:52:00)
Edit the content type, there will be a 'Display fields' tab. You can hide the labels there.
yangke
8
user's latest post:
SOLVED memory problem when...
Published (2009-11-20 05:46:00)
I get this error when i try to add a node (custom node) Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 244215 bytes) in C:\xampp\htdocs\drupal\includes\form.inc on line 2120 If i click refresh, it appears that only the first 150 or something fields got stored in the database. My forms contains about 800 textfields (in a table) (input is 3 character numbers only). How can i solve this problem? SOLVED: increase...
maori
6
user's latest post:
how to theme a module Noob
Published (2009-11-24 10:35:00)
that displays the info correctly thanks however how would i use my own table format to display the output if possible i have a table that has 3 collums and inside each collum for a user there will be a few items to display ie for user 1 in first collum there id and name then second collum some other info's and in last some more for example i used to use while ($row = $db->sql_fetchrow($R01)) { echo "<td...
VeryMisunderstood
6
user's latest post:
Quiz module development
Published (2009-11-26 03:18:00)
in future edit your older node and move it.
rocky saggoo
5
user's latest post:
http://indodiaries.com/?q=node/8...
Published (2009-11-18 14:33:00)
and how can I enable it?
zeed45
5
user's latest post:
Newbie - Add tab view/edit node...
Published (2009-11-19 23:41:00)
tried both node/9/meal and node/9/meals , but it has no effect still showing up on all nodes.
alleyza
5
user's latest post:
How to make every content have...
Published (2009-11-24 10:09:00)
Hi, I use drupal 6.14 and install at localhost using wampp. I just want know how to make every content at my website have permission. Just certain user can view certain title. What module should i use? Please advice me...
BTOweb
4
user's latest post:
Using drupal_http_request to...
Published (2009-11-20 20:08:00)
Thanks mitchmac, that's really useful to know. I don't have access to the jsp/servlet, but I'll ask our java developers to check the logs.
 

Latest active threads on Module development::

Forums | drupal.org
Started 2 days, 18 hours ago (2009-11-26 03:18:00)  by VeryMisunderstood
in future edit your older node and move it.
Thread:  Show this thread (2 posts)   Thread info: Quiz module development Size: 75 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: =-= :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 2 days, 18 hours ago (2009-11-26 02:48:00)  by Jay Matwichuk
Generally the best way to share content across systems (not just websites) that weren't made to interact with each other is XML. What I would suggest is setting up your own RSS type output (it doesn't have to conform to RSS rules though, since you are making it to work on sites you have made with sites you have made) that is accessible at a certain URL, and outputs the data you want in XML ...
Thread:  Show this thread (2 posts)   Thread info: Share content between sites which have nothing in common Size: 1,114 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Generally the best way to :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 2 days, 19 hours ago (2009-11-26 02:10:00)  by Mark in SC_USA
Here is the line (26) from the above referenced file: function pc(a,b){var c=a.style;c[$b]=b.getWidthString();c[Nb]=b.getHeig htString()} The offending character appears to be the ";" after "a.style".
Thread:  Show this thread (2 posts)   Thread info: Markers for GMap Module Don't Display in Internet Explorer, Fine in Every
Other Browser I've Tested Size: 295 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Update :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 2 days, 19 hours ago (2009-11-26 02:02:00)  by Jay Matwichuk
1) yes - you take the code, and make a module of it! I think you were looking for some sort of automated method though, and I would say no, there isn't anything like that. 2) You need to use the Forms API to define a form, and drupal_get_form() if you want forms to work in Drupal. You can't just drop a form in and have it work - for security reasons it is designed not to do that. When ...
Thread:  Show this thread (2 posts)   Thread info: How to migrate php-mysql forms to drupal Size: 1,262 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: 1) yes - you take the code, :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 2 days, 19 hours ago (2009-11-26 01:53:00)  by Jay Matwichuk
I'm not so good with .htaccess commands, but I'm about 90% sure you could/would do it in there. Basically you set up a redirect rule to the main domain, with an exception for existing domains.
Thread:  Show this thread (2 posts)   Thread info: Setting a default Host Header Size: 224 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I'm not so good with :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 2 days, 23 hours ago (2009-11-25 22:29:00)  by gpk
>don't think it needs to be as involved as an actual CCK type For starters I would suggest creating a CCK text field manually. Then all storage questions are handled for you. It's then easy to intercept node submission from your own module and do whatever you want with the text field. HTH,
Thread:  Show this thread (3 posts)   Thread info: Simple API module Size: 341 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: >don't think it needs to be :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 2 days, 22 hours ago (2009-11-25 22:50:00)  by VeryMisunderstood
how is your modules .info file constructed?
Thread:  Show this thread (6 posts)   Thread info: This version is incompatible with the 6.14 version of Drupal core. Size: 75 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: =-= :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 3 days, 11 hours ago (2009-11-25 10:26:00)  by ayman_ar
Why not through the node.tpl.php template? Thats how I did it
Thread:  Show this thread (4 posts)   Thread info: How to hide "Submitted By" on post Programattically Size: 93 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Why not through the :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 2 days, 20 hours ago (2009-11-26 00:42:00)  by Boua
when I go to admin/settings/xmlsitemap I get the following error, Its really strange because I didn't have this before * user warning: Unknown column 'access' in 'where clause' query: SELECT COUNT(id) FROM xmlsitemap WHERE type = 'menu' AND access = 1 AND status = 1 in /home/dakairo/public_html/modules/xmlsitemap/xmlsi temap.admin.inc on line 296. * user warning: Unknown column ...
Thread:  Show this thread (2 posts)   Thread info: Xml Sitemap User Warning Size: 1,108 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: when I go to :: Module development :: Forums | drupal.org"
 

Hot threads for last week on Module development::

Module development
Started 1 week, 2 days ago (2009-11-19 18:43:00)  by rschwab
You need to make a module. That code will go in your mymodule.module file. Here is a link that will help get you started: http://drupal.org/node/231276 - Ryan
Thread:  Show this thread (10 posts)   Thread info: Newbie - Add tab view/edit node (where to put the code) Size: 307 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: You need to make a module. :: Module development :: Forums | drupal.org"
Module development
Started 1 week, 1 day ago (2009-11-20 15:50:00)  by nevets
What happens if you type the URL in your browsers address/url bar?
Thread:  Show this thread (7 posts)   Thread info: Using drupal_http_request to retrieve results of a jsp Size: 99 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: What happens if you type the :: Module development :: Forums | drupal.org"
Module development
RE: Try... - 7 new posts
Started 6 days, 9 hours ago (2009-11-22 11:56:00)  by ludo1960
<?php $block = module_invoke ( 'theblockyouwanttouse' , 'block' , 'view' , '0' ); print $block [ 'content' ] ?>
Thread:  Show this thread (7 posts)   Thread info: Showing blocks from module code Size: 888 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Try... :: Module development :: Forums | drupal.org"
Module development
RE: I am guessing - 6 new posts
Started 5 days, 5 hours ago (2009-11-23 16:27:00)  by nevets
I am guessing /issue/fall-2009/ is a path alias for taxonomy/term/{tid}, if that is the case when viewing the page code can use arg(2) to get the tid.
Thread:  Show this thread (6 posts)   Thread info: Query taxonomy by path Size: 185 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I am guessing :: Module development :: Forums | drupal.org"
Module development
RE: =-= - 6 new posts
Started 2 days, 22 hours ago (2009-11-25 22:50:00)  by VeryMisunderstood
how is your modules .info file constructed?
Thread:  Show this thread (6 posts)   Thread info: This version is incompatible with the 6.14 version of Drupal core. Size: 75 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: =-= :: Module development :: Forums | drupal.org"
Module development
RE: additional info - 5 new posts
Started 1 week ago (2009-11-21 06:45:00)  by mafaz
The db I'm using is MySQL and the webserver is APACHE running on my local machine
Thread:  Show this thread (5 posts)   Thread info: Module install file not working properly Size: 113 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: additional info :: Module development :: Forums | drupal.org"
Module development
RE: Hi alleyza - 4 new posts
Started 1 week, 1 day ago (2009-11-20 08:14:00)  by hungdo
I think this is problem about css, you can use firebug firefox addon to fix this bug if still not work, please attache screenshot of error :D
Thread:  Show this thread (4 posts)   Thread info: Table Border Not Visible Size: 173 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Hi alleyza :: Module development :: Forums | drupal.org"
Module development
RE: =-= - 4 new posts
Started 1 week, 3 days ago (2009-11-18 05:22:00)  by VeryMisunderstood
check the module file for a theme function and if there investigate how to override theme functions to remove or add elements.
Thread:  Show this thread (7 posts)   Thread info: How to display ONLY PERCENTAGE results for Poll module, without the vote
count and total votes? Size: 158 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: =-= :: Module development :: Forums | drupal.org"
Module development
Started 1 week, 2 days ago (2009-11-19 10:12:00)  by maori
heya open your php.ini file and locate the [mail function] in there edit the details for your smtp and sendmail functions note that if they have ; in front of them then they are remmed out so you will need to remove these yourl need to reboot for the changes to take effect hope that helps
Thread:  Show this thread (6 posts)   Thread info: How we can send a mail from localhost Size: 340 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: heya open your php.ini file :: Module development :: Forums | drupal.org"
Module development
RE: =-= - 4 new posts
Started 1 week ago (2009-11-21 21:08:00)  by VeryMisunderstood
may be worth comparing to another module that installs a table or two. If you've not already.
Thread:  Show this thread (4 posts)   Thread info: .install file for custom module does not install table. Size: 125 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: =-= :: Module development :: Forums | drupal.org"

This page was found by:   drupal_write_record tutorial