Search found 54 matches

by kidcardboard
Wed Jan 25, 2012 4:59 pm
Forum: CMS Show Off
Topic: Our company site using CMSMS
Replies: 5
Views: 3781

Re: Our company site using CMSMS

Weird... It's working for me now too... nevermind then... lol
by kidcardboard
Tue Jan 24, 2012 6:35 pm
Forum: CMS Show Off
Topic: Our company site using CMSMS
Replies: 5
Views: 3781

Re: Our company site using CMSMS

Site's broken. Stylesheet can't be found. Thought you might want to know. lol
by kidcardboard
Thu Dec 15, 2011 8:25 pm
Forum: Modules/Add-Ons
Topic: Product attributes not displaying?!
Replies: 5
Views: 1853

Re: Product attributes not displaying?!

Did some digging and I think I found how to do it. Go to E-Commerce->Calguys Ecommerce Base->Supplier Settings and hit submit (hitting Reset might do it too). I first did it with selecting something in the Supplier Modules multiselect, but then tried it with nothing selected and it still worked.
by kidcardboard
Thu Dec 15, 2011 6:49 pm
Forum: Modules/Add-Ons
Topic: Product attributes not displaying?!
Replies: 5
Views: 1853

Re: Product attributes not displaying?!

I'm having the same problem
Dr.CSS wrote:Are you making sure they are set to 'public' ?...
I think you're thinking of the field definitions (ie. image, quantity on hand, dimensions), not the attributes (ie. size, color)
by kidcardboard
Mon Dec 05, 2011 4:52 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [Solved] CMSMS - Install cms in a subdirectory RewriteBase /cms
Replies: 4
Views: 3728

Re: [Solved] CMSMS - Install cms in a subdirectory RewriteBa

Hooray for Google indexing. I had a broken module after doing a sub-directory install (everything else seemed to work ok). Just needed to move the pretty url rewriting to the sub .htaccess and change the rewrite base. Haven't added Step 2, but I'll keep that in mind incase anything else starts actin...
by kidcardboard
Tue Oct 18, 2011 5:54 pm
Forum: Developers Discussion
Topic: [SOLVED] Pretty URL's and redirects
Replies: 2
Views: 2227

Re: Pretty URL's and redirects

Thanks. That did the trick.
by kidcardboard
Mon Oct 17, 2011 10:52 pm
Forum: Developers Discussion
Topic: [SOLVED] Pretty URL's and redirects
Replies: 2
Views: 2227

[SOLVED] Pretty URL's and redirects

I have pretty URL's enabled on a site I'm developing a module for and have implemented all the necessary routes and such for links within the module. I have a form which allows the user to send some info to a colleague and afterwards is redirected to the page that they came from. My problem is the r...
by kidcardboard
Fri Sep 23, 2011 4:51 pm
Forum: Developers Discussion
Topic: Posting Arrays
Replies: 10
Views: 4362

Re: Posting Arrays

I suppose I could've included that too eh...lol. I'm running 1.9.4.2 "Faanui"
by kidcardboard
Thu Sep 22, 2011 4:51 pm
Forum: Developers Discussion
Topic: Posting Arrays
Replies: 10
Views: 4362

Re: Posting Arrays

it returns

Code: Select all

not an Array
aswell as

Code: Select all

Notice: Array to string conversion in /var/www/.../httpdocs/lib/misc.functions.php on line 417
which I suppose I should've mentioned before because this message isn't new (I hinted to it in the op though) but it might spark something for you guys
by kidcardboard
Wed Sep 21, 2011 9:45 pm
Forum: Developers Discussion
Topic: [SOLVED] Adding to/setting page title from within a module
Replies: 3
Views: 3660

Re: Adding to/setting page title from within a module

Right after I posted this I had a hunch where I did it and was right. For anyone else who is curious how to do this it is as follows. In your page template remove {process_pagedata} and replace it with {content assign="capturedcontent"} Then change your title tag to <title>{if isset($paget...
by kidcardboard
Wed Sep 21, 2011 9:26 pm
Forum: Developers Discussion
Topic: [SOLVED] Adding to/setting page title from within a module
Replies: 3
Views: 3660

[SOLVED] Adding to/setting page title from within a module

Is it possible? I've tried $contentobj = $gCms->variables['content_obj']; $contentobj->mName = "Lorem ipsum | {$contentobj->mName}"; but by the time this code runs the page title has already been set. I could've sworn that I've come across this before and found a solution for it, but I thi...
by kidcardboard
Wed Sep 21, 2011 9:14 pm
Forum: Developers Discussion
Topic: Posting Arrays
Replies: 10
Views: 4362

Re: Posting Arrays

print_r($params['filterby'].category); returns

Code: Select all

Notice: Use of undefined constant category - assumed 'category' in...
Arraycategory
print_r($params['filterby']['category']); returns

Code: Select all

Array
by kidcardboard
Wed Sep 21, 2011 8:18 pm
Forum: Developers Discussion
Topic: Posting Arrays
Replies: 10
Views: 4362

Re: Posting Arrays

It comes back exactly as I described it

Code: Select all

Array
(
    [category] => Array
    [neighborhood] => Array
)
by kidcardboard
Wed Sep 21, 2011 4:43 pm
Forum: Developers Discussion
Topic: Posting Arrays
Replies: 10
Views: 4362

Posting Arrays

I have a form that contains two lists of check boxes for filtering. Now what I'd like to be able to do is pass all the selected values as a single array so the name for the first list would filterby[category][] and the second would be filterby[neighborhood][] . Now my problem is I can't access the v...

Go to advanced search