Sasi
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: StatisticsI will try this shortstat as well, it seems to be clear and better. I hope i can make it work 😉
thanks for the tipps
Forum: Fixing WordPress
In reply to: Only the “last 15 posts”?Or you simply deleted the php line responsible for displaying “next” & “previous” possibilities.
Here you have the php line responsible for this function.
<?php posts_nav_link(‘ | ‘, __(‘« previous page’), __(‘next page »’)); ?>
I remade the classic wp template, the line was in index.php
Forum: Your WordPress
In reply to: Something you haven’t seen…i was impressed, i think that is all i can say. Congratulations!
Forum: Everything else WordPress
In reply to: changing names of monthsKicsi a világ. Üdv oda neked Kanadába, ha ott vagy még!
Érdekelne az a magyar fordÃtás. Yahoo ID: cadszem vagy dobj emilt a captpierce@freemail.hu-ra 😉
Forum: Everything else WordPress
In reply to: changing names of monthsAnd thanks podz 😉
Forum: Everything else WordPress
In reply to: changing names of monthsTo be exact, Hungarian, but i do not have any problems with english and i like to personalize things anyway 🙂
Forum: Everything else WordPress
In reply to: How can i setup user levels?Yes, maybe you’re right, i will not try to change and mess up things.
Forum: Everything else WordPress
In reply to: How can i setup user levels?Thanx, it is really helpful to know at which level what a user can do, but i would be lucky if someone might know how to change these settings. Cause maybe there would be things for level 9 i did not want him/her to do.
Forum: Plugins
In reply to: How to hide ‘link categories’?I am very greatful, really. I could find a perfect & simple solution for the problem.
I changed the wordpres classic theme
<?php get_links_list(); ?>to this:
<?php wp_get_links(1); ?>
– That means it only displays links from the first category and it does not show the name of the category.That’s all.
Forum: Everything else WordPress
In reply to: posting by email not workingDeleted out a php line in connection with that ini shit. It seemed to be working;
Ooops POP3 connect: Error [] []
this problem still exists, a php-expert – a friend of mine is dealing with the problem now. Hope he can solve it.Forum: Everything else WordPress
In reply to: posting by email not workingI updated wp-mail.php with a hack from John B. Hewitt. It seems to be working now. I think my host is blocking me when trying to reach a mail server. As i am a graphic designer, i do not really have too much idea about this below:
Warning: ini_set() has been disabled for security reasons in /mnt/ultraweb/v/vi/viragelet/PEAR.php on line 62
Ooops POP3 connect: Error [] []Forum: Everything else WordPress
In reply to: posting by email not workingEr, that’s not really what i wanted. Maybe i expressed myself somehow badly. The problem is that pop3 connection cannot be established. Simply cannot reach any kind of mailserver. No problems with times or dates, it is nor the html/plain text. Got it?
Forum: Everything else WordPress
In reply to: posting by email not workingYou can see added information to the problem, still did not find any solution.