dmclark
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Peramlink structure of /index.php/%postname%/It works with y/m/d but why is that necessary?
Forum: Fixing WordPress
In reply to: Comment SpamIt’s David here.
This feels like it is way too obvious, but all I did (because of Richard logic) was change line 1340 of ./wp-includes/functions.php to:
if ( (count(explode(‘href’, apply_filters(‘comment_text’, $comment))) – 1) >= get_settings(‘comment_max_links’) )
return false; // Check # of external links
if anyone sees a flaw in this approach, I would love to be corrected.
Thanks,Forum: Fixing WordPress
In reply to: get_recent_postsdid you activate the plugin?
Forum: Requests and Feedback
In reply to: Help Wanted – Money Paidplease contact me
Forum: Everything else WordPress
In reply to: Hackers mailing listJust a guess:
Aare you replying from the the same acct as you are subscribed?Forum: Fixing WordPress
In reply to: Posting from ectoJeremy,
I use movable type as the system and \xmlrpc.php as the url. it works great.
Hope this helps.Forum: Your WordPress
In reply to: PassingNotes.com, drive-thru now open ’til 2a.m.Wilneea,
I have not been following this thread athread as closely as I could or should have been, but I have to ray that I am EXTREMELY offended by:
‘Fixing stuff for people who have a pro working for them pisses me off.”
Where did anyone demand, or even ask, for your help? More to the point when or how did I ever represent myself as a “pro” And, does being “a pro” mean that I have to know everything about everything? I have been clear with Mr. carpe from day 1 that my expertise was more php, and that I “get by” with css.
Root wzs EXTREMEL helpful during the process. I had not gone baack and made the refinements because Mr. Carpe did not feel that was a priority. Regardless, what business of it is yours? what do you have any right to be “pissed off” about/
dcForum: Plugins
In reply to: Hacking Away: 3 Column CSS Messby george I think I have got it!
Check out https://www.passingnotes.com/dev/.
Thanks so much!Forum: Plugins
In reply to: Hacking Away: 3 Column CSS Messhey — I think I am almost there. Check out https://www.passingnotes.com/dev/.
The only isusue I am having is the proper width for main to ensure vertical alignment in ie (looks great in mac firefox)
thanksForum: Plugins
In reply to: Hacking Away: 3 Column CSS Messok, I am switching to relative and fixed width. I am just adjusting for an overall width of 780.
Root: I need clairifatiion on something:
I would think that the width of main would?? be menu+content+rmenu, but that total is 785, far more than 645.
Can you please explain?
thanks,Forum: Plugins
In reply to: Hacking Away: 3 Column CSS Messwhat containers should have height: auto?
Forum: Plugins
In reply to: Hacking Away: 3 Column CSS Messumm, it doesnt look like it.
https://www.passingnotes.com/dev/index.php/thirrd-test/?s=ttt&submit=Search+%3E%3EForum: Plugins
In reply to: Hacking Away: 3 Column CSS Messbasicallyx, I am/was just trying to fix the height issue on https://www.passingnotes.com/.
the right and left are fixed dimensions.Forum: Plugins
In reply to: Hacking Away: 3 Column CSS MessI now understand the issue.
Trident is fixed width. the client wanted the middle col to be fluid. is this possible?Forum: Plugins
In reply to: Hacking Away: 3 Column CSS Messumm — I was trying to merge with my style — can you offer a better approach?