worrypascanada
Forum Replies Created
-
Forum: Plugins
In reply to: Ban visitors from commenting… block emails?Any WordPress plugins that can block a specific user once they enter their name, email and web address in the comment section. Email address is mandatory when visitors submit comments on my blog. I am still talking about vistors who are not registered. None registered visitors can submit comment on my blog. And yes, I have black listed this specific visitor.
Thanks for your patience.
Forum: Installing WordPress
In reply to: Upgrading 2.6.5 to 2.7Hello,
Does it matter if I left /wp-content/ files/folders intact with my host during my 2.6.5 to 2.7 upgrade? All the rest of folders/files were deleted. Right now, I still get the message that I need to upgrade to 2.7. My control panel is the new version as found in 2.7.
Thanks for the support.
Forum: Fixing WordPress
In reply to: How to change my passwordHello,
The steps are simple, but my email address or password want update under my profile. I tried many times with no resolution. I have tried with IE and Firefox.
How can I fix?
Forum: Plugins
In reply to: Next-Previous Page?Mosey: After deleting pagepost plugin, everything is still working fine. Thanks for all the help.
Moshu: I will investigate your last suggestions. Thanks!
Forum: Plugins
In reply to: Next-Previous Page?Whoohoo!
With
<!--nextpage-->
and<?php wp_link_pages('arguments'); ?>
within single.php… next pagepost is now working with multipages post.I have these other files in my theme, any suggestions if
<?php wp_link_pages('arguments'); ?>
is needed in the following?single.php
archives.php
404.php
index.php
sidebar.php
footer.php
archive.php
page.php
search.php
functions.php
imagegallery.php
comments.php
thumb.php
sitemap.php
header.php
tag.php
home.phpDam, what a bugger. Thanks a million everybody.
Forum: Plugins
In reply to: Next-Previous Page?Oh! Boy. Folder pagepost was already 755… tried 777… no success. Reverted back to 755. Files under pagepost are 644.
You have lots of patience.
Forum: Plugins
In reply to: Next-Previous Page?Thanks Mosey! I did as you suggested, not resolution of issue. I’ve installed latest version of pagepost pluing.
Forum: Plugins
In reply to: Next-Previous Page?Cinematic: Redid the exercise, this time by keeping the pagepost plugin activated… it did not resolve issue. Same dynamic, page URL changes, but first page is the same.
Forum: Plugins
In reply to: Next-Previous Page?Cinematic:
I have modify per your suggestion, with pagepost plugin deactivated… no success to resolve issue:
<!--page:[page 1]--> <h3>heading</h3> <p>some content</p> <p>some more content</p>
<!--page:[page 2]--> <h3>heading</h3> <p>some content</p> <p>some more content</p>
etc.
Not many solutions left, I suppose. Thanks.
Forum: Plugins
In reply to: Next-Previous Page?Thanks for clarifying Mosey! I apologize for not being more clear about the structure.
This is the structure that I have:
wp-content/plugins/pagepost:
bigint.php
compat.php
dhparams.php
innerhtml.js
language.php
pagepost.css
pagepost.js.php
pagepost.php
phprpc_client.js
phprpc_server.php
rpc.php
xxtea.phpwp-content/plugins/pagepost/dhparams:
1024.dhp
128.dhp
1536.dhp
160.dhp
192.dhp
2048.dhp
256.dhp
3072.dhp
4096.dhp
512.dhp
768.dhp
96.dhpWhat should I do next with the issue of multipages? You guys are very patient. Thanks.
Forum: Plugins
In reply to: Next-Previous Page?Mosey:
I have the following files and folder:
dhparams…
bigint.php
compat.php
dhparams.php
innerhtml.js
language.php
pagepost.css
pagepost.js.php
pagepost.php
phprpc_client.js
phprpc_server.php
rpc.php
xxtea.phpMoshu:
I might have to contact the theme builder in order to determine where to put the following code in a loop as suggested in your link:
<?php wp_link_pages('arguments'); ?>
. Per Template_Tags/wp_link_pages, I would need to put this code within index.php or any other pertinent places. Within index.php, where should I put this code?Thanks for helping out.
Forum: Plugins
In reply to: Next-Previous Page?Mosey: The said files are in wp-content/plugins/pagepost.
Cinematic: I will try later on today.
Thanks for your kind support.
Forum: Plugins
In reply to: Next-Previous Page?Thanks Mosey,
Revising my previous emails:
With
<!--page-->
and pagepost plugin installed, I can see the page numbers above and below, but when clicking the page numbers, the next page does not show up… the URL is changing, but not the page. With<!--nextpage-->
I can’t see these numbers.Thanks for your patience.
Forum: Plugins
In reply to: Next-Previous Page?Hi,
I have tried to post my issue on https://www.coolcode.cn/show-115-1.html , but was unsuccessful in filling the comment form. Can you help?
Thanks!
Forum: Plugins
In reply to: Next-Previous Page?Thanks for your replies!
Threestyler: <!–nextpage–>, without the pagepost plugin, this tag will not work.
Cinematic: I have downloaded and installed the suggested plugin. With <!–nextpage–>, I can see the page numbers above and below, but when clicking page numbers, the next page does not show up… the URL is changing when clicking on page numbers. If I use the <!–page:[title]–> tag, I can’t see the page numbers.
Thanks for your patience and your support.