Search found 280 matches

by blackhawk
Sat Nov 01, 2014 9:33 pm
Forum: The Lounge
Topic: [SOLVED] display an admin document for new administrators
Replies: 3
Views: 1893

[SOLVED] display an admin document for new administrators

From within CMSMS 1.11.11+, is there a way I can either display a content area or a word document link right away when a new administrator logs into the system, so that I can easily give them proper instructions on what do to once they are in?


Thanks for any creative ideas on this...
by blackhawk
Sat Nov 01, 2014 8:56 pm
Forum: The Lounge
Topic: [SOLVED] make sub folder cmsms site appear as root site
Replies: 10
Views: 4794

Re: How to make sub folder cmsms site appear as root site

Thank you Rolf,
appreciate your help always!

Let me go ahead and try this step...
by blackhawk
Sat Nov 01, 2014 7:23 pm
Forum: The Lounge
Topic: [SOLVED] make sub folder cmsms site appear as root site
Replies: 10
Views: 4794

[SOLVED] make sub folder cmsms site appear as root site

Within my live web host environment, if I install my cmsms directory in a sub folder like,

Code: Select all

www.site.com/cmsms2015/
...are there are configuration tactics within cmsms to reveal this site as...

Code: Select all

www.site.com/
for all links and and pages within this sub directory?

Thanks for any tips
by blackhawk
Mon Oct 20, 2014 12:04 am
Forum: The Lounge
Topic: [SOLVED]send news field definition JavaScript to <head>
Replies: 5
Views: 2177

Re: How to send news field definition JavaScript to <head>

Just found a answer to avoiding the inline approach... https://www.cmscanbesimple.org/blog/easy-way-to-combine-and-minify-javascript-files-and-code This is actually good compromise for what I am looking for and brings a clever answer to my initial approach. I can now reference and edit my JavaScript...
by blackhawk
Sun Oct 19, 2014 11:16 pm
Forum: The Lounge
Topic: [SOLVED]send news field definition JavaScript to <head>
Replies: 5
Views: 2177

Re: How to send news field definition JavaScript to <head>

I don't think I have to inline the javascript - if I reference a .js file, it would be nice to edit that same .js file in cmsms...I haven't researched this yet...getting there though...
by blackhawk
Sun Oct 19, 2014 11:13 pm
Forum: The Lounge
Topic: [SOLVED]send news field definition JavaScript to <head>
Replies: 5
Views: 2177

Re: How to send news field definition JavaScript to <head>

To answer your first question, I only have 2 reasons at the moment why I needed my field definition with its JavaScript to loaded in the head, I am working with google maps api JavaScript v3 and they recommend ( https://developers.google.com/maps/documentation/javascript/tutorial ) loading their cod...
by blackhawk
Sun Oct 19, 2014 10:07 pm
Forum: The Lounge
Topic: [SOLVED]send news field definition JavaScript to <head>
Replies: 5
Views: 2177

[SOLVED]send news field definition JavaScript to <head>

I am using CMSMS 1.11.11 If I create a news field definition (textarea), and write something like this in it... <__script__> function test(){ /*test*/ } </__script> how can I send this script block to the <head> of the content page that is referencing the news article that has this block of code? I ...
by blackhawk
Thu Oct 16, 2014 12:29 pm
Forum: The Lounge
Topic: [SOLVED]Uploading an mp3 causes my admin session to log out
Replies: 7
Views: 5724

Re: [SOLVED]Uploading an mp3 causes my admin session to log

ahhhh - I see it... Maximum Post Size (post_max_size) 8MB Maximum Upload Size (upload_max_filesize) 10MB I can see that I can easily adjust these values from my PHP.ini file too! More importantly, I can see that my live server allows me to upload/post files up to 50MB, which is more than enough for ...
by blackhawk
Mon Oct 13, 2014 11:40 am
Forum: The Lounge
Topic: Vote and save to a list?
Replies: 3
Views: 1936

Re: Vote and save to a list?

many thanks psy and paulbaker,
I will play with both approaches to see what my options are, then send my feedback here.

;D
by blackhawk
Fri Oct 10, 2014 8:28 pm
Forum: The Lounge
Topic: [SOLVED]Uploading an mp3 causes my admin session to log out
Replies: 7
Views: 5724

Re: Uploading an mp3 causes my admin session to log out

I found a work-around until I am able to automatically upload mp3s... First I created a text input field definition, and I am using it to write the name of my audio files. Then within the details template find this field and wrap it with the audio element for HTML5. So yes, I would have to manually ...
by blackhawk
Fri Oct 10, 2014 7:58 pm
Forum: The Lounge
Topic: Vote and save to a list?
Replies: 3
Views: 1936

Vote and save to a list?

I've been invited to build a voting system which allows an anonymous user to select their favorite image on screen by pressing a button associated with that image. The user can select up to 7 items they want to vote for. Then a thank you message pops up. I can handle most of this via javascript. But...
by blackhawk
Fri Oct 10, 2014 2:04 am
Forum: The Lounge
Topic: How to disable WYSIWYG for texarea boxes for News Module
Replies: 2
Views: 1788

Re: How to disable WYSIWYG for texarea boxes for News Module

Thank you psy,
I meant more from an admin perspective...if the custom textarea field can be an HTML window by default, rather than a rich text editor window.

So yes, I want HTML in the textarea, but not all the extra elements that the rich text editor produces on the fly.
by blackhawk
Thu Oct 09, 2014 2:49 pm
Forum: The Lounge
Topic: [SOLVED]Uploading an mp3 causes my admin session to log out
Replies: 7
Views: 5724

Re: Uploading an mp3 causes my admin session to log out

Your feedback helps me out a lot! Let me keep trying things...
by blackhawk
Thu Oct 09, 2014 11:08 am
Forum: The Lounge
Topic: [SOLVED]Uploading an mp3 causes my admin session to log out
Replies: 7
Views: 5724

Re: Uploading an mp3 causes my admin session to log out

Thank you JohnnyB. You gave me more knowledge on prepping. But these steps didn't work. The server logs don't say any apache or mysql errors happened. And I added mp3 as an option for uploads. It doesn't matter if the mp3 is 9MB or 35MB in size...it will not upload... The funny thing is that I can u...
by blackhawk
Wed Oct 08, 2014 12:47 pm
Forum: The Lounge
Topic: [SOLVED]Uploading an mp3 causes my admin session to log out
Replies: 7
Views: 5724

[SOLVED]Uploading an mp3 causes my admin session to log out

I am using cmsms 1.11.11 I created a file upload field under the news module. When I attempt to upload an .mp3 file inside an article (admin) page, it logs me out of my session and I have to log back into admin. After logging back into the admin account, and traveling to my article page, I can see t...

Go to advanced search