ericthelion
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Virtual URL Not WorkingDUH!
esmi – thank you so much for your help.
I went looking for the index file at the root – and of course it was not there!Thanks for your time – sorry it was a pebak error! But you put me on the right track.
Forum: Fixing WordPress
In reply to: Virtual URL Not Workingesmi – this is in the Apache error log :
[Wed Mar 24 20:03:08 2010] [error] [client 99.246.183.27] client denied by server configuration: /home/domain/public_html/.htaccess
[Wed Mar 24 20:03:08 2010] [error] [client 99.246.183.27] client denied by server configuration: /home/domain/public_html/.htaccessIt must be from the DirectorIndex directive ?????
Forum: Fixing WordPress
In reply to: Virtual URL Not WorkingNo esmi, I am not using the friendly URLs.
My client is supposed to be live tomorrow AM – perhaps I’ll get the DNS updated and see if that makes a difference. Argh.Thanks a lot for your help – anything else you could think of would be great.
Forum: Fixing WordPress
In reply to: Virtual URL Not WorkingThanks for the quick reply esmi.
Did not work however. Still displays the directory listing.
??Soooooo weird that the admin works and the blog does not!?
Would it matter that the Front Page is supposed to display a static page ?Forum: Themes and Templates
In reply to: Widget in center paneRVoodoo – your instructions very perfect.
Thanks again.
Forum: Themes and Templates
In reply to: Widget in center paneThanks a lot for posting this detail RVoodoo – I’ll go through the steps.
Agree with Hever on this one Mike.
I took the $string out for the name and email, then I commented out your validation for each field.
Now I’m looking for where your validation is on the Message field since I need that commented out too! lol.
Ah ha – think I found it :
if($si_contact_opt['hidden_message_enable'] != 'true' && empty($message)) {
Forum: Plugins
In reply to: [Plugin: Fast and Secure Contact Form] Putting form in text widget in sidebarWoo Hoo!
Thanks Mike – great support, and great plugin.Forum: Plugins
In reply to: [Plugin: Fast and Secure Contact Form] Sidebar ?Hi Mike – thanks for the reply.
I added this to the sidebar.php in my theme, but it does not show up.
It is not coming into this condition :
if ( isset($si_contact_form) )
I took the condition out and it throws this error :
Fatal error: Call to a member function si_contact_form_short_code() on a non-object in /public_html/wp-content/themes/irresistible/sidebar.php on line 10Any ideas ?
Thanks!
Forum: Fixing WordPress
In reply to: How to not show a page on the top menu HELP!!!niladam – THANK YOU so much for posting this.
I have been fighting with the wp_page_menu and wp_list_pages functions in the includes/ directory to get this to work – unsuccessfully I might add!Not sure why it was not parsing properly, but it was three hours of my life I’ll never get back.
Thanks a lot for pointing out the exclude parameter.
Forum: Fixing WordPress
In reply to: Publish to multiple pagesMichael – thanks a lot for providing so much detail into this problem I am facing.
I will try to implement your solution and get it working.
Once that is done, I’ll need to concentrate on incorporating it with the WPML and Flutter to display bilingually!Thanks for pointing in the right direction.
Forum: Everything else WordPress
In reply to: How can I integrate this form into my WordPress site?What’s complex about it ?
is it a multi-page form ? (submit and continue).
And if so, does the form fork based on the previous input ?I’ve heard good things about this one :
https://www.deliciousdays.com/cforms-pluginForum: Everything else WordPress
In reply to: WordPress capabilitiesNot sure if wordpress can do this.
How many users do you expect ?I have used portal software in the past with great success.
Liferay is good at doing this – as you create Communities within the web site where you can manage access rights.You can do a lot int he GUI itself, but will help a lot if you have a background in JAVA.