Search found 8 matches
- Mon Dec 13, 2010 12:07 pm
- Forum: Modules/Add-Ons
- Topic: Modules interaction in the backend
- Replies: 0
- Views: 736
Modules interaction in the backend
Hello, Is there any tutorial regarding how to integrate one module's functionality into another module in the back end. I have tried to call a coupe of other (installed and working) modules into the news modules, so the functionality of those modules is available to the administrator when editing or...
- Mon Dec 13, 2010 10:04 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Help with news module
- Replies: 4
- Views: 1671
Re: Help with news module
Hi,
Well i checked it out a bit.
The only way to circumvent this is to edit.
/modules/news/action.addarticle.php
... snip....
Ofcourse this makes the installation non standard which sucks for future upgrades....
But at least it covers my needs for the moment.
Thanks guys
George
Well i checked it out a bit.
The only way to circumvent this is to edit.
/modules/news/action.addarticle.php
... snip....
Ofcourse this makes the installation non standard which sucks for future upgrades....
But at least it covers my needs for the moment.
Thanks guys
George
- Fri Dec 10, 2010 4:20 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Help with news module
- Replies: 4
- Views: 1671
[SOLVED] Help with news module
Hi, Is there any way to force some text into the content text area of a news item when adding new news items ? The way it stands now you can not submit news if they are empty. I am looking to find a way around that because I want to display only the titles anyway. At the moment I have to manually a...
- Sun Nov 21, 2010 5:21 pm
- Forum: Developers Discussion
- Topic: Selecting an image from a module admin (Announcing plFileHandler)
- Replies: 11
- Views: 9376
Re: Selecting an image from a module admin (Announcing plFileHandler)
cool
thanks alot for the reply
will go ahead and add the feature request 
Excellent module for sure
thanks a lot.



Excellent module for sure

thanks a lot.
- Sat Nov 20, 2010 7:38 am
- Forum: Modules/Add-Ons
- Topic: Announcing new module: GBFilePicker
- Replies: 26
- Views: 11146
Re: Announcing new module: GBFilePicker
thank you very much for the guide NaN much much appreciated.
- Fri Nov 19, 2010 11:10 pm
- Forum: Developers Discussion
- Topic: Selecting an image from a module admin (Announcing plFileHandler)
- Replies: 11
- Views: 9376
Re: Selecting an image from a module admin (Announcing plFileHandler)
Is it possible to select the upload folder with this module ? Its wonderful in all other aspects...
- Fri Nov 19, 2010 10:02 pm
- Forum: Modules/Add-Ons
- Topic: Announcing new module: GBFilePicker
- Replies: 26
- Views: 11146
Re: Announcing new module: GBFilePicker
I think the problem in internet explorer is in : #GBFP_wrapper #GBFP .GBFP_header fieldset { margin : 5px; position : relative; } If you remove the position : relative; On this entry it works (almost) ok on msie. ------------------------------------------------ I have been tryi...
- Thu Nov 11, 2010 9:59 am
- Forum: Modules/Add-Ons
- Topic: GBfilePicker In News
- Replies: 0
- Views: 683
GBfilePicker In News
Hello, Is there some way I could inergrate GBfilePicker in the News module ? What I am looking for is to be able to use the GBfilePicker instead of the upload file option when creating a custom file field for news, so that I can select existing files to include with news instead of only being able t...