powerkor
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP-reCAPTCHA] Placement?I’d like to know a better way to resize it. Currently it is too wide for my theme and doesnt fit in the content section.
yea… I figured it out… sorry, I normally dont miss these things, I was just in a rush that day.
Thanks again.
Forum: Requests and Feedback
In reply to: 2.5 editor changes name of authorWhat is happening with me is that the Admin account is the only account that messes up the ‘author’ field.
In the Create post screen it picks a different author from the drop down list automatically, giving credit to some other author.
I had to create 2 admin accounts to get around it because your admin account doesn’t show up in the drop down list.
So you after to change it to the 2nd admin account to make sure you get credit for being the author. Annoying bug.
Forum: Plugins
In reply to: [PlugIn: Yet Another Related Posts Plugin]Thanks much. I don’t mind tell people where I got it, but it looks less professional if its there all the time. Thank you for including this option.
Forum: Fixing WordPress
In reply to: [Plugin: wordTube] Player Default SizeWell, Im not gonna fix the code. Thats just a quick fix I figured out to get it to work with my site. And its a really easy fix, so… Not sure how much easier you want it to get.
Forum: Fixing WordPress
In reply to: Is this an exploit in Post Thumb Revisited?Yeah. its just not working. Ill try this again some other time… I cant afford for my site to be down for longer than an hour at most.
Forum: Fixing WordPress
In reply to: Timthumb php problems. Not working with all of my posts.bump.
Forum: Fixing WordPress
In reply to: Is this an exploit in Post Thumb Revisited?its giving me all kinds of problems. Its skipping over some images causing it to try to use remotely hosted ones. why? please help.
Forum: Fixing WordPress
In reply to: Is this an exploit in Post Thumb Revisited?Ive done it but it doesnt seem to be generating the images.
i have followed the directions and I have php 5.0
wanna help me out a bit?
When I look at the source code of the image, it looks like its pointing to the script but its not working?
This is the error code when I manually try to put the src=”” code in the url field in my browser
Warning: touch() [function.touch]: Unable to create file ./cache/84b35545d46825812a4fb632e05c0492.gif because Permission denied in /home/content/e/w/i/ewiegand/html/inc/php/timthumb.php on line 150
Warning: Cannot modify header information – headers already sent by (output started at /home/content/e/w/i/ewiegand/html/inc/php/timthumb.php:150) in /home/content/e/w/i/ewiegand/html/inc/php/timthumb.php on line 160
i created the cache subdirectory in /php/ so its /php/cache/
everything is 777’dnot sure what else is wrong, help.
Forum: Fixing WordPress
In reply to: Is this an exploit in Post Thumb Revisited?theres been talk of post-thumb not being safe. I was looking through the code to see if I could find it.
if you go to the authors site, it has malicious code on the page, and firefox and chrome tells you about it.
its also mentioned in the post-thumb plugins page on the right sidebar.
https://www.ads-software.com/extend/plugins/alakhnors-post-thumb/its very concerning… please help ??
I cant find a good replacement for it.All I want to be able to do is to make thumbnails of images that are already in the post. So, I need a plugin that scans the post for the first image and make a thumbnail from it. and call it with the_thumb() or something similar in the loop.
Forum: Fixing WordPress
In reply to: Is this an exploit in Post Thumb Revisited?bump
Forum: Fixing WordPress
In reply to: [Plugin: wordTube] Player Default Sizeedit your css style sheet people.
object {
height: 60px !important;
}change it to whatever you want. I know if you have a mix of videos and music, this will not work but you could even do something like this
in your post:
<div class="video">[media id="1"]</div>
then your style sheet could be:
.video object { height:300px !important; }
music:
<div class="music">[media id="1"]</div>
you could do the same for music:.music object { height:60px !important; }
Forum: Plugins
In reply to: [PlugIn: Yet Another Related Posts Plugin]Do I have to keep your credits there? Is there a way to remove your author line?
I am waiting for this feature, I don’t want to clutter my sidebar anymore than it is already, it would be nice to be able to float a div layer at the bottom of the related post ?? when do you think this will be ready?
Forum: Themes and Templates
In reply to: Removing bullets from sidebar categoriesI found my answer here:
https://www.ads-software.com/support/topic/152854?replies=3I had to remove some stupid default code (in the ‘default’ theme)
I spent a lot of time on this, glad its fixed, but I am really annoyed.