Search found 149 matches

by pe7er
Mon Mar 24, 2008 11:52 am
Forum: Joomla! Extensions Directory Forum
Topic: Auomatically Promote User to Author
Replies: 1
Views: 1797

Re: Auomatically Promote User to Author

MOD note: Topic locked. The Joomla! Extensions Directory Forum is not for extension support questions.
See on top of this forum: READ ME <-- please read before posting, this means YOU.
by pe7er
Thu Mar 20, 2008 10:30 pm
Forum: Joomla! Extensions Directory Forum
Topic: Joomla Extension Section Overhaul
Replies: 18
Views: 8553

Re: Joomla Extension Section Overhaul

5th pet peeve... Why would I care if it's a module, component, plugin & etc? If I like it, I'm going to install it regardless. So I think that info should be limited to it's main application and not a list of all. So tool is a tool. If its main use is a module then thats all that should display...
by pe7er
Tue Mar 18, 2008 1:13 pm
Forum: Joomla! Extensions Directory Forum
Topic: ZOOM Media Gallery (ZMG)
Replies: 1
Views: 1353

Re: ZOOM Media Gallery (ZMG)

MOD note: topic locked.
This part of the forum is for questions/comments/praise about the extensions site itself, not the extensions it is hosting. Please note that this is not the place to post support questions about extensions.
See: READ ME <-- please read before posting, this means YOU.
by pe7er
Tue Mar 18, 2008 12:58 pm
Forum: Sites & Infrastructure - Feedback/Information
Topic: developer network
Replies: 3
Views: 2664

Re: developer network

[Moving to Sites & Infrastructure - Feedback/Information]
by pe7er
Thu Mar 13, 2008 3:48 pm
Forum: Sites & Infrastructure - Feedback/Information
Topic: Where is webmaster/contact?
Replies: 4
Views: 2874

Re: Where is webmaster/contact?

[MOD note: moving to Sites & Infrastructure - Feedback/Information]

What URL has those errors?
by pe7er
Mon Mar 10, 2008 8:08 pm
Forum: JoomlaCode - Feedback/Information
Topic: Can Anyone Help?
Replies: 2
Views: 1768

Re: Can Anyone Help?

There seemed to be a problem with the downloads at http://joomlacode.org/gf/project/joomla/frs/ earlier today.
Please try again.
by pe7er
Thu Mar 06, 2008 11:21 pm
Forum: Sites & Infrastructure - Feedback/Information
Topic: Discuss about JTS-post Assistant
Replies: 10
Views: 5132

Discuss about JTS-post Assistant

If you have any Joomla questions, please use the JTS-post Assistant (a Problem Post Generation Utility ) to include your configuration information, making it easier for other people to help you! In this thread you can discuss about JTS-post Assistant , which is available at: http://forum.joomla.org/...
by pe7er
Mon Mar 03, 2008 4:01 pm
Forum: Joomla! Coding 101
Topic: Custom PHP script: need to check user is logged in
Replies: 5
Views: 987

Re: Custom PHP script: need to check user is logged in

Thank you for your follow-up with your solution (for 1.5)!
The script that I posted is meant for Joomla 1.0.x
by pe7er
Wed Feb 27, 2008 4:33 pm
Forum: Joomla! Coding 101
Topic: Custom PHP script: need to check user is logged in
Replies: 5
Views: 987

Re: Custom PHP script: need to check user is logged in

Within Joomla extensions / templates you can use:

Code: Select all

global $my;

if ($my->id>0){
// registered user has been logged in.
}
However, you cannot use this in your wrapped pages...
by pe7er
Thu Feb 14, 2008 10:05 am
Forum: Joombie Coding Q/A
Topic: Own 1.0.x component with jpgraph outputs PNG image as text?
Replies: 2
Views: 647

Re: Own 1.0.x component with jpgraph outputs PNG image as text?

Thanks to Adam (aka Websmurf) I was able to solve this problem: You'll have to create a seperate function for it and reference to is with &no_html=1 At the position where you want to have the image, you'll have to put: <img src="index2.php?option=com_componentname&task=yourspecialfuncti...
by pe7er
Mon Feb 11, 2008 1:36 pm
Forum: Joombie Coding Q/A
Topic: Own 1.0.x component with jpgraph outputs PNG image as text?
Replies: 2
Views: 647

Re: Own 1.0.x component with jpgraph outputs PNG image as text?

I tried to use buffered output:

ob_end_clean();
ob_start();
header("Content-Type: image/png");

-> jpgraph instructions, including
    $graph->Stroke();

ob_flush();
flush();
ob_end_clean();


This way the image is shown!
But now the text output from the component is not shown.....
by pe7er
Mon Feb 11, 2008 9:08 am
Forum: Joombie Coding Q/A
Topic: Own 1.0.x component with jpgraph outputs PNG image as text?
Replies: 2
Views: 647

Own 1.0.x component with jpgraph outputs PNG image as text?

I am writing some own component (for 1.0.x) that uses JPGraph to draw images/charts. If I use the JPGraph classes/methods in a standalone .php file, the output is correct. However, if I use the same code in my component, at the place of $graph->Stroke(); I get the following error: The image “[some U...
by pe7er
Tue Jan 22, 2008 9:24 am
Forum: Announcements Discussions
Topic: Discuss: Ladies and Gentlemen... here
Replies: 126
Views: 45963

Re: Discuss: Ladies and Gentlemen... here

Great news! Thanks to all developers & testers!
by pe7er
Mon Jan 21, 2008 12:39 pm
Forum: Joomla! Coding 101
Topic: using e-Mail functionality
Replies: 3
Views: 812

Re: using e-Mail functionality

You're welcome! I hope it will help you with your component. PS: Could you please mark your first message in this thread as "solved" ? (Modify the first message and choose the Message Icon [solved] http://forum.joomla.org/Themes/joomla/images/post/solved.gif ). This way the list of messages shows th...
by pe7er
Wed Jan 16, 2008 12:23 am
Forum: JoomlaCode - Feedback/Information
Topic: Unable to Download Joomla 1.0.13
Replies: 1
Views: 764

Re: Unable to Download Joomla 1.0.13

[MOD note: moving to JoomlaCode - Feedback/Information]

Yes, you are right. I experienced the same earlier today.
Currently joomlacode is working okay, so you might give it another try...
by pe7er
Mon Jan 14, 2008 6:25 pm
Forum: JoomlaCode - Feedback/Information
Topic: Download links
Replies: 3
Views: 840

Re: Download links

Great! You're welcome! PS: Could you please mark your first message in this thread as "solved" ? (Modify the first message and choose the Message Icon [solved] http://forum.joomla.org/Themes/joomla/images/post/solved.gif ). This way the list of messages shows that the question has been solved. Thanks!
by pe7er
Mon Jan 14, 2008 6:09 pm
Forum: JoomlaCode - Feedback/Information
Topic: Download links
Replies: 3
Views: 840

Re: Download links

[MOD note: moved to JoomlaCode - Feedback/Information]

Today I noticed the same earlier today, but now the downloads are working again...
direct link: http://joomlacode.org/gf/project/joomla/frs/
by pe7er
Mon Jan 14, 2008 5:52 pm
Forum: Joomla! Coding 101
Topic: using e-Mail functionality
Replies: 3
Views: 812

Re: using e-Mail functionality

Joseph LeBlanc has a tutorial about this:
http://www.jlleblanc.com/joomla/Tutoria ... th_E-mail/
by pe7er
Thu Jan 10, 2008 4:51 pm
Forum: JoomlaCode - Feedback/Information
Topic: joomlacode.org down. Can't download
Replies: 4
Views: 845

Re: joomlacode.org down. Can't download

There is no official mirror where you can download Joomla, but I found this tread: m Note: be very careful with software that you download from an unofficial source! In the past I have seen an unofficial Joomla package that was modified with some adware. Joomla Diagnostics is a helpful tool to check...
by pe7er
Thu Jan 10, 2008 4:43 pm
Forum: JoomlaCode - Feedback/Information
Topic: joomlacode.org down. Can't download
Replies: 4
Views: 845

Re: joomlacode.org down. Can't download

MOD note: Crosspost deleted. Please do not crosspost your messages. See the Forum rules: http://forum.joomla.org/index.php/topic,65.0.html

[Moving to JoomlaCode - Feedback/Information]

PS: You are right, I checked and http://joomlacode.org/ is currently down indeed.
by pe7er
Fri Jan 04, 2008 7:54 am
Forum: Joombie Coding Q/A
Topic: Using xvideoplaypack plugin in my own component
Replies: 2
Views: 765

Re: Using xvideoplaypack plugin in my own component

Thanks for the follow-up with your solution. Could you please mark your first message in this thread as "solved" ? (Modify the first message and choose the Message Icon [solved] http://forum.joomla.org/Themes/joomla/images/post/solved.gif ). This way the list of messages shows that the question has ...
by pe7er
Fri Jan 04, 2008 7:52 am
Forum: Joombie Coding Q/A
Topic: [SOLVED] Problems with MySQL INSERT, UPDATE, and DELETE
Replies: 9
Views: 1630

Re: Problems with MySQL INSERT, UPDATE, and DELETE

Great, thanks for your follow-up with your solution! Could you please mark your first message in this thread as "solved" ? (Modify the first message and choose the Message Icon [solved] http://forum.joomla.org/Themes/joomla/images/post/solved.gif ). This way the list of messages shows that the quest...
by pe7er
Thu Jan 03, 2008 10:15 am
Forum: Joombie Coding Q/A
Topic: [SOLVED] Problems with MySQL INSERT, UPDATE, and DELETE
Replies: 9
Views: 1630

Re: Problems with MySQL INSERT, UPDATE, and DELETE

I also took a look at the code for the users core component, since I'm inserting / updating / deleting things in the users, core_acl, and contact_details tables, and double-checked that my code was the same syntax as the core code. Are you trying to insert/update/delete from multiple tables at the ...
by pe7er
Thu Jan 03, 2008 9:36 am
Forum: Joombie Coding Q/A
Topic: [SOLVED] Problems with MySQL INSERT, UPDATE, and DELETE
Replies: 9
Views: 1630

Re: Problems with MySQL INSERT, UPDATE, and DELETE

Joomla's default components do work okay?
e.g. Can you create (Insert record), Modify (Update record) or Delete (Delete record) an article?

Could you compare your code with code used in Joomla core components?
by pe7er
Mon Dec 31, 2007 3:23 pm
Forum: Sites & Infrastructure - Feedback/Information
Topic: VBS/Psyme When Entering Joomla Forum
Replies: 33
Views: 6837

Re: VBS/Psyme When Entering Joomla Forum

[MOD note: topics merged]
by pe7er
Thu Dec 27, 2007 10:01 pm
Forum: JoomlaCode - Feedback/Information
Topic: DB server down?
Replies: 1
Views: 698

Re: DB server down?

[Moved to JoomlaCode - Feedback/Information]

It seems that the problem has been solved...
by pe7er
Thu Dec 06, 2007 9:08 pm
Forum: JoomlaCode - Feedback/Information
Topic: Help To Get V1.0.12
Replies: 4
Views: 1031

Re: Help To Get V1.0.12

I've just checked: The downloads are working again.
by pe7er
Thu Dec 06, 2007 9:00 pm
Forum: JoomlaCode - Feedback/Information
Topic: joomlacode temporary offline
Replies: 18
Views: 2909

Re: joomlacode temporary offline

[Mod note: merging topics]

The problem seems to be solved.