Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Simple Contact Plugin
Post: Simple Contact Plugin

We're all about simple. Here is ver. 2 Code: -- $question_array = array('What is 4 + 8?'=>'12','What is the capitol of Texas?'=>'Austin','What is 5 - 1?'=>'4'); $qindex = array_rand($question_array...
bnowell Plugins 71 190,505 2010-03-06, 02:21:06
    Thread: Simple Contact Plugin
Post: Simple Contact Plugin

Awesome plugin. I have a suggested improvement though. Code: -- /* Added by Brian Nowell */ $xval = rand(1, 9); $yval = rand(1, 9); $sc_to = 'my@email.com'; // Your email address $sc_captcha_ques...
bnowell Plugins 71 190,505 2010-03-06, 00:37:46
    Thread: Login Rebranding Plugin
Post: Login Rebranding Plugin

Just installed the plugin. I noticed that it didn't create the folder "branded-login" in my data/uploads. So, I manually created it. I went back into the dialog to upload my image and it said it could...
bnowell General Questions and Problems 1 6,306 2010-02-03, 22:14:02
    Thread: Wrong inclusion of Template functions.php
Post: Wrong inclusion of Template functions.php

Same thing: http://get-simple.info/forum/viewtopic.php?id=159
bnowell General Questions and Problems 1 8,454 2009-10-20, 23:10:20
    Thread: Folder Security with Chmod 777
Post: Folder Security with Chmod 777

Yes, same here.
bnowell General Questions and Problems 8 23,688 2009-10-05, 00:03:08
    Thread: Include functions.php
Post: Include functions.php

Yes, it was/is being included. The problem went away after I moved the paragraph to include the functions.php BEFORE loading the template file. My template file had a component which referenced a func...
bnowell General Questions and Problems 3 16,384 2009-09-27, 02:45:10
    Thread: Include functions.php
Post: Include functions.php

I noticed a problem after upgrading to 1.7 from 1.5. I removed the includes for my functions.php from the theme files and received an error stating a function used in a component could not be found. T...
bnowell General Questions and Problems 3 16,384 2009-09-26, 23:55:38
    Thread: Image tinyMCE
Post: Image tinyMCE

I have the same problem... Show's in tinyMCE, but not on page.
bnowell General Questions and Problems 32 87,867 2009-09-02, 05:32:15
    Thread: Migration from Local to Remote Server
Post: Migration from Local to Remote Server

Could you walk us through a migration from Local development platform to Remote server? I can see a couple of scenario's here; 1) new install on remote server and 2) updating a remote server. Which fi...
bnowell Feature Requests 1 6,525 2009-09-01, 23:35:32
    Thread: In edit.php Line 155
Post: In edit.php Line 155

I noticed in one of your posts that putting /data/other/debug.xml would help in debugging templates or components. I created a blank debug.xml file in the DATA/OTHER folder. When I created a new page ...
bnowell General Questions and Problems 0 4,837 2009-08-28, 23:02:11
    Thread: GS "Approved" Scripts & Components
Post: GS "Approved" Scripts & Components

A strong 'second' here.
bnowell Scripts & Components 6 19,957 2009-08-28, 04:40:15
    Thread: How to get All Pages' slug
Post: How to get All Pages' slug

Kumar, after you get the array back, YOU have to loop through it and build the unordered list / menu structure. Here is how I did it. I created a functions.php file in my theme folder and included it ...
bnowell Scripts & Components 7 19,891 2009-08-28, 01:52:03
    Thread: Image Thumbnails
Post: Image Thumbnails

Can you put the thumbnail size parameters in the settings page and any other appropriate setting to do with thumbnails? Thanks.
bnowell Feature Requests 0 5,032 2009-08-26, 04:49:30
    Thread: PHP Code in a page
Post: PHP Code in a page

Understand... Thank you. :cool:
bnowell Scripts & Components 9 24,652 2009-08-25, 05:26:28
    Thread: Function menu_data not returning ALL menu items
Post: Function menu_data not returning ALL menu items

n00dles101 are you using PRETTYURL's? You don't appear to be having any problems get back all your menu data from the menu_data function. I still needed to put my two-liner fix in to get back the ALL ...
bnowell General Questions and Problems 14 40,578 2009-08-25, 05:13:18
    Thread: Function menu_data not returning ALL menu items
Post: Function menu_data not returning ALL menu items

I tried your new function and it still only gives me back the first menu option (index page). Perhaps the configuration of my PHP is treating NULL as a '' blank... I've not heard of that, but you ne...
bnowell General Questions and Problems 14 40,578 2009-08-25, 04:48:51
    Thread: Function menu_data not returning ALL menu items
Post: Function menu_data not returning ALL menu items

I created a component to display the menu_data() array. I have three pages defined, all are on the menu and none are private. Also, I'm using PRETTYURLS. When I call it without params, it returns one ...
bnowell General Questions and Problems 14 40,578 2009-08-25, 04:19:56
    Thread: PHP Code in a page
Post: PHP Code in a page

Perhaps I used the wrong word. The 'workaround' was to create a template for my homepage with the slider hardcoded in it. Then I created an Inner page without the slider... I'm new to CMS's, so this w...
bnowell Scripts & Components 9 24,652 2009-08-25, 01:28:46
    Thread: Deleting images did not delete thumbnails
Post: Deleting images did not delete thumbnails

I uploaded several images.. that worked fine... I deleted the same images... that worked fine. I went to the [thumbs] folder and the thumbnails are still there. No error messages at all. I'm developin...
bnowell General Questions and Problems 1 6,339 2009-08-24, 21:15:30
    Thread: PHP Code in a page
Post: PHP Code in a page

I'm editing the home page which has a javascript slider. I'm adding 5 images to the slider and want to use Code: --
bnowell Scripts & Components 9 24,652 2009-08-24, 01:49:55