h8dk97
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How accurate/useful is the wordpress search?Just like any other mysql based application search. I think it would benefit from full text searching (don’t think it’s using it by deafult)
Forum: Themes and Templates
In reply to: Multiple sites/themes using the same WP database?You would have to edit the file wp-settings.php in a text editor i.e. vi and make those changes. Seems easy enough I just hope that will work. Thanks All for your help.
Forum: Themes and Templates
In reply to: Multiple sites/themes using the same WP database?I’ve also been thinking about this setup. But can you use the same tables for different installations? For example if you want to share users between two sites.
Forum: Everything else WordPress
In reply to: Making newest posted comment show up on topNot sure if there is a plugin for that but if you want you can probably edit the wp code and change the sort for SQL that retrieves the comments i.e. instead of SORT BY timestamp ASC put SORT BY timestamp DESC
Forum: Installing WordPress
In reply to: Problem changing file permissionsYou probably removed the x bit from directories and that’s why are getting errors. Make sure each directory is readable/executable by the user who runs your web server. You can find out how to do it here
Otherwise I don’t see why you’d be getting errors after chmod 666
Forum: Themes and Templates
In reply to: Using tables in your php pagesI’m not that good at CSS design (that is why I like to use wordpress and its themes) so I couldn’t keep an in depth discussion on the topic. What I meant was, allowing users to create posts with tables on a site which otherwise is using CSS is essentially making tables part of the site design, and I don’t see any problem in doing so, as a mater of fact thatβs what happens on my site.
Forum: Themes and Templates
In reply to: Using tables in your php pagesKafkaesqui, I was just trying to say the same thing, that there’s nothing wrong in using tables.
Forum: Plugins
In reply to: mod_rewrite on debian sargeWas your apache compiled with mod_rewrite?
Forum: Fixing WordPress
In reply to: My link/photo buttons are no longer working….Have a look at the html source of your page, your tags are probably broken / not closed propertly.
Forum: Everything else WordPress
In reply to: php.ini and ssh or telnetYour best bet is asking your hosting company about this
Forum: Themes and Templates
In reply to: Using tables in your php pagesCSS is good but I don’t see any problem using tables. If you allow other users to register on your site and use some third party wysiwyg editor, many of them have html tables. It will definitely be easier for your users to create posts with tables rather then go to html source and mess with styles.
Forum: Fixing WordPress
In reply to: Email HiddenAlso, if you allow user registration they will see IP address and e-mail of those who posted comments, whether it’s you or somebody else. You can find the solution here http://ww.wp.xz.cn/support/topic/51229
Forum: Themes and Templates
In reply to: Deleting ThemesWell, I did delete them off my web server π I must’ve messed something up
Forum: Fixing WordPress
In reply to: Incoming Links…I noticed this “problem” with google, something new probably after their recent updates. I have few sites with some incoming links to them but they don’t appear on google. I guess it just takes a while, be patient, keep adding content and getting new links, eventually they will show up.
Forum: Themes and Templates
In reply to: Deleting ThemesBlogRguy, I also had the same problem, not sure how to fix it. Any ideas anyone?