atQuest
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: MY website is showing this instead of a normal pageThe link is broken (unless you intended to link to imgur’s 404)
Forum: Fixing WordPress
In reply to: WP Admin pages giving 404 errorHi wpbunked,
Possibly you already did this, but just in case:
Check all php.ini .htaccess or .user.ini files and delete all references to “wordfence-waf.php”. AFTER that, delete wordfence.waf.
Check for the folders wflogs & wfcache in wp-content: delete those too.
These database tables can also be deleted:
wp_wfBadLeechers
wp_wfBlockedIPLog
wp_wfBlocks
wp_wfBlocksAdv
wp_wfConfig
wp_wfCrawlers
wp_wfFileMods
wp_wfHits
wp_wfHoover
wp_wfIssues
wp_wfLeechers
wp_wfLockedOut
wp_wfLocs
wp_wfLogins
wp_wfNet404s
wp_wfReverseCache
wp_wfScanners
wp_wfSNIPCache
wp_wfStatus
wp_wfThrottleLog
wp_wfVulnScannersbackup beforehand (ofcourse)
Forum: Plugins
In reply to: [Stout Google Calendar] Wrapping calendar entry titlesfor this to work you have to enter the css into line 229 (not 292)
And ps Accidental Webmaster: thank you!
Forum: Themes and Templates
In reply to: Translation on Arras themeNext time, please post what you did, too.. Others might have this problem.
Forum: Plugins
In reply to: Yak Plugin Exploit. Yuk!!!I’m not about to drop my consideration for this plugin because some *bleep that “keeps forgetting his passwords” got his admin account “hacked”. Assumptions do more bad than good. No proof it was thru this plugin means maybe you dropped one of your “Don’t forget the password of my big new ecommerce site is “password”..” yellow sticky note!
Forum: Fixing WordPress
In reply to: Images disappearing when alignment is changedan update:
This seems to happen in MSIE7 only. In firefox i experienced no problems. Also, if you click the image once then set the text alignment to left, all works fine…
Update #2:
In this post: https://www.gbtvtalk.com/viewtopic.php?p=5059&sid=472d46eb0363fb9ebd1a0e571e7b7577 the same problem is described…Forum: Fixing WordPress
In reply to: Images disappearing when alignment is changedI’m having the same problem. And yes, the image height and with are set to 1.. but not by me, the editor does that all by himself… Thats not all: it puts the image in the code twice!
What i do:
I click “browse all” pick an image, send it to editor (thumbnail, link to none). When i did this, all is ok. The image is in the text field and i see it.Then i click image (button in editor) and tell it to “align-left”. At that moment my image seems to disappear.
A quick look in the code field tells me that the image is in there, twice, with the alignment set to left and a width and height of 1…
Forum: Fixing WordPress
In reply to: Rich Text Editor missing when editing commentsI changed the code found in the patch back to pre-patching state. No changes occur on the comments page in the admin.
I cannot find a decision to remove the WYSYWIG from the edit comments, nor get it back.. pls help.. :S
Forum: Fixing WordPress
In reply to: Rich Text Editor missing when editing commentsI think this only disables the editer when you have opera or conqueror…
Forum: Fixing WordPress
In reply to: Rich Text Editor missing when editing commentsanyone?
Forum: Fixing WordPress
In reply to: Rich Text Editor missing when editing commentsIt looks like the wysiwyg editor has been removed from “editing comments”. can someone confirm this? (Maybe someone can point me to a changelog?)
Forum: Fixing WordPress
In reply to: Rich Text Editor missing when editing commentsI’m very sure, i have it here in two separate installs of wordpress, 2.0.4 and 2.0.5… In the 2.0.5. i have only the default WP plugins running.
Forum: Fixing WordPress
In reply to: Rich Text Editor missing when editing commentsIt’s there on WP 2.0.4
(in the page: wp-admin/post.php?action=editcomment&comment=100) by default. Did it get removed in later versions? The Code-editor (i believe that’s alco TinyMCE) is there on WP 2.1.3, so i assumed the wysiwyg tab can be enabled there too..?Forum: Fixing WordPress
In reply to: Rich Text Editor missing when editing commentsSame here, i am trying to debug this (or otherwise hack the MCE into giving me the candy).. i sure hope someone beats me to it tho!