neuville
Forum Replies Created
-
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] horizontal thimbnails and timthumbhello jeff,
no unfortunately I did not solve the issue (didn’t have much time to spend over my theme)yes, I’ll take the survey as soon as possible; forgive me in advance if I’ll contact you again (I’m currently updating the plugin to latest version)
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] horizontal thimbnails and timthumbok, you’re right and my fault… forgive me.
I cannot post a link because I’m working locally using easyphp.the code I’m using is a modified verion of the example template; code follows:
<?php /* YARPP Template: Thumbnails 2 Description: Requires a theme which supports post thumbnails Author: A wordpress author */ ?> <h3>Related Ads</h3> <?php if (have_posts()):?> <div class="yarpp-thumbnails-horizontal"> <?php while (have_posts()) : the_post(); ?> <a class="yarpp-thumbnail" href="<?php the_permalink() ?>" title="<?php the_title(); ?>"> <span class="yarpp-thumbnail-default"> <?php if( get_post_meta($post->ID, "thumbnail", true) ): ?> <img src="<?php bloginfo('url'); ?>/scripts/timthumb.php?src=<?php echo get_post_meta($post->ID, "thumbnail", $single = true); ?>&h=120&w=120&zc=1" alt="<?php the_title(); ?>" width="120" height="120" /> <?php else: ?> <img width="120" height="120" src="<?php bloginfo('url'); ?>/scripts/timthumb.php?src=<?php echo catch_that_image() ?>&h=120&w=120&zc=1" /> <?php endif; ?> </span> <span class="yarpp-thumbnail-title"><?php the_title(); ?></span> </a> <?php endwhile; ?> </div> <?php else: ?> <p>No related photos.</p> <?php endif; ?>
this one is when using the built in function: no thumbnails, but correct css…
thanks sorry again for my fault
hello, I’ve the same problem here
the difference is I’ve no custom login page, but a custom snippet of code displaying a login form in every page of my website; so, since I don’t have a custom slug, I don’t know how to apply your hack ??
can you please help?
Forum: Fixing WordPress
In reply to: Timthumb and Youtube?Hello Paul,
the plugin is Youtube Thumbnailer.Very easy to use (it adds a custom field in the post with the YT thumbnail url)
ciao!
Forum: Plugins
In reply to: [CSV Importer] [Plugin: CSV Importer] Change delimiterhello dvkob
same problem here; I’m trying to import some text content and need to change the delimiter (maybe to “|” (pipe)?I’m not able to add the “” on each field (or maybe I suck at excel exporting)…
Here’s a sample:
csv_post_title,csv_post_post,csv_post_excerpt,csv_post_categories,csv_post_tags,csv_post_date,csv_post_author,csv_post_slug,custom1,custom2,custom3,custom4 some title,"<img alt=""some title"" title=""some title"" src=""someimage.jpg"" width=""180"" class=""left"" /> It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.",excerpt(containing commas itself:,,,,),category,tag,date,,,custom1,custom2,custom3,custom4
usually post stops at the first comma in content, and messes up all the other stuff (custom fields and similar…)
What I’m doing wrong? or, is there a way to add a pipe as delimiter?
thanks a lot for your support! ??
Forum: Fixing WordPress
In reply to: Timthumb and Youtube?Thanks a lot; the main goal was to pass timthumb the correct URL (video id) to grab the image and have it thumbnailed and cached.
I’ve solved it using timthumb in combo with a plugin
ciao!
Forum: Requests and Feedback
In reply to: [Plugin: Author avatars] Please add feedback herethe other sections still seem going well.
if I find it… I’ll be happy to share ??
Forum: Requests and Feedback
In reply to: [Plugin: Author avatars] Please add feedback hereHello bforchhammer,
thanks for your reply; I just installed the WP htaccess control that gives the function to change the author slug.I’ve just solved this single issue calling users through template tags (using user_meta custom queries), but the website became suddenly slow and sometimes unresponsive when viewing user profiles… I’ve to work it out
check it out at adverbox.com/people if you want to give a look
Forum: Requests and Feedback
In reply to: [Plugin: Author avatars] Please add feedback hereHello,
nice plugin. A quick question: I’d like to add a random users widget in my sidebar. Apart from styling (I did not work it out still), I’ve changed the “author” slug to “people”: how do i drive the plugin to point to the correct path?thanks in advance for some support,
ciaoForum: Fixing WordPress
In reply to: Allowing registered members to post articlesHi junsuijin,
thanks again, looks that TDO Mini Forms could fit good… I’m still playing with user roles ??Ciao!
Forum: Plugins
In reply to: [Plugin: Post Thumb Revisited] DO NOT USE THIS PLUGIN!!!!!!!!!!!!!Just another thing: I’m seeing WP Post Thumbnail is not updated since about one year and it’s not compatible with WP 2.7.1… any valid alternative?
Forum: Plugins
In reply to: [Plugin: Post Thumb Revisited] DO NOT USE THIS PLUGIN!!!!!!!!!!!!!Hallo,
also my site was hacked about an year ago (I still don’t know if the cause is postthumb…)I cannot read here more details on the hacks, but at the wp directory they deleted the plugin, so I feel it could be because the plugin itself contains spyware or the author does not longer support it…
The matter is: I’m still using it, I need to replace it with another (maybe the plugin do not contain malicious stuff, but… who knows?). What is the best? I’ve tried autothumb but it’s not working on my website (It’s not supported as well); also, I need something that will make thumbs of videos, and postthumb is still the unique providing this feature.
any suggestion?
Forum: Fixing WordPress
In reply to: Allowing registered members to post articlesFor the submit function maybe it’s possible using flutter?
Anyone implemented it this way?
Forum: Fixing WordPress
In reply to: Allowing registered members to post articlesHello, junsuijin, thanks for your quick reply.
About the role, I’m using role manager, there will be any probs. with the permissions?
Also, if I change the default to author, will the moderation still be available? I don’t want people to post stuff we’ve not reviewed and approved… could be an open door to spammers…
Finally I’ve searched through plugins and quickpress looks the best choice, but it’s new to me and I’m not sure how to use it; I’ll give it a try.
I’ve a growing community (about 400 members by now) and would like to involve them deeper in the blog. Any suggestion also for profiles / login / registration?
Thanks again
Forum: Fixing WordPress
In reply to: fubiz.nethello, I’d like to know the tweak as well.
any ideas?