itrends
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Windows Live Writier WordPress Custom FieldsThanks, that is a good tip for now… was just hoping that was a plugin ?? sniff
Forum: Your WordPress
In reply to: TechMilk.com – Unique Design – Would Love FeedbackThanks. I can’t take credit for the bulk of the design as I didn’t do it myself, it was done by the talent of s stream. If I could personally design this well I would sell my stuff ??
Forum: Your WordPress
In reply to: Would love thoughts on re-launch of EBHmmm, visitors from here but no comments ?? sigh
Forum: Fixing WordPress
In reply to: .htaccess issues, help please? :)Ok sorted it,
I just created a rule for the drupal date format urls:# Start Drupal
<IfModule mod_rewrite.c>
RewriteEngine on# Modify the RewriteBase if you are using Drupal in a subdirectory and
# the rewrite rules are not working properly.
RewriteBase /# Rewrite current-style URLs of the form ‘index2.php?q=x’.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(2004/.*/.*/.*)$ index2.php?q=$1 [NC,L,QSA]
RewriteRule ^(2005/.*/.*/.*)$ index2.php?q=$1 [NC,L,QSA]
RewriteRule ^(2006/.*/.*/.*)$ index2.php?q=$1 [NC,L,QSA]
RewriteRule ^(2007/.*/.*/.*)$ index2.php?q=$1 [NC,L,QSA]
RewriteRule ^(2008/.*/.*/.*)$ index2.php?q=$1 [NC,L,QSA]
</IfModule>
# END Drupal# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php
</IfModule>
# END WordPressForum: Fixing WordPress
In reply to: .htaccess issues, help please? :)Still stuck….
Forum: Fixing WordPress
In reply to: .htaccess issues, help please? :)For a number of reasons. ??
And i don’t want wordpress in a sub folder either because of a transition which is due to take place down the road ??Anywho,…. is there any way I can do what I want in the same directory? ??
Thanks,
DaveForum: Fixing WordPress
In reply to: Help moving from Drupal to WordPressno one? ??
Forum: Your WordPress
In reply to: College newspaper site powered by WPI assume by your “not answering” of the question that you have no intention of releasing for free or paid the theme which you are using?
I know many would be willing to pay, including myself.
Let us know.
Either way, well done, the site is excellent!
Forum: Fixing WordPress
In reply to: Auto Create User Account for People Leaving CommentsI see where you are coming from, but, can’t they already just submit the register form instead? ?? As I see it, all i am wanting to do is perform the “register” function and the “comment” function at the same time? ?? These are currently one form submit away on all basic wordpress installs ??
So, anywho, back to my question… how can I add a commenting person as a user when they leave their first comment? ??
if there is no way / nothing about then fair enough ??
Forum: Fixing WordPress
In reply to: Auto Create User Account for People Leaving CommentsAnyone? ??
Forum: Plugins
In reply to: Adding Social Bookmark Links?I would search for “wordpress sociable plugin” and use that. It’s awsome.
In the plugin folder you can open sociable.php and EASILY add new social bookmark networks.
We have added StyleHive and Lipstick.com to the ones listed after posts at https://www.hottogs.com
The best one out there at present!
Forum: Themes and Templates
In reply to: how to looks like a olnine newspaper( news engine)Revolution has been used on https://www.hottogs.com which may give you some idea of how you can work with it.
Forum: Your WordPress
In reply to: Review of Hottogs.com – non wordpress lookingJust made some more updates to the tagging, related posts,bookmark plugins, and account status updates ??
Forum: Your WordPress
In reply to: Review of Hottogs.com – non wordpress lookingThanks ??
Forum: Your WordPress
In reply to: Review of Hottogs.com – non wordpress lookingI also have a list of changes I have made such as news filters for the news page, some code updates, recent post filters, the “members” system including avatars on homepage when members are logged in and some other bits and bobs.
Should be talking with Brian again soon about my changes and some other bits which we are going to look at together.