Search found 8 matches
- Fri Oct 09, 2009 9:30 am
- Forum: Modules/Add-Ons
- Topic: generating a php graph
- Replies: 17
- Views: 6056
Re: generating a php graph
Sorry if i re-up this old post, but it's natural prosecution of this :) I'm trying to use plugin supplied by Peciura, however it only works with default configuration. I'm struggling to edit the source php file to let him accept a configuration array passed on invocation (something like {phpMyGraph ...
- Thu Oct 08, 2009 10:28 am
- Forum: Layout and Design (CSS & HTML)
- Topic: Clean URLs for News, Album etc
- Replies: 5
- Views: 3332
Re: Clean URLs for News, Album etc
Deak, what do you mean?
how can be achieved with hidden fields, for example?
how can be achieved with hidden fields, for example?
- Tue Oct 06, 2009 8:04 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Clean URLs for News, Album etc
- Replies: 5
- Views: 3332
Re: Clean URLs for News, Album etc
As I said, I did *NOT* duplicate the post. I deleted it from the old section, after one week without any response.calguy1000 wrote: Please don't duplicate post.
Thank you for fast and clear answer
- Tue Oct 06, 2009 6:18 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Clean URLs for News, Album etc
- Replies: 5
- Views: 3332
Clean URLs for News, Album etc
moving topic to this section... Hi all, I'm pretty new to CMS made simple but it quick jumped on top of my personal preferences about building websites. I find it pretty easy to use, but I have a question about how urls are forged for news module. I get clean urls only for the single news report (e...
- Thu Jun 11, 2009 8:54 pm
- Forum: Modules/Add-Ons
- Topic: generating a php graph
- Replies: 17
- Views: 6056
Re: generating a php graph
I pasted it in a UDT that I after invoked on a page...seems that the file simply can't be created, or I can not found it
where should I look for it?
or your file wasn't intended to be used as UDT?
where should I look for it?
or your file wasn't intended to be used as UDT?
- Wed Jun 10, 2009 11:05 am
- Forum: Modules/Add-Ons
- Topic: generating a php graph
- Replies: 17
- Views: 6056
Re: generating a php graph
I'll try to best answer.. in UDT i put code for generating graph (without ) that includes phpmygraph file. the code is correct since specifying the separate file in img src works greatly. Peciura: do you think that I should make phpmygraph output an image file and then embed it in html? it seems the...
- Tue Jun 09, 2009 7:52 pm
- Forum: Modules/Add-Ons
- Topic: generating a php graph
- Replies: 17
- Views: 6056
Re: generating a php graph
any idea? or at least, is this the right section for that?
- Sun Jun 07, 2009 12:51 pm
- Forum: Modules/Add-Ons
- Topic: generating a php graph
- Replies: 17
- Views: 6056
generating a php graph
Hi all, I downloaded a class to build php graphs (actually I tried with 2, postgraph and phpmygraph): both works in CMSms if I put in the html of a page something like <img src="file_with_graph_gen.php" /> while if I put the content of that php file in an UDT, and invoke it in the src attr...