Mover of the moment:

Now online:

1stMovers on Twitter

AutoTweet Community 4ik has updated user data - more...
AutoTweet Community Angola has updated user data - more...
AutoTweet Community promocjaaygge has updated user data - more...

Please read this before you post

I'm Ulli, the developer of 1stMover extensions. Most 1stMover extensions are free of charges or fees and this is the forum site where you can get free support for these extensions. The word "free" is important and it means too, that I'm doing these free things in my free time and sometime I'm not able to answer all the questions posted here. I would like to ask for your patience.

If you want to help me (writing manuals, answering the posts here) then this will be very appreciated.

Before posting new post, please read the documentation and the previous forum posts as answering the same questions takes a lot of time which is missing for developing and for answering not yet answered posts.

Thank you very much for your understanding, Ulli

 

Welcome, Guest
Please Login or Register.    Lost Password?
Forum is locked
trying to build Plugin for Seminar component Forum is locked
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: trying to build Plugin for Seminar component
#2779
trying to build Plugin for Seminar component 1 Year, 3 Months ago Karma: 0
HGello there,

thanks for this very great component of yours.

I already integrated it into my site and it works quite well with remository.

As I also use the seminar component Link I tried to alter the simplecalendar plugin to fit my needs but as my programming skills are quite limited to basic code understanding I have some hurdles to master.

Here are the problems I encountered so far.

Seminar doesn't store the categories it creates in its proper table but in joomla's jos_categories table
Second, seminar doesn't bild an URL consisting of joomlabaseurl/component/item but shows an javascript link in it's frontend to jump to the item - without changing the displayed url in the path field of the browser?

Is there a way to adapt the plugin to make it work with the great seminar booking component?
referatmedien
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The topic has been locked.
 
#2781
Re:trying to build Plugin for Seminar component 1 Year, 3 Months ago Karma: 37
Hi,

your German? - Dann machen wir auf deutsch weiter.

Ulli
ustorck
Administrator
Posts: 2180
graph
User Offline Click here to see the profile of this user
The topic has been locked.
 
#2782
Re:trying to build Plugin for Seminar component 1 Year, 3 Months ago Karma: 0
mein Englisch ist zwar auch ganz gut aber auf deutsch ist es doch etwas entspannter
referatmedien
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
The topic has been locked.
 
#2783
Re:trying to build Plugin for Seminar component 1 Year, 3 Months ago Karma: 37
Ich habe mir die Komponente jetzt mal angesehen. "Solchen" Code habe ich lange nicht mehr gesehen. - Wow!

Die Kategorien findest Du in der Joomla Tabelle jos_categories. Beim Zugriff musst Du einfach mit der Category-ID auf die Tabelle gehen, z. B. so:
Code:

JTable::addIncludePath(JPATH_ROOT . DS . 'libraries' . DS . 'joomla' . DS . 'database' . DS . 'table');
$row =& JTable::getInstance('category');
$row->load($id);


Das mit der URL ist bloed. Wenn ich sowas schon sehe. Du kannst mal in den post parameter reinschauen, wenn Du den Request bei "onAfterRoute" auswertest (Das musst Du ja eh, um die richtigen Parameter zu finden). Dazu kannst Du JDump nehmen: extensions.joomla.org/extensions/miscellaneous/development/1509

Das sieht dann in onAfterRoute so aus:
Code:

dump(JRequest::get(), 'request data');

Wenn Du das URL-Schema nicht rauskriegst, könntest Du natürlich als Workaround auch die URL der Category-Übersicht nehmen.

Ulli
ustorck
Administrator
Posts: 2180
graph
User Offline Click here to see the profile of this user
The topic has been locked.
 
Go to topPage: 1
Moderators: ustorck