Search found 1368 matches

by Wishbone
Sat Jan 25, 2014 10:22 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: upgrade from 1.10.3 to 1.11.9
Replies: 7
Views: 2995

Re: upgrade from 1.10.3 to 1.11.9

Any major version (1.10) to the next one (1.11) usually is pretty easy. For older ones, it often doesn't work.. Have to go version by version.
by Wishbone
Thu Jan 23, 2014 2:21 pm
Forum: Help Wanted (commercial)
Topic: HELP! Lost username & password!
Replies: 4
Views: 4709

Re: HELP! Lost username & password!

JohnnyB wrote:
1.8.1
Did we have salted admin passwords in 1.8.x? I can't remember now...
Oh.. never mind.. That was a 1.10 thing.
by Wishbone
Thu Jan 23, 2014 3:38 am
Forum: Help Wanted (commercial)
Topic: HELP! Lost username & password!
Replies: 4
Views: 4709

Re: HELP! Lost username & password!

If passwords are salted (I always uncheck the box), the above procedure won't work...

I have fixed a forgotten salted password by hacking the code to allow a blank password for one particular username, was able to log in, change the password, then un-hack the code.
by Wishbone
Thu Jan 16, 2014 1:35 am
Forum: The Lounge
Topic: Minimal Site
Replies: 3
Views: 1459

Re: Minimal Site

If you set up config.php and .htaccess, you can make all your URLs end up with .htm
by Wishbone
Thu Jan 16, 2014 1:33 am
Forum: Modules/Add-Ons
Topic: no markers with cggooglemaps2
Replies: 8
Views: 3223

Re: no markers with cggooglemaps2

I can't get it to work.. I still use the old one.
by Wishbone
Sun Jan 12, 2014 11:45 pm
Forum: Layout and Design (CSS & HTML)
Topic: FormBuilder - Possible to place some fields side by side?
Replies: 4
Views: 2255

Re: FormBuilder - Possible to place some fields side by side

I've never heard of editing the XML to edit a form, or using XML for anything, other than transferring a form from one site to another. You can edit the form directly in FormBuilder. You can assign classes to each field, and have your CSS style the output to position them any way you like.
by Wishbone
Fri Jan 10, 2014 4:24 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Company Directory - alphabetical menu for sorting
Replies: 8
Views: 2907

Re: Company Directory - alphabetical menu for sorting

Oh.. It was CGUserDirectory that had this feature.
by Wishbone
Fri Jan 10, 2014 4:21 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] Company Directory - alphabetical menu for sorting
Replies: 8
Views: 2907

Re: Company Directory - alphabetical menu for sorting

I could have sworn that CompanyDirectory had this feature.. I accidently got into the alphabetical directory mode for some module very recently, but can't figure out which module it was.. Unless I dreamed the whole thing. :)
by Wishbone
Fri Jan 03, 2014 5:46 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Folder to store images and pdfs
Replies: 6
Views: 2623

Re: Folder to store images and pdfs

I put template images in uploads/images/templates, and template JS files in uploads/images/js .. I try to keep everything non-cmsms in /uploads, so if I have to re-install CMSMS (hacked, corrupted), I just remove everything that's not in /uploads and re-install.. Keeps everything organized.
by Wishbone
Fri Jan 03, 2014 2:35 am
Forum: The Lounge
Topic: Database query and loop
Replies: 1
Views: 3238

Re: Database query and loop

Do it without a foreach loop: $query = "SELECT * FROM ".cms_db_prefix()."module_".$this->GetName()."_table"; $result = $db->Execute($query); $entryarray = $result->GetRows(); // Get all rows ;) $smarty->assign('items',$entryarray); In Smarty: {foreach from=$items item=i...
by Wishbone
Thu Jan 02, 2014 9:46 pm
Forum: Modules/Add-Ons
Topic: any "related stories" option?
Replies: 6
Views: 2045

Re: any "related stories" option?

Using Rolf's CGBlog idea, inside the detail template, you can write a foreach loop that calls a summary template for each category for this article.. Then collect what shows up and order them by relevance (most categories matching) .. Not easy or efficient in Smarty.. You can pass data to a UDT that...
by Wishbone
Thu Dec 26, 2013 6:32 pm
Forum: CMSMS Core
Topic: has children
Replies: 1
Views: 1111

Re: has children

Check out the CGSimpleSmarty module.. Has many functions to determine stuff like this.
by Wishbone
Wed Dec 25, 2013 6:54 am
Forum: Modules/Add-Ons
Topic: Images not showing in Company Directory [SOLVED]
Replies: 5
Views: 2827

Re: Images not showing in Company Directory

Did you mean CGSmartImage? I have it installed and can't get it to work.. I get the map, but cggm2_add_dynpoint doesn't seem to be working.
by Wishbone
Mon Dec 23, 2013 8:09 am
Forum: CMSMS Core
Topic: applying separate summary templates to news categories
Replies: 2
Views: 1366

Re: applying separate summary templates to news categories

On one page:

Code: Select all

{News category=cat1 summarytemplate=sum1}

On the other page:

Code: Select all

{News category=cat2 summarytemplate=sum2}

If the two summary templates are semi-identical, you can have it detect which category and do something different for one of them (like leave off the date)
by Wishbone
Fri Dec 20, 2013 3:07 pm
Forum: Modules/Add-Ons
Topic: calender in MadeSimple 1.11.9
Replies: 7
Views: 2229

Re: calender in MadeSimple 1.11.9

Ah.. Calendar.. I thought you had meant CGCalendar.. Glad you got it working.

Go to advanced search