1
I really wish that I had more time to learn how PHP, smarty and XOOPS work. Everything I have learned so far I have taught myself by researching and experimenting. But it's just not enough to satisfy my needs as a XOOPS user.
I put my questions out there to the developers and the XOOPS community and although some questions are answered (thank you to those who have been able to help!), so many just fall to the wayside. I don't know if I am just asking rediculous questions or if this is totally possible stuff that someone knows how to do but doesn't have the time.
For example:
I keep downloading all these great modules with all these little things I want to change. Little things like make my calendar module display the event loacation and the uploaded image while viewing in flat view.
Or...
I wish I knew a way to limit the size of all images displayed on the site. Why? Because I am using a theme that is 800 px wide. However, people consistantly post stuff that is 1024 wide and larger. It breaks my theme everytime. It is annoying! Cant I just write some block of php somewhere that says.... anywhere that a .jpg or .gif file is displayed, the script will automatically resize posted image to maximum of 500 px wide? The key here is to not stretch smaller images too a larger size, but to only resize stuff that is larger then 500px. This has to be possible. I have searched for the answer, but I haven't found any clear examples of this working.
Sorry if I am rambling. I just wish I knew enough to write my own modules. I am not even sure where to start.