ysidoro
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress as a CMSMy impression is that a weblog can’ t remplace a CMS, but you can use it as a similar tool. i.e. In a CMS you would like to have your personal resume, and it is easy to have it. In a weblog you would need to post your resume and have a link to the post. It’s not natural. Think now the “files”, “events calendar”, “newsletters”, etc.
Alex King has an excellent site but uses WP for blogging and their tools to have the complete site, the blog is a part of it.
I have decided to use WP as a CMS to me (like your idea!). I have problems, but I wish to resolve it.Forum: Fixing WordPress
In reply to: Harcoded textsI also modify wp-comments.php to include arguments to comment_type text:
<cite><?php comment_type($commenttxt = 'Comentario', $trackbacktxt = 'Trackback', $pingbacktxt = 'Pingback'); ?>
(perhaps would be very clear if you include the arguments into the default template) Thank you.Forum: Fixing WordPress
In reply to: Harcoded textsYes, you are rigth allusion. I have just modified the template to:
<h2 id="comments"><?php comments_number($zero='Sin Comentarios', $one='1 Comentario', $more='% Comentarios', $number=''); ?>
and works ok.
Perhaps you can include this to the template wp-comments.phpForum: Fixing WordPress
In reply to: Improper í display (Spanish)This problem is for comments only and in the CVS version.
Forum: Fixing WordPress
In reply to: wp-rss2.php do not display double-bytes languagesThe problem is fixed in CVS. See message:
https://www.ads-software.com/support/index.php?action=vthread&forum=3&topic=3383Forum: Fixing WordPress
In reply to: use_htmltrans=0 do not work at rssFixed!! Thank you!
Forum: Fixing WordPress
In reply to: wp-rss2.php do not display double-bytes languagesForum: Fixing WordPress
In reply to: Special CharactersI also use_htmltrans from some time ago, with success but comments remains with improper characters. If I edit a comment it is displaing propertly, but when I save and view it it has grong displaing.
(I use a just upgraded CVS version)Forum: Requests and Feedback
In reply to: Multiple Blogs?I have just installed near of 120 wordpress with independient installation each one, take a look i.e. https://www.d-sur.net/cguilleminot/
I give each WP its own database, but all of them use the same mysql_user. OK this scheme is more difficult to administer but is more performant that one database with many and meny tables.
Additionally I searched for a tool to arrange and give statistics of each weblog. I try with
HPE, the Headline Portal Engine
https://freshmeat.net/projects/hpe/
without success and
Zfeeder
https://freshmeat.net/projects/zfeeder/
but is not the tool that I wish.Forum: Fixing WordPress
In reply to: use_htmltrans=0 do not work at rssNobody can help me with this problem?
Sugestions?Forum: Requests and Feedback
In reply to: Multiple weblogsHello, I need to open one blog for each of my students (near 130 people). I am in front to install one complete WP to each one.
Can you share your hack, Rob?
Thank you for any news about this matter.Forum: Fixing WordPress
In reply to: wp-login.php errorIf you do not have the $siteurl varialbe, the user can not find profile.php after login. Perhaps it works if you has WP in the root of your server (/) but it do not work if you have into a directory (i.e. /wordpress/).