Search found 14 matches
- Sat Aug 20, 2011 10:03 pm
- Forum: Developers Discussion
- Topic: Running a tag within a UDT
- Replies: 1
- Views: 1370
Running a tag within a UDT
I am trying to use the rotate tag to add a slideshow of pictures inline with the text on my webpages. I want the text to flow around the changing pictures, to I intend to wrap the rotate tag in a floated sized div. This all works nicely :) So now I have come to wrap the whole thing up in a UDT to th...
- Wed Oct 10, 2007 2:26 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Calender Custom Fields
- Replies: 3
- Views: 2397
Re: Calender Custom Fields
That a look at he module help screen, which contains the text: Custom Fields It is possible to define a number of custom fields to associate with each event using the Fields tab in the admin. Once one or more fields has been defined the values of that field for each event can be set using the events...
- Sun Sep 02, 2007 4:23 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Calendar Custom Fields not working
- Replies: 2
- Views: 1656
Re: Calendar Custom Fields not working
Indeed that was the cause of the problem. If you want to get 0.7.10 to install from scratch you will need to remove the comma mentioned above before installing the module via the admin. It will be fixed in the next version.
- Sun Sep 02, 2007 4:11 pm
- Forum: Modules/Add-Ons
- Topic: [Solved] Calendar Custom Fields not working
- Replies: 2
- Views: 1656
Re: Calendar Custom Fields not working
I suspect that this is caused by a change to the code between 0.7.9 and 0.7.10 in method.install.php line64, where there is an extra comma on the end of the list of fields: // create event_field_values table $fields = " field_name C(255) KEY, event_id I KEY, field_value X[glow=red,2,300],[/glow...
- Fri Aug 17, 2007 11:13 pm
- Forum: Modules/Add-Ons
- Topic: putting modules in the repository
- Replies: 2
- Views: 1607
Re: putting modules in the repository
I have tried to release an XML version, but obviously have not got it right! I would be grateful if you could take a look, and let me know what I did wrong. - calander 0.7.9
Cheers
phill
Cheers
phill
- Fri Aug 17, 2007 11:02 am
- Forum: Modules/Add-Ons
- Topic: Calendar 0.79 custom fields (solved)
- Replies: 3
- Views: 1394
Re: Calendar 0.79 custom fields
try something like {$event.fields.Country}
Even better - put {debug} at the top of the top of the template and smarty will dump out all the data that is available for you to use in your template.
I am pleased that you find the feature useful.
God Bless
phill
Even better - put {debug} at the top of the top of the template and smarty will dump out all the data that is available for you to use in your template.
I am pleased that you find the feature useful.
God Bless
phill
- Thu Aug 16, 2007 11:16 pm
- Forum: Modules/Add-Ons
- Topic: putting modules in the repository
- Replies: 2
- Views: 1607
putting modules in the repository
How do new versions of modules get into the repository so that they are available in the module manager? I have recvently released an new version of the calander module. How does this get into the repository?
Cheers
Phill
Cheers
Phill
- Mon Aug 06, 2007 1:14 pm
- Forum: Modules/Add-Ons
- Topic: Installing calander module on 1.1
- Replies: 2
- Views: 1699
Re: Installing calander module on 1.1
I wanted to install by ahnd, as I want to develo on it, and so test changes to the installation. Anyhow, I trashed the system, reinstalled the core, and it worked.... Hummm, whatever!
- Sun Aug 05, 2007 9:59 pm
- Forum: Modules/Add-Ons
- Topic: Installing calander module on 1.1
- Replies: 2
- Views: 1699
Installing calander module on 1.1
So I have obtained the latest cut of the calander module svn (but this is also the case for the lastest released version of calander module) and copy it to Modules/Calander. However it does not show up in the modules list in the backend. Can anyone make some suggestions as to what I have got wrong? ...
- Sat Apr 28, 2007 11:31 am
- Forum: CMSMS Core
- Topic: Upgrading Modules best practice
- Replies: 5
- Views: 1723
Re: Upgrading Modules best practice
I learned the hard way that upgradingthe calender module restored the default smarty templates, which was a bit of a shame. >:( Fortunately I a DB backup that I could fish my modified templates out of, however some people would suggest that the upgrade script for that module could be improved in th...
- Mon Mar 26, 2007 3:00 pm
- Forum: Modules/Add-Ons
- Topic: Calendar module: can categories be colored?
- Replies: 13
- Views: 5858
Re: Calendar module: can categories be colored?
Nice one. Is there a plan to get this feature added to the "official" module? I would like to use this feature, but have a rule that I only allow myself to use stuff "off the shelf" to make it easier to had over to another admin.
Cheers
phill
Cheers
phill
- Wed Oct 11, 2006 4:28 pm
- Forum: CMSMS Core
- Topic: GRRRR IE and calendar module >:/
- Replies: 5
- Views: 2003
Re: GRRRR IE and calendar module >:/
I do not want to hijack this thread, but I would be greatful if someone could point me at some documentation for the calender module, aimed at a designer audience.
Cheers
Phill
Cheers
Phill
- Tue Oct 03, 2006 9:06 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Offset positioning and wrapping text
- Replies: 3
- Views: 1946
Re: Offset positioning and wrapping text
Thanks fot that. I have hacked about and pretty much got it working how I want, and in a way that I kinda understand how it is working too (which is always a bonus :) ) However I still have a problem, that does not make any sense - that a look, in IE then "news" box is offset further to th...
- Mon Sep 25, 2006 9:14 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: Offset positioning and wrapping text
- Replies: 3
- Views: 1946
Offset positioning and wrapping text
I have been trying to lay out a template and have hit a bit of a snag with using CSS to layout my page. I am hoping you folks will be able to help. ;D The efect I am trying to achieve is to have a box in the top right corner of my man content box. However I want to offset it a little to the right, ...