Search found 5 matches
- Sat Dec 10, 2011 12:30 am
- Forum: Modules/Add-Ons
- Topic: To all Module and Plugin Devs
- Replies: 21
- Views: 6760
Re: To all Module and Plugin Devs
I applaud all the devs out there that contribute to a project like this. Making something open source and free is not by any means an easy task and these people GIVE a lot of their own time to these projects. If they got paid for doing this, that would be a bit different cause then you could put a b...
- Tue Dec 06, 2011 6:14 am
- Forum: Modules/Add-Ons
- Topic: articles module using bbcode
- Replies: 1
- Views: 821
Re: articles module
**EDIT** I edited the code a bit to add a header bar and a box around the code that has a max size and overflows the rest of the code with scrollbars if the code is too long. **END EDIT** Well, I ended up coming up with my own solution to the problem. I did some research and found that php has a bui...
- Mon Dec 05, 2011 7:22 am
- Forum: Modules/Add-Ons
- Topic: articles module using bbcode
- Replies: 1
- Views: 821
articles module using bbcode
Wasn't sure where to post this, but here goes. I am using the Articles module to post content related to PHP programming, so I occasionally want to include PHP code snippets in the articles. My problem is that I have not found a way to display good indented/formatted code blocks. I tried incorporati...
- Wed Jul 27, 2011 9:54 pm
- Forum: Modules/Add-Ons
- Topic: uploads module issue
- Replies: 2
- Views: 962
Re: uploads module issue
I am not sure if it does it, but having it check for special characters in the filename would also be helpful.
- Wed Jul 27, 2011 4:48 am
- Forum: Modules/Add-Ons
- Topic: uploads module issue
- Replies: 2
- Views: 962
uploads module issue
I am using the uploads module in conjunction with the gallery module to let user upload photos. The issue I have is that the upload form is set up to let users change the file name on upload which doesn't take into account the original file extension. So when a user selects a file such as "cano...