Search found 17 matches

by seanus
Wed Mar 13, 2013 9:39 am
Forum: Modules/Add-Ons
Topic: [solved][CGBlog] Broken after upgrading version
Replies: 2
Views: 1429

Re: [CGBlog] Broken after upgrading version

Omg thank you for that! Don't know how I missed the announcement. I ended up doing a complete roll back so everything is up and working again. But ill speak to my host and get the PHP upgraded
by seanus
Wed Mar 13, 2013 2:55 am
Forum: Modules/Add-Ons
Topic: [solved][CGBlog] Broken after upgrading version
Replies: 2
Views: 1429

[solved][CGBlog] Broken after upgrading version

Hi all I have a major major problem with CGBlog... I had it working correctly and it was functioning perfectly. BUT i decided to upgrade it and now its broken. I backed everything up thank god. SO the problem is after the upgrade when you go to the cgblog module when logged into CMSMS it shows a bas...
by seanus
Tue Mar 12, 2013 12:15 am
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] Cant remove/upgrade modules afte site move
Replies: 3
Views: 2090

Re: Cant remove/upgrade modules afte site move

How do i go about changing this or isnt it possible? Edit: No need to answer i still had the sub directory installed version of cmsms just got my web host to go through and check the owner/group permissions by comparing the sub directory install to the root directory install. Everything is fixed up ...
by seanus
Mon Mar 11, 2013 11:14 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved] Cant remove/upgrade modules afte site move
Replies: 3
Views: 2090

[solved] Cant remove/upgrade modules afte site move

Hi all, Ive just recently moved my cmsms install from a subfolder to the root folder of my web server. Everything went smoothly but i cant seem to upgrade any modules now when looking in the module manager. (Yes there are upgrades available) Also in the module page each module has "cannot remov...
by seanus
Mon Mar 11, 2013 10:52 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [SOLVED] File Manager broken after upgrade-1.10.3 to 1.11.4
Replies: 4
Views: 3125

Re: File Manager broken after upgrade from 1.10.3 to 1.11.4

disable the uploads as below # $config['uploads_path'] = '/home/abcdwny/public_html/uploads'; # $config['uploads_url'] = 'http://www.abcdwny.org/uploads'; $config['default_upload_permission'] = '664'; $config['use_smarty_php_tags'] = ''; $config['auto_alias_content'] = true; $config['url_rewriting'...
by seanus
Mon Dec 24, 2012 10:40 am
Forum: Modules/Add-Ons
Topic: CGblog & Gallery - Loading specific gallery [SOLVED]
Replies: 2
Views: 1255

Re: CGblog & Gallery - Loading specific gallery dir by var

Try this: {capture assign='imagesValue'}Blog-Images/{$entry->postdate|date_format:'%d-%m-%Y'}{/capture} {Gallery dir=$imagesValue template='BlogSummary' number=1} grtz. Rolf AWESOME! Thanks Rolf! I was actually coming on to say I had solved it but yours was a much better solution. I was using this....
by seanus
Sun Dec 23, 2012 10:23 pm
Forum: Modules/Add-Ons
Topic: CGblog & Gallery - Loading specific gallery [SOLVED]
Replies: 2
Views: 1255

CGblog & Gallery - Loading specific gallery [SOLVED]

Hi guys, I dont usually come hear to ask for help as I generally solve it by searching the forums but I cant seem to find any answers for my issue. Im using - Cmsms 1.11.4 - Cgblog 1.9.8 - Gallery 1.6 I had this working correctly before the upgrade to 1.11. Basically i upload images to a subdirector...
by seanus
Sun Mar 04, 2012 11:09 pm
Forum: Modules/Add-Ons
Topic: [solved] Wysiwyg editors not showing formatted text while
Replies: 5
Views: 2592

Re: [solved] Wysiwyg editors not showing formatted text whil

This has been solved. Not sure what the issue was but doing a complete reinstall over everything has fixed the problem.
by seanus
Fri Mar 02, 2012 3:59 am
Forum: Modules/Add-Ons
Topic: [solved] Wysiwyg editors not showing formatted text while
Replies: 5
Views: 2592

Re: Wysiwyg editors not showing formatted text while editing

Thanks for the reply. Im not sure if im explaining my problem correctly. screenshot2.gif The screenshot shows on the left my current install of tinymce on the problem website with the default text and the default settings and how it looks when viewing. The right side shows a fresh install of tinymce...
by seanus
Thu Mar 01, 2012 10:01 pm
Forum: Modules/Add-Ons
Topic: [solved] Wysiwyg editors not showing formatted text while
Replies: 5
Views: 2592

Re: Wysiwyg editors not showing formatted text while editing

Hi all, Im not 100% sure where i should go from here. Im at a point where the client is unhappy with the wysiwyg not working. Im thinking ill need to do a full reinstall of everything but i dont want to loose the 4 weeks of blog posts. Does anyone have a suggestion for me before i go down this path?...
by seanus
Wed Feb 29, 2012 11:24 pm
Forum: Modules/Add-Ons
Topic: [solved] Wysiwyg editors not showing formatted text while
Replies: 5
Views: 2592

Re: Tinymce problem plain text when editing content

I thought i would post an update to this: I have just upgraded to the newest version of CMSMS 1.10.3 and TinyMCE still doesnt work. Also MicroTiny WYSIWYG seems to have the same problem. See screenshot below of the issue im having top image is how the text is rendered (the last line is a h1) and jus...
by seanus
Wed Feb 29, 2012 5:27 am
Forum: Modules/Add-Ons
Topic: [solved] Wysiwyg editors not showing formatted text while
Replies: 5
Views: 2592

[solved] Wysiwyg editors not showing formatted text while

Hi all, Im having an issue with tinymce which i cant seem to solve. When i click into a blog post or a page or anywhere tinymce editor shows up the text area doesnt show the text formatted at all. It just shows it as plain text. If you check out the actually source code through the editor the html t...
by seanus
Wed Dec 21, 2011 11:38 pm
Forum: Modules/Add-Ons
Topic: CGblog archive page problem with wrapping elements correctly
Replies: 0
Views: 694

CGblog archive page problem with wrapping elements correctly

Ive been working on this archive page for a little while now... ive almost got it the way i want it. Im just having issues with wrapping items. Here is my code. <div id="accordion"> {if isset($archivelist)} {foreach from=$archivelist item=one} {if $lastused!=$one.year} <h3>{$one.year} Arch...
by seanus
Wed Dec 21, 2011 11:06 pm
Forum: Modules/Add-Ons
Topic: CGblog - if expired
Replies: 4
Views: 1400

Re: CGblog - if expired

I actually found something in the share your tags... a UDT called "count news items" works perfectly for what i want. Not sure if its the best solution but it works for me. {$count_news_items} {if $itemcount != 0} {foreach from=$items item=entry} <h2>{$entry->title|escape} - {$entry->postd...
by seanus
Tue Dec 20, 2011 3:23 am
Forum: Modules/Add-Ons
Topic: CGblog - if expired
Replies: 4
Views: 1400

CGblog - if expired

Hi all, I have done a search of the forum and havent come up with anything yet. What i want to do is when a blog article for a specific category expires it show some other text. The section im using it for is a weekly promotions area. So i would love to set a promotions and let it expire after a wee...

Go to advanced search