|
More site info...
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.
|
|
|
|
|
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:
|
Top authors during last week:
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.
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
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().
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?
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...
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...
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
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...
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...
|
|
|
|
Latest active threads on Module development::
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 ...
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.
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.
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.
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
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.
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.
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 ...
|
|
Hot threads for last week on 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
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
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.
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)
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.
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.
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 ...
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
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 )); $...
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, ...
|
|