jetshack
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: the basics?9. yes.
the only plugin from above which might cause you some issues is the one for the forum… all the others only take a couple of minutes to install.
to date i haven’t found a “good” forum solution for WP… I end up using phpbb merging the forum database into the wp database and customizing the forums theme to match the site which the forum is associated with…
If forums are a necissity then I’m not going to tell you to look at other CMS’s (like geeklog) as in general WP is by far the easiest to use and has a much better support group. Especially if you’re not comfortable with techie stuff. BUT…
Forum: Fixing WordPress
In reply to: Comment Button Helpsite has been deleted.
Forum: Fixing WordPress
In reply to: Admin panel errorwho’s your webhost? that’s crazy talk to disable caching…
Forum: Fixing WordPress
In reply to: updating my blog.is this for a new domain? domain name propigation can take up to 2 days.
or is this for an existing domain? if so did the old site have cookies? if so your friend might need to clear out their cache and any cookies left over from the old site..
or is this a new theme in an exisiting wp blog? if so do you allow the users to set their own theme? if so then either remove any extra themes or change their names if you wnat to keep them online but force users to reset the theme they use.
Forum: Fixing WordPress
In reply to: Can not do anything over than postare you logged in as admin? and does your login have admin rights?
Forum: Fixing WordPress
In reply to: Not showing all posts..only showing first onelink to site?
Forum: Fixing WordPress
In reply to: the basics?1. yes… you’d need to customize a theme… lots of people here can help with that.
2. there are a couple of wp specific forum plugins, or you could go with something like phpbb and integrate the two
3. if i understand what you’re asking yes… you own the domain… wp is just the cms
4. yes (as limited by your hosting space)
5. yes (as limited by your hosting space)
6. There’s a plugin for that
7. yes
8. in general yes…
Forum: Installing WordPress
In reply to: Post Format On Front Pageadd the tag
<!–more–>
into your post where you’d like the content to break
Forum: Themes and Templates
In reply to: Sidebar stopsthis is a css issue…
the easiest way to solve this is to set a background image into the container…
create an image that’s 1px tall and as wide as your sidebar should be and then place it as the background…
then any other divs which you place on top of it (like the footer) will hide the excess.
background:#FFFFCC url(images/1x180px.jpg) repeat-y;Forum: Fixing WordPress
In reply to: How do I allow people to post without registering?in the admin panel
click on the options tab
then in the general options subtab
uncheck the box which says “Users must be registered and logged in to comment ”Forum: Fixing WordPress
In reply to: Monthly Archive of 1 YearIn your sidebar….
<?php wp_get_archives(‘type=yearly’); ?>
or maybe…
<?php wp_get_archives(‘type=monthly’); ?>
Forum: Fixing WordPress
In reply to: Blog is slow since today??works fine for me…
Forum: Fixing WordPress
In reply to: blog goes blank after AMM 1.5 installcan you ftp into your site?
If so just delete the plugin from the plugin directory… that in itself might do it, if it doesn’t then after deleting the plugin download any theme files which you changed to make use of the plugin and take out the changes then reupload them.
Forum: Your WordPress
In reply to: Funkybird! Your oppinion?in regards to the size of the header… your rationale works if you’re expecting everyone who visits your site to have their browsers maximized. But if they don’t…
Forum: Fixing WordPress
In reply to: Comments helpis it just me or is there an extra ) near the end of line 40 on the main template file?