MrBean
Forum Replies Created
-
Forum: Installing WordPress
In reply to: 2.5.1 install oddnessScore. For some reason my WP address in the general settings was set to http://sqlslayer.com?step=2. I just updated that to /wp and everything appears to be working now. Odd … but hooray!
Thanks
Forum: Plugins
In reply to: Looking for a sidebar scroll boxWell, I was hoping someone would see it that has a better alternative as the HTML marquee is very limited. I’d like to have onhover stop as well as a widget editor to allow others to easily update it.
Forum: Fixing WordPress
In reply to: Using Date and name based permalinksWell, there goes 2 hours with nothing accomplished …
The host (IXWebHosting) says they can’t install any ISAPI-REWRITE modules. So I started doing some searching and it appears there are a few solutions that people have found …
Adding php.ini: http://www.keyboardface.com/archives/2005/05/04/wordpress-permalink-with-iis-on-windows/
Using a custom 404 handler:
http://www.simmonsconsulting.com/2005/11/22/wordpress-permalinks-on-iis/Yet neither have worked for me … outside of switching to a Linux box, anyone have any advice for me?
Thanks!
Forum: Plugins
In reply to: Looking for a sidebar scroll boxDoesn’t exist does it?
Forum: Fixing WordPress
In reply to: Using Date and name based permalinksHmm, well, it won’t let me create the .htaccess file, even though the option says “create .htaccess file”. It attempts to create /.htmaster/.ok_user
Forum: Fixing WordPress
In reply to: Using Date and name based permalinksDoesn’t say if it’s plesk or not … just a clickable button inside my file manager.
Does the .htaccess need to be at the root level or WP folder level?
Do I need the .htprotect? If so, when I created one, when reloading my page it prompted for a username and password.
Forum: Fixing WordPress
In reply to: Using Date and name based permalinksOk … this is weird … it created /.htmaster and inside a .ok_user … what the hell am I doing here? haha
Forum: Fixing WordPress
In reply to: Using Date and name based permalinksAppears that through my control panel I can create a .htaccess file … but it wants a username and password. Still awaiting a response from my host.
Forum: Fixing WordPress
In reply to: Using Date and name based permalinksYeah, I only went with a windows host because I’m a SQL DBA and sometime in the future I can hopefully take advantage of my skill set … yet thus far, everything I’ve done has been all linux based (WP and SMF). I’m not sure if being on a windows server is the best choice …
I was able to create a .htaccess file, but I’m assuming that isn’t going to do me much good as of now right? Does it need to be in my root directory, or in the WP folder?
What needs to be inside the .htaccess file, anything? Is it a different file name for windows?
I’m working with my host now … going slow …
Forum: Fixing WordPress
In reply to: Using Date and name based permalinksI see I see … so is this something I should take up with my host? I am using IXWebHosting.com … I knew I should have went Linux, more and more the Windows host seems to be my problem.
Thanks
Forum: Plugins
In reply to: Looking for a sidebar scroll boxSo I finally found WP-Marquee … which is no longer available for download nor is it supported. Anyone have any alternatives???
Thanks
Forum: Plugins
In reply to: Need help with SMF & WP PluginsSo I was able to add the require in the index.php … but when I attempt to use the SSI functions on a page (I am using exec-php), no errors are thrown, but the function does not work and no additional content is displayed on page after the function call.
Forum: Plugins
In reply to: Using php in pages?Perfect, thanks!
Forum: Plugins
In reply to: Looking for a sidebar scroll boxStill haven’t had much luck finding anything.
Forum: Plugins
In reply to: Need help with SMF & WP PluginsSo supposedly you can use SSI.php from the SMF folder. I’ve attempted to call the functions (which are php) via quickphp:
<quickphp require("../forum/SSI.php"); ssi_recentTopics();>and nothing happens.Any advice?