Search found 506 matches

by carasmo
Fri Mar 29, 2013 2:16 pm
Forum: Modules/Add-Ons
Topic: [SOLVED]CGSimpleSmarty major errors
Replies: 4
Views: 1842

Re: [SOLVED]CGSimpleSmarty major errors

The host I am using is VPS, which may or may not be applicable in your situation. The old site is on CMSMS 1.4 or something really old and since I can't upgrade the entire account, they told me all I have to do is add an .htaccess file to the root of the new domain (sub) and I can use 5.3, I am goin...
by carasmo
Thu Mar 28, 2013 5:02 pm
Forum: Modules/Add-Ons
Topic: [SOLVED]CGSimpleSmarty major errors
Replies: 4
Views: 1842

[SOLVED]CGSimpleSmarty major errors

Brand new install of 1.11.5 and trying to install CGSimpleSmarty (for CGBlog) whether I use repository through admin or XML: Warning: require_once(__DIR__/function.module_action.php) [function.require-once]: failed to open stream: No such file or directory in /home/---/public_html/beta/modules/CGSim...
by carasmo
Fri Mar 08, 2013 9:33 pm
Forum: Modules/Add-Ons
Topic: Upgraded Lisit2 now all field definitions have been deleted
Replies: 1
Views: 782

Upgraded Lisit2 now all field definitions have been deleted

I did a normal upgrade to the latest of the module and now these definitions and the content are gone. Any ideas?
by carasmo
Wed Nov 07, 2012 4:13 pm
Forum: The Lounge
Topic: Commercial CMSMS Templates - where to market?
Replies: 6
Views: 2562

Re: Commercial CMSMS Templates - where to market?

Since my mother's brain cancer last year and her recent hip fracture, I've had to take a lot of time off to care for her and it's cost me a lot due to not being able to take on jobs with certain deadlines. Soooo I wanted to create something that has some passive-ish income, like templates for CMSMS ...
by carasmo
Sat Nov 03, 2012 8:50 pm
Forum: The Lounge
Topic: Commercial CMSMS Templates - where to market?
Replies: 6
Views: 2562

Re: Commercial CMSMS Templates - where to market?

I have noticed links in a person's footer, I will not not name them, but they are active and it is a commercial link to templates for CMSMS.
by carasmo
Sat Nov 03, 2012 5:48 pm
Forum: The Lounge
Topic: Commercial CMSMS Templates - where to market?
Replies: 6
Views: 2562

Re: Commercial CMSMS Templates - where to market?

Thanks. It would be the CSS and html, not php and/or smarty. I can't find anything on the main site for advertising opportunities. Is it against the rules to link (in signature) to a free theme and then on the page where the free theme is have optional paid stuff too? Just wondering before I go too ...
by carasmo
Sat Nov 03, 2012 5:06 pm
Forum: The Lounge
Topic: Commercial CMSMS Templates - where to market?
Replies: 6
Views: 2562

Commercial CMSMS Templates - where to market?

I have been working on a CMSMS template system that I use to develop sites and I want to resell it, when I get it ready. Does anyone have any ideas on where to market this? Can I stick a link in my signature?

Thanks!
by carasmo
Wed Oct 31, 2012 3:11 pm
Forum: CMSMS Core
Topic: [SOLVED]Search module results help
Replies: 1
Views: 795

Re: [SOLVED]Search module results help

I believe I figured this out. But if I'm wrong I'll re-submit the help again.

Outside of the loop I did this:

Code: Select all

{if ($entry->module == 'ListIt2CloneSlider') && ($entry->module != 'CGBlog')}
<p>{$noresultsfound}</p>
{/if}
by carasmo
Wed Oct 31, 2012 2:50 pm
Forum: CMSMS Core
Topic: [SOLVED]Search module results help
Replies: 1
Views: 795

[SOLVED]Search module results help

I don't know if this is an add on module question or a core module question, please pardon me if I'm incorrect in posting this here. I'm using 1.11.2 of CMSMS and the latest of all other modules. My issue is that I'm using a clone of Listit2 called 'ListIt2CloneSlider' to make a content slider syste...
by carasmo
Sun Oct 28, 2012 3:37 pm
Forum: Modules/Add-Ons
Topic: [SOLVED]Print the Month and Year @ top of the summary cgblog
Replies: 3
Views: 981

Re: Print the Month and Year at the top of the summary cgblo

Holy smokes! Thank you sooo much for this. I never would have figured it out.
by carasmo
Sun Oct 28, 2012 11:51 am
Forum: Modules/Add-Ons
Topic: [SOLVED]Print the Month and Year @ top of the summary cgblog
Replies: 3
Views: 981

Re: Print the Month and Year at the top of the summary cgblo

I used

Code: Select all

{get_template_vars}
and with this

Code: Select all

{if $param_month}
{$param_month|date_format:"%B"}, {$param_year}
{/if}
It prints out December no matter what, even though by itself

Code: Select all

{$param_month}
Equals the correct month being shown in the archive.

Help!!

Thanks!
by carasmo
Sat Oct 27, 2012 8:57 pm
Forum: Modules/Add-Ons
Topic: [SOLVED]Print the Month and Year @ top of the summary cgblog
Replies: 3
Views: 981

[SOLVED]Print the Month and Year @ top of the summary cgblog

When you click on the archive date, you are taken to a page like so:

archive/2012/09/59.html

This is the default summary page showing the posts for the month in the URL, is there anyway to put the Month and Year above the summary loop on this generated page?

Thanks!
by carasmo
Wed Oct 24, 2012 5:01 pm
Forum: Tips and Tricks
Topic: HOWTO: Proper news pagination (with page numbers!)
Replies: 37
Views: 44436

Re: HOWTO: Proper news pagination (with page numbers!)

I honestly can't follow what you're trying to accomplish. Here is an example of how the pagination posted here works:

http://dropsoul.com/test-summary.html

I can click on 2 when I'm not on 2
by carasmo
Thu Oct 18, 2012 5:22 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] HELP Bad Problem with Category Links in CGBlog
Replies: 0
Views: 767

[SOLVED] HELP Bad Problem with Category Links in CGBlog

I'm trying to set up a 1.11.2 install. I'm using 1.9.8 CGBlog. In the past (before 1.11), I use the following code in my summary and detail cgblog templates to get the category link in the loop (on the summary page) and in the detail: {if $entry->categories} <ul>{strip} {foreach from=$entry->categor...
by carasmo
Mon Sep 17, 2012 4:49 pm
Forum: Modules/Add-Ons
Topic: [nevermind] category link in news detail & summa
Replies: 3
Views: 1209

Re: [nevermind] category link in news detail & summa

I figured out a fast way to fork CGblog so I'm going to use that for news and the same module for another thing.

Go to advanced search