webjunk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Creating another content field?Make a custom template to do what you want. All well documented:
http://codex.wordpress.org/TemplatesI do not see the same problem. Is it fixed? Or else what browser are you using?
Forum: Fixing WordPress
In reply to: WP adding forward slash to all linksThose are back-slashes and not forward slashes. Could be magic quotes? Trying to escape characters? I avoid mixing dreamweaver (and similar apps) with WP but it could be adding in characters that are the cause.
Might also help to know the specific envireonemnt.Forum: Fixing WordPress
In reply to: Password emails for new registrants not being sent out…There have been many known issues with Godaddy as the hostingt company. And even more with them and Windows hosting if that is what you have..
Some months back had a client who was on godaddy and their response to me was limited support for un-authentciated email to be sent out on shared accounts. AM not familar with that plugin but guess that you would have to configure SMTP authentication. Otherwise you will have to go with one of the more reliable hosting companies.Forum: Fixing WordPress
In reply to: I cannot set Image HyperlinksHave heard of this problem but honestly do not know what causes it. The only solution is to go to the page, Edit in HTML instead of visual and edit the link manually. The link is just after the:
<a href=save the page/post in HTML before switching to Visual editor. Then normally once its saved you can go back to the visual editor if needed
Forum: Fixing WordPress
In reply to: Nextgen Gallery ProblemAgain, have you tried rebuilding those thumbnails? That sometimes fixes these types of issues.
Forum: Fixing WordPress
In reply to: Permalink SettingsIts because you are on Windows hosting which has its problems. Probably .htaccess is not enabled on your server? Read the section on Windows here:
http://codex.wordpress.org/Using_PermalinksForum: Fixing WordPress
In reply to: I cannot set Image HyperlinksWhen you are in EDIT IMAGE for the Post or Page. You are clicking on NONE for link. And then entering the link you want?
Forum: Fixing WordPress
In reply to: Coding IssuesAs I see the content, going to presume either you fixed the issue or its browser related.
Forum: Fixing WordPress
In reply to: No access to "Screen Options" and "Help"Have you tried disabling plugins? Change back to deault theme?
Forum: Fixing WordPress
In reply to: Internl Server ErrorAm not too good with Windows hosting. Avoid it like the plague! You need to first look at that /bcp/index.php and see if there is something in there redirecting but I doubt it.
Most likely the problem is in the permalinks. As you are on Windows you need to check if .htaccess is enabled on Apache by checking your httpd.conf. Then look at the .htaccess
According to the error log you posted. Its trying to redirect everything starting with “C:” to “/bcp” which is a UNIX path as you notice the forward slash.
You might have to disable permalinks. Somepeople have said they can not get it working properly under Windows depending on config.Forum: Fixing WordPress
In reply to: LinksThe Home will always be the Home of the current WordPress site.
But am I undrstanding you want Home to go to the other WordPress site? If that is the case you could use the Page Link to plugin to make it whatever URL you want.Forum: Fixing WordPress
In reply to: How to redirect old .html links to new php files?Look down the page somewhere and you should see the htaccess section. You will have to just adjust to your own drectory mapping.
http://codex.wordpress.org/Importing_from_Movable_Type_to_WordPress
Forum: Fixing WordPress
In reply to: Nextgen Gallery ProblemIf its the thumbnails themselves that have a prolem have you tried rebuilding them?
From Gallery n Wp-admin, should b Manage Gallery then Choose the Gallery, then select the images that have the problem and from drop-down chooe REBUILD THUMBNAILS.Also check your settings in Options/Thumbnails.
Forum: Fixing WordPress
In reply to: Broken Admin PanelIf its file permissions you messed up:
http://codex.wordpress.org/Changing_File_PermissionsIf you messed up during permalinks you could look at:
http://codex.wordpress.org/Using_PermalinksIf need be you could take out or add in the section starting with:
IfModule mod_rewrite.cThen we can move on from there if still not working.