stchatterbox
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Convert to PDF for each postI was taught to use permalinks so that my “adsense” will work better. So for my permalink, I use
/%postname%/
Well, one gotta change something in the wp2pdf settings after changing the permalinks. I followed the instruction, and tried to modified the .htaccess file. But it didn’t work. When I click to the “Convert To PDF” link, it said my server does not contain that document.
What should be the right thing to fill in the .htaccess file? Thanks.
PS: Still, the pictures are not shown in the PDF File even I don’t use permalinks.
Forum: Installing WordPress
In reply to: wont let me leave a commentno, magic, try to delete your archive page first, and see if the site works?
Forum: Installing WordPress
In reply to: wont let me leave a commentmagic5527, i’ve accessd your page and founded that all links are not working; it’ll just bring me back to the index.php page [main page]
Forum: Installing WordPress
In reply to: Convert to PDF for each postthanks, moshu, i placed it in the index.php and it work fine. though i donnu why the image in the post cannot be converted to pdf even i turn the “SHOW GRAPHICS” settings on.
Forum: Installing WordPress
In reply to: Convert to PDF for each postI’ve downloaded a copy of WP2PDF and was reading it’s manual
After rewriting the .htaccess rule the next step is the following, according to it:
The last step is pretty easy. You need to add the link to WP2PDF, which should show up under each post. You'll probably want to put it in the same line as the permanent link to the post and the link to the comments. You could use the following code:
" title="Convert this post to PDF">PDF
This will add a link called “PDF”. That’s all, you’re finished!
Hmm, may I know how to do this last step? Where to add it? I try to add this code to every of my post, but it didn’t work, so where shall I add this? Thanks
Also, it mentioned this although it didn’t work either when I insert the code to my entries one by one:
You can also integrate WP2PDF in your blog. For example, you could put a link like
in your blogfile and give your visitors the opportunity to create a PDF of your blog entries.
Joe, I met this situation once. And it’s the problem with this:
define('DB_HOST', 'localhost');Try to check if your DB_HOST is localhost or something else. My current host is an IP like number..
Good luck!
Forum: Installing WordPress
In reply to: sub menus at nav baryes, i even type the foldable menu,…etc keywords to search…thanks…………………………
Forum: Installing WordPress
In reply to: sub menus at nav barSorry to be so disturbing…… ??
Viper007Bond, well, i know there’s one that does not require too much javascript…
Hmm….a member around has such blog…… but I lost his link…
Forum: Installing WordPress
In reply to: sub menus at nav barclass, thanks, read that already and went to https://timmi.pointclark.net/
but the navigation menu on top does not have sub menus. what i want is what some also call “multi-layer” menu…… …
would appreciate very much if anyone could have a blog himself that has one..or…… ….
Forum: Fixing WordPress
In reply to: Image display messed upprobably because you didn’t space well?
Forum: Installing WordPress
In reply to: Parent/Child Category Problemkyd ok, i got the answer now; like what minna said, this problem is already fixed in the latest version; and I’m sure this will work:
replace
<?php wp_list_cats(FALSE, '', 'ID', 'asc', '', TRUE, FALSE, FALSE, TRUE, TRUE, TRUE, FALSE, '', FALSE, '', '', '', TRUE); ?>
with
<?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=1'); ?>
and this will surely fix the problem, since it did on mine; a kubrick theme.
Forum: Installing WordPress
In reply to: croissanga plugin-cross posting also in Xanga :)before, upgrading, i deactivated it as I moved to a new host.
i upgraded after moving to a new host, and reactivated it again for a few times, still didn’t work…
Forum: Installing WordPress
In reply to: croissanga plugin-cross posting also in Xanga :)RyanLee, thanks, actually your plugin is super great! I’ve upagraded my WordPress recently, and discovered that it’s not working anymore!
Anyone encountered this situation?
Forum: Fixing WordPress
In reply to: <!–more–> Tagsafter you login to your admin area, go to presentation–>>theme editor–>>and click MAIN Template–>>you’ll then see a code like this:
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>
Replace “read the rest of this entry” to whatever you like
That’s it…Good luckForum: Installing WordPress
In reply to: Parent/Child Category Problemminna, didn’t wiki claimed that hierarchical listing is not working prior WP1.5? So I think WP1.5 is not a problem, although the list was not working on mine too.