Search found 20 matches

by reashlin
Mon Jan 28, 2008 3:15 pm
Forum: Joomla! Extensions Directory Forum
Topic: Tagging the extensions as 1.0, 1.5 Legacy, Native or Full
Replies: 66
Views: 11066

Re: requesting enhancements for extensions.joomla.org

Hey, I can support this request as I now often find myself spending much longer than I should looking for extensions for J1.5 specifically.  Given the release of a stable 1.5 I think it is imperative that people, especially joombies can find their way to the correct extensions quickly and with ...
by reashlin
Mon Jan 21, 2008 10:40 am
Forum: Joomla! Coding 101
Topic: using e-Mail functionality
Replies: 3
Views: 629

Re: using e-Mail functionality

Many thanks.

That is very helpful.
by reashlin
Mon Jan 14, 2008 3:41 pm
Forum: Joomla! Coding 101
Topic: using e-Mail functionality
Replies: 3
Views: 629

using e-Mail functionality

Hey,

Does anyone know where I can find a useful tutorial on how to add e-mail functionality to a component I am working on.  I just need something quick to get me started.

I have found the api references to the mail functions but was wondering if there was a simpler tutorial out there
by reashlin
Fri Dec 21, 2007 12:11 pm
Forum: Joomla! Coding 101
Topic: Toolbars Failing to work on a Component.
Replies: 1
Views: 502

Re: Toolbars Failing to work on a Component.

OK,

Stupidly I had missed out a " one one of the pages and that was killing everything for some reason.

Fixed now anyway
by reashlin
Fri Dec 21, 2007 10:43 am
Forum: Joomla! Coding 101
Topic: Toolbars Failing to work on a Component.
Replies: 1
Views: 502

Toolbars Failing to work on a Component.

OK, This could turn into a long post but I'm not sure where to go from where I am other than here.  I have custom coded a component which seems to be working OK other than the Joomla! toolbars are not operating at all. Using Opera and its error console get the quoted error message every time I ...
by reashlin
Fri Dec 21, 2007 10:28 am
Forum: Joomla! Coding 101
Topic: Deki Wiki
Replies: 4
Views: 910

Re: Deki Wiki

Thing is it looks like dekiwiki does support joomla.  You just gotta re-code its login sections to comply with joomla a little.  and it includes the functions to do that just fine.
by reashlin
Wed Dec 19, 2007 9:37 am
Forum: Joomla! Coding 101
Topic: New to Joomla.. need help
Replies: 16
Views: 2382

Re: New to Joomla.. need help

I think the problem here is the HTML and CSS are not stored they are generated every time you view a page.  The one possible way would be to look at every page and copy the scource code.  Then you just need to move the files the html imports over to the new site. It is possible but I do no...
by reashlin
Sun Dec 16, 2007 5:13 pm
Forum: Joomla! Coding 101
Topic: Database management query.
Replies: 4
Views: 741

Re: Database management query.

OK,

The problem is that I didnt have multiple files within the tables drectory, one relating to each table within the database.
by reashlin
Sun Dec 16, 2007 1:23 pm
Forum: Joomla! Coding 101
Topic: Deki Wiki
Replies: 4
Views: 910

Re: Deki Wiki

[quote=∓quot;saggers"\]I am new to Joomla and not very sophisticated when it comes to php, html and css, etc.[/quote] How new and how unsopisticated. Quickly browsing the DekiWiki website I have found this entry in their api. Using this method would involve modifying DekiWiki to read the Joo...
by reashlin
Sun Dec 16, 2007 1:02 pm
Forum: Joomla! Coding 101
Topic: Database management query.
Replies: 4
Views: 741

Re: Database management query.

This post is getting many views but not many replies so I am guessing that I am not being detailed enough and so will try to elaborate a little here. I have a component under development called "hotels". So my com_hotels folder as of now looks like .. tables ->hotels.php admin.hotels.html.php admin....
by reashlin
Sun Dec 16, 2007 12:46 pm
Forum: Joomla! Coding 101
Topic: New to Joomla.. need help
Replies: 16
Views: 2382

Re: New to Joomla.. need help

For the first two questions have a look here http://help.joomla.org/component/option,com_easyfaq/task,cat/catid,227/Itemid,268/ As for the last question im not really sure what you mean.  Surely the point in using joomla is the php backend support you require and as such you could not just send...
by reashlin
Fri Dec 14, 2007 2:41 pm
Forum: Joomla! Coding 101
Topic: Database management query.
Replies: 4
Views: 741

Re: Database management query.

The relationship is fairly simple.  I have 5 tables ⋅ hotels - Contains a list of hotels and their main details ⋅ hotel_featurelist - links hotels to features ⋅ hotel_features - lists features hotels may have ⋅ hotel_descriptions - describes the type of h...
by reashlin
Mon Dec 10, 2007 10:54 am
Forum: Joomla! Coding 101
Topic: Database management query.
Replies: 4
Views: 741

Database management query.

Hey, I'm relatively new to developing for Joomla! so this may seem a stupid question but how does Joomla! manage dealing with multiple tables within a single component.  I know about using an extension of the JTable class which utilises a __construct function. However I have only worked with th...
by reashlin
Mon Dec 03, 2007 4:55 pm
Forum: Joomla! Coding 101
Topic: jimport('joomla.filter.output'); resulting in Class 'JOutputFilter' not found
Replies: 12
Views: 3922

Re: jimport('joomla.filter.output'); resulting in Class 'JOutputFilter' not found

Cheers again,

I actually found that after some hunting in the API (I missed it the first two times I looked) and was about to come here and say not to worry.

:-[

Cheers.
by reashlin
Mon Dec 03, 2007 4:10 pm
Forum: Joomla! Coding 101
Topic: jimport('joomla.filter.output'); resulting in Class 'JOutputFilter' not found
Replies: 12
Views: 3922

jimport('joomla.filter.output'); resulting in Class 'JOutputFilter' not found

Hey, Now i'm very confused. I have this code // Some code <?php jimport('joomla.filter.output'); $k=0; for ($i = 0, $n=count( $rows ); $i < $n; $i++) { $row = &$rows[$i]; $checked = JHTML::_( 'grid.id', $i, $row->id ); $published = JHTML::_( 'grid.published', $row, $i ); $link = JOutputFilter::ampRe...
by reashlin
Mon Dec 03, 2007 2:26 pm
Forum: Joomla! Coding 101
Topic: Database errors when following a tutorial.
Replies: 6
Views: 873

Re: Database errors when following a tutorial.

Thanks,

All sorted now and I understand what I did wrong.  This forum needs some form of credit system like the sun.java.com forums do.  Bonus credit is added for people who respond in a positive way.

Anyway, thanks again.
by reashlin
Mon Dec 03, 2007 2:16 pm
Forum: Joomla! Coding 101
Topic: Database errors when following a tutorial.
Replies: 6
Views: 873

Re: Database errors when following a tutorial.

Cheers,

Changing the file name from reviews.php to review.php (note the dropping of the 's') has helped.  Do you know where it is I have specified the filename wrong as I have always refered to this component by the title reviews.

Cheers for the excellent help.
by reashlin
Mon Dec 03, 2007 2:01 pm
Forum: Joomla! Coding 101
Topic: Database errors when following a tutorial.
Replies: 6
Views: 873

Re: Database errors when following a tutorial.

I had guessed that was what was happening (or not happening) but I cant see why the path is incorrect.  Can anyone see in my code where the path is wrong.  Is there other code I should have that I can post for help. edit: Are you saying  \/ is incorrect. JTable::addIncludePath(JPATH_C...
by reashlin
Mon Dec 03, 2007 1:06 pm
Forum: Joomla! Coding 101
Topic: Database errors when following a tutorial.
Replies: 6
Views: 873

Database errors when following a tutorial.

Hey, I am following a tutorial document which shows me how to build a "restuarant review" component.  This is useful as the site I am currently working on requires this. However while following the tutorial I have an error come up on one of my pages "Table Review not supported. File not found."...