This forum is for module development and code related questions, not general module support. For general support, use the Post installation forum.

CVS setup help - can't remove directory

Hi - I've added my module 'fileshare' to the CVS repository, but being a first time CVS user I of course had a little trouble... and I've added a duplicate 'fileshare' directory within my fileshare directory. And I can't seem to remove it. Can anyone help?

Also, I've created 'My Project' and the CVS files... is there something else missing before it gets listed? Thanks again.

Jamie.

Blog modules

Hello All,

Can i give my user their own blog page like http://www.domain.com/blog/username ?

how can i do it?

regards,
koko

sometimes I struggle with .install files

It might be me (almost certainly) but after upgrading to 4.7 a few weeks ago I have run into a few niggles with the automatic installation of database stuff. In some cases (ecommerce over a 4.6 version and tinymce after I had deleted the tables! (see below)) I have had to run a little script as per:

include_once('modules/xyzmodule/xyzmodule.install');
xyzmodule_install();

Search.module Preview/Excerpt Text

Hello

How does search.module return a preview of the node in the search results?

EXAMPLE: http://img50.imageshack.us/img50/650/examplesearchpreview8wj.png

I currently have "..." for my modules when I search - only the title and node info show up.

SCREENPRINT: http://img59.imageshack.us/img59/9072/mysearchpreview0of.png

Any ideas?

drupal surpress php error messages ?

I'm not sure about this but every time I have a syntax error in my module, I just got a blank page. for example, having code such this:-

$lists = array('name' => 'kkkk', 'address' = 'jb');

in my module code would result in blank page. To confirm this, I put this code in seperate php file, I would got an error:-

Parse error: parse error, unexpected '=', expecting ')' in /home/kamal/public_html/drupal/clinic/test.php on line 3

and yes, php.ini settings is set to E_ALL, display_errors = On.

create mail server module

is there any module to make a mail server?

Pages

Subscribe with RSS Subscribe to RSS - Module development and code questions