oerdec
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: After Upgrade to 1.5 – Sorry, no posts yet.Frank…? ??
——
I found the solution of my problem. I have written my own script to include static files in my 1.2 installation. And I created a link to a page with some English content. That script doesn?′t work with 1.5.shame on me.
Forum: Fixing WordPress
In reply to: No line break after TrackBack HeadlineHm, maybe I should be more specific.
In wp-comments.php the function comment_text() is called. This function delivers the comments (normal, pingback, trackback). The function is located in template-functions-comment.php (line 172).
But here comes my search to an end.
Where is the passage where WP puts around the comments?
Forum: Requests and Feedback
In reply to: aristotle.multipattern.comhi,
what?′s going on with planet.www.ads-software.com? when I enter this URL I get a picture of plato and aristotle. Nice but not very informative.
Is the meta-blog down?
oerdec//
Forum: Fixing WordPress
In reply to: comments: customizing error messagesI haven?′t tried it but maybe one solution is to replace die statements with echo?′s and then build the template around wp-comments-post.php.
Or create javascript location.href with messages as variables.Forum: Fixing WordPress
In reply to: RewriteEngine makes wp-login.php a directoryproblem fixed:
it?′s necessary to use a permalink structure like this:
/%year%/%monthnum%/%day%/%postname%/
I had a second problem. wp_get_archives didn?′t work. But now everything is fine.
oerdec//Forum: Fixing WordPress
In reply to: RewriteEngine makes wp-login.php a directorySame behaviour.
I deleted all temporary stuff and checked it with different browsers on different machines and different os ??Forum: Fixing WordPress
In reply to: hidden options in wp-admin?I think I know what?′s wrong: Today I installed a new wamp (xampp 1.4.9). There?′s PHP 4 and 5 on it. Now PHP 5 is running and wordpress 1.2.1 isn?′t created for this version.
And these additional options in wp-admin seem to be obsolete.Forum: Everything else WordPress
In reply to: problems w.bloggarhm, I don?′t want to use a non-stable version. But I will check it anyway
Forum: Plugins
In reply to: PHP DocWriter?Yes, it seems to be useful. You can write documentation. But there?′s no possibilty to export in formats for offline usage.
Forum: Plugins
In reply to: PHP DocWriter?Here?′s another cool solution…
I have recently build a website with the content manage system typo3. There?′s a plugin called “General Office Displayer”.
You can import files to be shown online. Microsoft Office 2003 Word & Excel documents and Open Office Writer & Spreadsheet files are supported.
https://typo3.org/extensions/repository/search/rlmp_officeimport/
Now we can see there are possibilites to import “offline” files into a website and to export “web data” for offline usage.Forum: Plugins
In reply to: PHP DocWriter?you can edit pdf. but acrobat writer is no word processor.
but thanks for your hint anyway.Forum: Plugins
In reply to: PHP DocWriter?that?′s good just for backup. I mean pdf is hard to work with. to write in acrobat writer really sucks ??
Forum: Fixing WordPress
In reply to: how works e.g. function the_content ?ok, it looks usefull. i didn′t see that because i stopped working with the beta version. the comment function doesn′t work.
now i have to decide what′s more important ??Forum: Everything else WordPress
In reply to: WP on drweb.dehallo Christian,
i visit drweb from time to time. i think they write really good articles but their site looks nasty.
sitepoint seems to be a very large resource of web development. never heard of it before. thanks for mention it.
oerdec//Forum: Themes and Templates
In reply to: Trying to limit categories by user levelHi Daddio,
Thanks for this hack! I searched for a solution to protect some categories with passwords. I think to limit access by user-level is much better.
One thing is still missing: The categories users with level 0 are not allowed to see should not appear in the list. But it may not be a big problem.
oerdec//