Search found 64 matches

by caciavar
Sun Aug 23, 2020 5:19 pm
Forum: Help Wanted (commercial)
Topic: Basic module making
Replies: 2
Views: 60333

Re: Basic module making

I have some good options for you that don't require a new module to be developed.

Feel free to email me: info@thebigfish.ca
by caciavar
Thu Dec 22, 2016 5:16 am
Forum: CMSMS Core
Topic: Admin login twice
Replies: 10
Views: 4762

Re: Admin login twice

I found out what was causing my issue... maybe this is a clue into what the issues are for everyone else. In my case, I have a custom (forked) module where in the <Module Name>.module.php, there are a bunch of lines like this: $this->CreateParameter('summarytemplate','',$this->Lang('param_summarytem...
by caciavar
Wed Dec 21, 2016 5:03 pm
Forum: CMSMS Core
Topic: Admin login twice
Replies: 10
Views: 4762

Re: Admin login twice

I'm having the same issue - running the latest version (2.1.6)
For me it happens every time I try to log in.
by caciavar
Mon Dec 19, 2016 8:27 pm
Forum: Modules/Add-Ons
Topic: PrettyURL bug with Products module
Replies: 3
Views: 1660

Re: PrettyURL bug with Products module

By omitting the "hierarchytemplate" parameter it will use the default hierarchy template. But yes, that parameter can also be used. What I'm referring to is that there is a need to specify which summary template is used when you "drill-down" to a summary page (that uses a summary...
by caciavar
Mon Nov 28, 2016 8:06 pm
Forum: CMSMS Core
Topic: MicroTiny can't show specific stylesheet styles
Replies: 5
Views: 3395

Re: MicroTiny can't show specific stylesheet styles

@paulbaker, I'm also facing the exact same issue. I've tried with both MicroTiny and TinyMCE. When you assign a stylesheet to the module (each of the 2 aforemention modules handle that in a slightly different way, with the latter allowing for you to assign a "design") those styles show up ...
by caciavar
Mon Nov 28, 2016 4:00 pm
Forum: The Lounge
Topic: Cached admin links bug
Replies: 10
Views: 4427

Re: Cached admin links bug

This also does not have anything to do with multiple domains. I've used the multidomains module with success in the past but that module's purpose is to solve a different problem altogether. The problem I'm describing is one that illustrates regression from previous versions of CMSMS and has been in...
by caciavar
Mon Nov 28, 2016 3:50 pm
Forum: The Lounge
Topic: Cached admin links bug
Replies: 10
Views: 4427

Re: Cached admin links bug

I was wrong about the admin URL being cached for different users... but it is cached for a single user... so if you log in using URL A, and then log in again (with the same account) using URL B, the 'A' URLs will have been cached and you need to clear the cache for the URLs to have the proper contex...
by caciavar
Mon Nov 28, 2016 7:53 am
Forum: The Lounge
Topic: Cached admin links bug
Replies: 10
Views: 4427

Re: Cached admin links bug

The first example I gave above would be the best explanation. User A might be working on the local network accessing the site using local DNS and the url: http://myserver.lan/admin User B might be working externally using external DNS and the URL: http://mysite.com/admin If user A has cleared the ca...
by caciavar
Mon Nov 28, 2016 7:39 am
Forum: The Lounge
Topic: Cached admin links bug
Replies: 10
Views: 4427

Re: Cached admin links bug

Cleaning the cache does force the admin URLS to be regenerated, but it is not the solution. There may be multiple users accessing the site using different server aliases, and they may not all be valid on all networks. Example: If user A logs in using URL A, and clears the cache... ...Then when user ...
by caciavar
Mon Nov 28, 2016 6:44 am
Forum: The Lounge
Topic: Cached admin links bug
Replies: 10
Views: 4427

Cached admin links bug

Menu links in the admin back-end seem to be cached. If you log into the admin back-end and access the site by http://localhost/admin, and then click on "Content Pages", the link is http://localhost/moduleinterface.php?mact=CMSContentManager ... If you log out and log back into the admin ba...
by caciavar
Thu Nov 24, 2016 3:37 am
Forum: Modules/Add-Ons
Topic: PrettyURL bug with Products module
Replies: 3
Views: 1660

PrettyURL bug with Products module

CMSMS Version: 2.1.5 Products Module Version: 2.25.3 Bug reported here: http://dev.cmsmadesimple.org/bug/view/11225 I'm not actually sure if this ever behaved as I would expect it to behave in any version of the Products module. This behaviour definitely goes back quite a few versions. Description: ...
by caciavar
Mon Aug 08, 2016 5:58 pm
Forum: Help Wanted (commercial)
Topic: Ive got $5 for anyone who can solve this one issue for me
Replies: 6
Views: 4580

Re: Ive got $5 for anyone who can solve this one issue for m

This likely has something to do with it: In my browser console I see the following error: Uncaught ReferenceError: $ is not defined Which means that the jQuery library is not loaded yet... When you are loading the library you have specified a "defer" attribute in the tag: <__script__ src=&...
by caciavar
Thu Jan 28, 2016 3:09 pm
Forum: Help Wanted (commercial)
Topic: Custom Module for Student Information
Replies: 1
Views: 2390

Re: Custom Module for Student Information

PM Sent

-Chris
by caciavar
Thu Jan 07, 2016 3:56 am
Forum: The Lounge
Topic: Removing orphaned group permissions and event handlers
Replies: 0
Views: 2017

Removing orphaned group permissions and event handlers

I've got a site that is running 1.12.1, which has gone through a series of upgrades over its lifespan. At this point a few of the modules do not uninstall properly at all, but I would like to remove them manually. I know that I can always delete the module folder and database tables manually, but it...
by caciavar
Mon Oct 19, 2015 3:08 am
Forum: CMSMS Core
Topic: Problem with News pagination (CMSMS 2.0.1.1)
Replies: 5
Views: 2238

Re: Problem with News pagination (CMSMS 2.0.1.1)

Awesome! Thank you.

Go to advanced search