weingartens
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: gb url-checker not workingThanks for reminding me,… I had forgotten to stylize my input fields… I added this inline CSS to make the background color change:
style=”background-color:#EEEEEE;” onblur=”this.style.backgroundColor=’#EEEEEE’;” onfocus=”this.style.backgroundColor=’#FFFFFF’;”Cheers!
Forum: Fixing WordPress
In reply to: gb url-checker not workingDaniel –
I think that I finally have it setup the way I want it. I sincerely appreciate your patience and understanding while working through this. You’ve programmed a cool little plugin and I envy you your talent and skills. I wish we lived closer together so I could buy you a beer and pick your brain.
If you have no objection, I’d like to edit your guestbook entry (thanks btw) to add a link to your plugin. If you don’t mind, please leave a URL to the page of your desire. Also, do you have an English version of your site?
Thanks again!
Forum: Fixing WordPress
In reply to: gb url-checker not workingSorry, I should have been more specific… I’m hoping to edit the ($_REQUEST[itemnr]) item found on line 375. I believe I understand that you programmed it as a list item, but I am trying to brand the first post with (1) second post with (2) etc., regardless of ASC or DESC.
i.e.:
DESC
(3) Third Post
(2) Second Post
(1) First PostASC
(1) First Post
(2) Second Post
(3) Third PostIt’s no big deal if it’s a problem, I can just eliminate the ($_REQUEST[itemnr]) tag altogether if necessary.
Forum: Fixing WordPress
In reply to: gb url-checker not workingThanks Daniel –
Is it possible to change the the chronological ordering of the guestbook entries? For example, as it is now:
(1) Last Guest Entry
(2) First Guest EntryWould like:
(2) Last Guest Entry
(1) First Guest EntryForum: Fixing WordPress
In reply to: gb url-checker not workingFYI – Also had to edit lines 296, 299, 311 and 317 to correct the navigation.
from:
href=’$url/index.php?page_id=$gb_page_id&from=$x&select=$y’
to:
href=’$url/guestbook/?from=$x&select=$y’Forum: Fixing WordPress
In reply to: gb url-checker not workingThank you so much for your assistance! I actually had to use the following:
456:<form action=”<?=$url;?>/guestbook/” method=”post”>
…but it works great now!
Thanks again!
MartinForum: Fixing WordPress
In reply to: gb url-checker not workingThank you very much for your reply. I believe that I understand permalinks, but it would appear that the guestbook is not behaving properly within my structure.
Could you give it a look? It’s at https://newsworthiest.com
You’ll see that the guestbook appears fine, but upon attempting to post it redirects incorrectly.
Many thanks!
Forum: Fixing WordPress
In reply to: gb url-checker not workingGreetings –
I’m using DMSGuestbook v.1.3.0 and believe that I’m experiencing the same problem. I’ve setup permalinks in this manner: “/%category%/%postname%/”. I have setup the plugin successfully and it appears on the page as desired,… but upon attempting to post it redirects to: “/index.php?page_id=40” (the ID is correct) and the page is blank.
I’ve been programming for 10+ but am a WordPress newbie and am not understanding this thread. You state that the issue is solved, but I don’t follow. Would you be so kind as to elaborate with specifics?
This is a great plugin and look forward to implementing on my site. Thanks in advance for your understanding and assistance.