Search found 1369 matches

by Wishbone
Wed Jul 16, 2014 10:29 pm
Forum: Modules/Add-Ons
Topic: FormBuilder not submitting when pretty URLs turned on?
Replies: 2
Views: 1166

FormBuilder not submitting when pretty URLs turned on?

I have a site where FormBuilder won't submit when pretty URLs are turned on. When I fill out the form and click "Submit" it goes back to the same form, but all fields are cleared. As a backup, I do have it write to a text file, which happens, it just doesn't send mail, or go to the submiss...
by Wishbone
Wed Mar 12, 2014 10:52 pm
Forum: The Lounge
Topic: Hide Page(S)
Replies: 24
Views: 7097

Re: Hide Page(S)

KitchM wrote:By "outside" I mean unauthorized.
What is "authorized" in your case?
by Wishbone
Tue Mar 11, 2014 3:55 pm
Forum: Modules/Add-Ons
Topic: ListIt2 smart filtering
Replies: 5
Views: 2963

Re: ListIt2 smart filtering

Here's what I did on http://travel-wild.com I used Products for this, but any list module will do. I created a category list template that counts items in categories and creates HTML dropdowns for them and place this on a page called 'search-ajax'. I use CGSimpleSmarty to place this content on the h...
by Wishbone
Tue Mar 11, 2014 3:41 pm
Forum: CMS Show Off
Topic: Travel Wild
Replies: 7
Views: 5450

Re: Travel Wild

tophers wrote:I'm looking to implement something similar using the ListIt2 module - I want it to use 'smart' filtering as you've done. Any pointers or examples you can share?
What do you mean by 'smart filtering' The AJAX selector on the home page?

Edit: I saw your other post.. I'll reply there.
by Wishbone
Thu Mar 06, 2014 4:31 pm
Forum: The Lounge
Topic: Displaying FEU username in Calendar event
Replies: 1
Views: 1080

Re: Displaying FEU username in Calendar event

Did you mean CGCalendar?

I did this on a recent site:

Code: Select all

{$feu_smarty->get_userinfo($event.event_created_by, 'user_data')}
<p>Created by {$user_data.username}</p>
by Wishbone
Tue Feb 11, 2014 4:37 pm
Forum: Modules/Add-Ons
Topic: Stockists Module?
Replies: 3
Views: 1531

Re: Stockists Module?

I didn't realize that there was a Postcode module.. I just did something similar, but made a simple UDT to use the CGGoogleMaps geolocation routine to do the same thing. Nice to know.
by Wishbone
Tue Feb 11, 2014 5:12 am
Forum: Modules/Add-Ons
Topic: Company Directory Front End Album Editing
Replies: 2
Views: 1435

Re: Company Directory Front End Album Editing

Nope.. It's a feature of Company Directory.. Allows front end editing and creation/editing of an photo album.
by Wishbone
Sun Feb 09, 2014 6:29 am
Forum: Modules/Add-Ons
Topic: Company Directory Front End Album Editing
Replies: 2
Views: 1435

Company Directory Front End Album Editing

CMSMS: 1.11.9 CompDir: 1.20 I can't seem to get the Front End Album editing feature working. It shows a file upload button, an upload/delete draggable. I select some files to upload, but nothing seems to happen. From the comments in the FE Album template, it seems that I need to use some jquery libr...
by Wishbone
Fri Feb 07, 2014 1:26 am
Forum: Modules/Add-Ons
Topic: [SOLVED] CGCalendar-Messaging when no events are available?
Replies: 4
Views: 2283

Re: CGCalendar - Messaging when no events are available?

I wish other languages had this feature.
by Wishbone
Thu Feb 06, 2014 6:49 pm
Forum: The Lounge
Topic: Is CMS Made simple 1.6.6. OK with PHP 5.4 and MSQL 5.5
Replies: 4
Views: 2266

Re: Is CMS Made simple 1.6.6. OK with PHP 5.4 and MSQL 5.5

I have a couple sites on Bonde that I believe are running with this configuration.
by Wishbone
Thu Feb 06, 2014 6:48 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] CGCalendar-Messaging when no events are available?
Replies: 4
Views: 2283

Re: CGCalendar - Messaging when no events are available?

{foreach blah blah}
{* display events *}
{foreachelse}
No Events
{/foreach}
by Wishbone
Mon Feb 03, 2014 6:03 pm
Forum: The Lounge
Topic: List of pages from parent
Replies: 7
Views: 2547

Re: List of pages from parent

Try CGSimpleSmarty.. There are some functions that allow you to get a list of children of any given page.
by Wishbone
Thu Jan 30, 2014 3:42 am
Forum: Modules/Add-Ons
Topic: [SOLVED] News - Sort by Most Viewed
Replies: 15
Views: 6122

Re: News - Sort by Most Viewed

I can't think of an easier way. Open phpMyAdmin, or other mySql browser, and compare the CGBlog tables with the news tables. You should be able to change table names and field names to match.
by Wishbone
Wed Jan 29, 2014 6:55 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Placing html code in page content
Replies: 7
Views: 2813

Re: Placing html code in page content

Whenever I have a page that needs HTML, or extensive Smarty logic, I click the "disable WYSIWYG" option for the page under the Options tab.

This way you can use Tiny for the pages that need it and disable it for those that don't.
by Wishbone
Sun Jan 26, 2014 10:53 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: upgrade from 1.10.3 to 1.11.9
Replies: 7
Views: 2965

Re: upgrade from 1.10.3 to 1.11.9

Rolf wrote:But ALWAYS back-up files AND database!!!
I like to make a copy on the side, and upgrade that.. Once I verify that it works, I make that the main site.. No downtime. The old version is my backup, and it's still a working copy, so if there's an issue later, I still have the old one for reference.

Go to advanced search