Search found 35 matches

by johnflan
Wed Jan 24, 2024 9:30 pm
Forum: Help Wanted (commercial)
Topic: CGCalendar
Replies: 4
Views: 1353

Re: CGCalendar

<div class="calendar-event {if $event.event_date_start < $smarty.now } expired-event {/if}"> I was beginning to wonder if it was me and my lack of knowledge! I don't think the $smarty.now works as it doesn't seem to identify the now date. If I reverse the greater than then the css does kic...
by johnflan
Tue Jan 23, 2024 9:58 pm
Forum: Help Wanted (commercial)
Topic: CGCalendar
Replies: 4
Views: 1353

Re: CGCalendar

Thank you - I'll give it a try. Khronos - I need to tale a look at that!
by johnflan
Tue Jan 23, 2024 9:13 pm
Forum: Help Wanted (commercial)
Topic: CGCalendar
Replies: 4
Views: 1353

CGCalendar

In the full view and list calendar I would like to have the expired events grey out just so that it's more obvious they are a past event. Here's some links so you can see why I would like someone to help me with the coding. https://clitheroeurc.org.uk/calendar-2/monthly-calendar.html https://clither...
by johnflan
Mon Oct 16, 2023 11:52 am
Forum: Modules/Add-Ons
Topic: CGCalendar FullCalendar
Replies: 0
Views: 6008

CGCalendar FullCalendar

In the full view calendar I would like to have the expired events in grey just to distinguish them more from the upcoming. Eg when someone goes back a month they can still look active despite the month above telling them! https://rvjazzandblues.co.uk/events-calendar.html Could you direct me to a bit...
by johnflan
Mon Apr 04, 2022 10:39 pm
Forum: Help Wanted (commercial)
Topic: CGBlog - Browse Category template
Replies: 2
Views: 30695

Re: CGBlog - Browse Category template [done]

Thanks to all for looking at the problem. I realised it might be better to think about it differently. So eventually added the four headline gigs into the page so they couldn't be affected by the function of the gig list.
It works!
https://www.rvjazzfestival.co.uk/
by johnflan
Tue Mar 29, 2022 11:04 am
Forum: Help Wanted (commercial)
Topic: CGBlog - Browse Category template
Replies: 2
Views: 30695

CGBlog - Browse Category template

I'm using the CGBlog as a gig listing. Works well. There are 2 different types of gigs - Festival (ticketed) and Fringe (free pub gigs). They are shown separately on a page - great. For the Fringe section there's a Browse Category part which lists the pubs and this can sort out the gigs by the pubs ...
by johnflan
Wed Jan 19, 2022 2:45 pm
Forum: Modules/Add-Ons
Topic: CGFeedback form Success Message
Replies: 0
Views: 847

CGFeedback form Success Message

I have a number of articles on a page each with a separate CGFeedback form. Everything works well and the feedback for each article when submitted is place under the right article - great. One minor issue is that when someone does submit the feedback no matter what article, the "Success Message...
by johnflan
Fri Oct 23, 2020 8:19 am
Forum: Modules/Add-Ons
Topic: Form Browser strips out text formating
Replies: 3
Views: 1262

Re: Form Browser strips out text formating

Thanks for both replies. When stuck it's good to have ideas of where else to look. I would never have got there myself and such a tiny bit of code!
<p>{$resp->values[6]|nl2br}</p>

Thank you.
by johnflan
Thu Oct 22, 2020 11:54 pm
Forum: Modules/Add-Ons
Topic: Form Browser strips out text formating
Replies: 3
Views: 1262

Form Browser strips out text formating

Form Builder has successfully passed the information into Form Browser and I can get this to display nicely on a website page. Apart from the text from a text area as it strips out the paragraphing leaving a solid block of text. When viewed in the the Form Browser admin the text is ok. In the Form B...
by johnflan
Thu Jul 30, 2020 11:38 pm
Forum: Modules/Add-Ons
Topic: CGBlog Browse Category path problem
Replies: 6
Views: 3106

Re: CGBlog Browse Category path problem

Dr CSS - Thank you - I'll look into the RewriteBase / surely it's got to be something like that. But, DIG13 - I think I'm closing in on something. Tried <pre>{$rec.url}</pre> and that was fine. Tried a lot of things in that direction, paths, server problems, setup and thought about re-installing. Wa...
by johnflan
Thu Jul 30, 2020 3:02 pm
Forum: Modules/Add-Ons
Topic: CGBlog Browse Category path problem
Replies: 6
Views: 3106

Re: CGBlog Browse Category path problem

Tried using .htaccess basic and as in the doc folder and also not using it at all and no change to the path. The config file is basic. <?php # CMS Made Simple Configuration File # Documentation: https://docs.cmsmadesimple.org/configuration/config-file/config-reference # $config['dbms'] = 'mysqli'; $...
by johnflan
Thu Jul 30, 2020 1:10 pm
Forum: Modules/Add-Ons
Topic: CGBlog Browse Category path problem
Replies: 6
Views: 3106

CGBlog Browse Category path problem

I'm using CGBlog which is great but in the browse category listing the links created for all the categories includes the extra "admin/" and so of course takes you to the admin login page. For example "http://s773115261.websitehome.co.uk/backup/rvjazzandblues_cmssite/ admin/ index.php?...
by johnflan
Tue Jul 14, 2020 8:40 pm
Forum: Modules/Add-Ons
Topic: CGBlog summary template categories
Replies: 2
Views: 1379

Re: CGBlog summary template categories [solved]

Thanks Velden That works so thank you. I'm just studying "the variable in more places" to make the template smaller and also I can see the sense in not using the "foreach" approach but sorry it's my complacency and laziness because I've always managed to make it work. I really sh...
by johnflan
Sun Jul 12, 2020 9:39 pm
Forum: Modules/Add-Ons
Topic: CGBlog summary template categories
Replies: 2
Views: 1379

CGBlog summary template categories

I'm using CGBlog and in the summary template I want to to ad a rule that if a category is 'Social Media' then it should go to an external link (which I can add) and not link to the content. Ok this works but it's not right because, if the blog entry has more than one category then it duplicates them...
by johnflan
Sun Dec 30, 2018 4:40 pm
Forum: CMSMS Core
Topic: 1and1 install php memory problem
Replies: 6
Views: 4764

Re: 1and1 install php memory problem

Got the same problem - never had this issue before so perhaps something has changed at 1and1 IONOS. At 1and1 IONOS, support for php5.6 is due to cease so had to add "ini_set("memory_limit", "256M");" to config.php files to get my cmsms sites to work with php7.2. Upgradi...

Go to advanced search