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: 217 active threads during last week
 

Posting activity on Module development:

  Week Month 3 Months
Threads: 217 873 2,553
Post: 347 1,441 4,082
 

Module development Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Jay Matwichuk
23
user's latest post:
Module access link
Published (2009-11-06 16:22:00)
You can add a javascript function to check it during input, but javascript isn't particularly reliable. The best way to do it is to check for invalid functions in the _validate function, and if you find some, set an error. This will return the user to the input screen.
Devaraj
14
user's latest post:
sending message with images or...
Published (2009-11-04 12:40:00)
Sorry for sending post once more.Please excuse me.I thought you people were not understand my questions. So that only i posted 2 times.It wont be happen again
nevets
11
user's latest post:
how to share theme variables...
Published (2009-11-07 21:30:00)
Its not clear what you are trying to do, hook_preprocess_page() is for setting variables used by page.tpl.php. You in fact seem to be replicating the theme system with somefunc().
Cayenne
8
user's latest post:
Barcode validation/check-in
Published (2009-11-08 20:14:00)
Wow! I know nothing about Smarty Templates! I assume, however, that the barcode is rendered as an image and only needs embedding, yes?
thebiffenator
7
user's latest post:
Input Formats
Published (2009-11-06 21:05:00)
I did that and it is only letting me upload the files, for example when I click on upload to that file path in my hostgator file manger, it won't allow me to upload the whole folder. When I double click the wysiwyg folder it has 3 file folders called editors, translations and plugins with 12 or so files. I am wondering if downloaded the wrong one. I am running XP Home with IE 7.0 I got to pick up the kid in 5 min and will be back in...
phkemper
6
user's latest post:
Registration Form Customization
Published (2009-11-04 06:21:00)
I'm not sure what you're after: a registration page for users who are already registered? There are many ways that lead to the solution. Here's one: 1. Create a block which holds your code to open a popup and show the standard registration page in that popup; 2. In the role specific visibility setting, check the 'authenticated user' box; 3. Optionally make the block only visible on certain pages by using the page...
wydle
6
user's latest post:
Input Formats
Published (2009-11-07 15:36:00)
this is the link http://ftp.drupal.org/files/projects/wysiwyg-6.x-2.0.tar.gz to the module that you'll need to place under sites/all/modules. when you extract it you shud get a "wysiwyg" folder. upload the folder in sites/all/modules then when you're done u can activate it under administer->modules
yangke
5
user's latest post:
form data to create a flot graph
Published (2009-11-02 12:41:00)
I have a module that shows the user a form, when submitted the user gets the form again, with below a graph (based on the form input) I'm using the flot module to produce a flot graph. The flot graph is defined i javascript. I can't seem to get the form data to my javascript file. I tried to send it as a javascript setting (using drupal_add_js) in my theme function, but i can't pass the form data to it. It looks like it's...
groenm
5
user's latest post:
Custom Register/sign up form
Published (2009-11-03 08:41:00)
Hi Kraymer, Sorry, I misunderstood. The following only accomplishes part of what you want, but you can have your homepage be the user registration page, by going to Administer -> Site Configuration -> Site information. Under default front page, you can enter the url of the user registration page (user/registration). This page does not ask for the custom fields yet, though. Only after the new user has signed in, he can edit his...
elbek
5
user's latest post:
how i can stop saving node
Published (2009-11-03 12:38:00)
ok worked with drupal_goto() theks very much
 

Latest active threads on Module development::

Forums | drupal.org
Started 1 year, 9 months ago (2008-02-03 16:20:00)  by vb
Features: can be used on a working site and forum with existing users; authentication and synchronyzation in both directions; automatic creation of users; synchronyzation of account info usernames, passwords, emails, signatures, avatars (for drupal admin id = 1 and phpBB admin id = 2 username, password, email do not sync for security) synchronyzation of profile info when drupal ...
Thread:  Show this thread (437 posts)   Thread info: phpBBforum Integration module Size: 727 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: phpBBforum Integration module features :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 18 hours, 30 minutes ago (2009-11-09 15:16:00)  by JeebsUK
Once you've successfully entered the captcha I guess it considers you passed for that session on that form, so the actual problem is just why it outputs an empty fieldset, not nearly such a big problem.
Thread:  Show this thread (2 posts)   Thread info: problems with captcha module and _form_alter hook Size: 234 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: I was maybe being a little dense :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 18 hours, 53 minutes ago (2009-11-09 14:53:00)  by nevets
One does not really pass values from module to module (or block to block). The to typical methods are to call a function in the other module or provide a hook the other module can implement. You might want to expand on what you want to do to see if someone has a concrete answer.
Thread:  Show this thread (2 posts)   Thread info: how to pass value from one module to another Size: 331 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: One does not really pass :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 19 hours, 10 minutes ago (2009-11-09 14:36:00)  by Jay Matwichuk
The Imagecache module will do this for you. Look in the module folder for directions on how to use its API.
Thread:  Show this thread (2 posts)   Thread info: Image Thumbnail creation Size: 207 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: The Imagecache module will do :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 19 hours, 14 minutes ago (2009-11-09 14:32:00)  by Steve Hanson
You might want to start out by looking at the WYSIWYG module, which supports a large number of rich-text editors - http://drupal.org/project/wysiwyg
Thread:  Show this thread (3 posts)   Thread info: WYSIWYG editor Size: 287 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: There are many :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 3 days, 21 hours ago (2009-11-06 12:28:00)  by Jay Matwichuk
Do you mean that you want to make it so that an error is returned when the user tries to access a sub directory? If so, I don't think you can. The Drupal (6) menu system is set up so that if it doesn't find a URL, it goes backwards through the URL and returns the first valid URL it finds.
Thread:  Show this thread (9 posts)   Thread info: Module access link Size: 321 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Do you mean that you want to :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 1 week, 6 days ago (2009-10-27 20:34:00)  by r.allanby_09
Before the else I want to add an else if, there's no other way around doing it besides completely rewriting the module with new function names and tables which is crazy. I understand there is a certain php rendering order and functions cannot be redeclared, shame it's not some how possible to hook into a function and perhaps create a new temporary rendering order, hook_function.
Thread:  Show this thread (14 posts)   Thread info: Alter this function Size: 413 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Before the else I want to add :: Module development :: Forums | drupal.org"
Forums | drupal.org
Started 1 week, 6 days ago (2009-10-28 01:17:00)  by Jay Matwichuk
Question 1) Not that I know of. I recently had to write a database transfer script from one Drupal database to another that was completely different. The fields were all the same, but the original database was a compilation of about 50 modules, while the new one held one module that combined all the bits and pieces that the 50 modules were doing on the other database. To do this, I did a ...
Thread:  Show this thread (13 posts)   Thread info: Barcode validation/check-in Size: 1,275 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Question 1) Not that I know :: Module development :: Forums | drupal.org"
 

Hot threads for last week on Module development::

Module development
Started 3 days, 18 hours ago (2009-11-06 15:46:00)  by wydle
Hi you say when u use the plain editor evrythign works fine. can u use <li> , <ol> tags for your list. the default editor will support this let me know
Thread:  Show this thread (13 posts)   Thread info: Input Formats Size: 228 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Hi you say when u use the :: Module development :: Forums | drupal.org"
Module development
RE: =-= - 9 new posts
Started 4 days, 15 hours ago (2009-11-05 17:49:00)  by VeryMisunderstood
go to administer -> content filter for the node you want hover over the title link there you will find the nid
Thread:  Show this thread (9 posts)   Thread info: How to find a node id from a Drupal path Size: 166 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: =-= :: Module development :: Forums | drupal.org"
Module development
Started 3 days, 21 hours ago (2009-11-06 12:28:00)  by Jay Matwichuk
Do you mean that you want to make it so that an error is returned when the user tries to access a sub directory? If so, I don't think you can. The Drupal (6) menu system is set up so that if it doesn't find a URL, it goes backwards through the URL and returns the first valid URL it finds.
Thread:  Show this thread (9 posts)   Thread info: Module access link Size: 321 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Do you mean that you want to :: Module development :: Forums | drupal.org"
Module development
Started 2 days, 14 hours ago (2009-11-07 19:23:00)  by nevets
If you are writing a module you want to implement modulename _preprocess_page(), see Setting up variables for use in a template (preprocess functions)
Thread:  Show this thread (8 posts)   Thread info: how to share theme variables with module? Size: 252 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: If you are writing a module :: Module development :: Forums | drupal.org"
Module development
Started 1 week, 6 days ago (2009-10-27 20:34:00)  by r.allanby_09
Before the else I want to add an else if, there's no other way around doing it besides completely rewriting the module with new function names and tables which is crazy. I understand there is a certain php rendering order and functions cannot be redeclared, shame it's not some how possible to hook into a function and perhaps create a new temporary rendering order, hook_function.
Thread:  Show this thread (14 posts)   Thread info: Alter this function Size: 413 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Before the else I want to add :: Module development :: Forums | drupal.org"
Module development
RE: =-= - 7 new posts
Started 1 month, 3 weeks ago (2009-09-15 03:47:00)  by VeryMisunderstood
you can apply for CVS access if you want. see: http://drupal.org/node/59 unless there is a specific reason you can't use CVS, which you've not mentioned.
Thread:  Show this thread (32 posts)   Thread info: Looking for a CVS committer Size: 285 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: =-= :: Module development :: Forums | drupal.org"
Module development
Started 1 week, 6 days ago (2009-10-28 01:17:00)  by Jay Matwichuk
Question 1) Not that I know of. I recently had to write a database transfer script from one Drupal database to another that was completely different. The fields were all the same, but the original database was a compilation of about 50 modules, while the new one held one module that combined all the bits and pieces that the 50 modules were doing on the other database. To do this, I did a ...
Thread:  Show this thread (13 posts)   Thread info: Barcode validation/check-in Size: 1,275 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Question 1) Not that I know :: Module development :: Forums | drupal.org"
Module development
Started 1 week, 1 day ago (2009-11-02 09:37:00)  by groenm
Consider using one of these modules to have your friends functionality: User Relationships ( http://drupal.org/project/user_relationships ), or Friendlist ( http://drupal.org/project/friendlist ) There are also modules to invite people to your site. If you perform a search, I am sure you will find some. Mark
Thread:  Show this thread (6 posts)   Thread info: How to create my friends? Size: 611 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Friend functionality :: Module development :: Forums | drupal.org"
Module development
Started 1 week ago (2009-11-02 19:48:00)  by j_ten_man
Here is the code that I use to accomplish this: <?php function views_count_query_example () { $view = views_get_view ( 'user_logging_specific_user_log' ); $view -> execute ( 'default' ); $count_query = db_rewrite_sql ( $view -> build_info [ 'count_query' ], $view -> base_table , $view -> base_field , array( 'view' => & $view )); $...
Thread:  Show this thread (6 posts)   Thread info: process data from a view Size: 3,940 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Here is the code that I use :: Module development :: Forums | drupal.org"
Module development
Started 6 days, 11 hours ago (2009-11-03 21:56:00)  by nevets
Check out Themekey plus ThemeKey Properties . Enable all four modules (Themekey has includes 3) Visit "Site Configuration" > ThemeKey Click the "Settings" tab, under "Properties" find and select "system:remote_ip", save changes Optionally enable debugging information under the "debug" tab. Back to "Site Configuration" > ThemeKey Click the "Properties" tab, add IPs as needed, ...
Thread:  Show this thread (6 posts)   Thread info: Programmatically change a whole theme based on visitor properties Size: 645 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Check out Themekey plus :: Module development :: Forums | drupal.org"

This page was found by:   drupal_write_record tutorial