anotherwpguy
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Portfolio] URL problems with BuddyPress PortfolioI don’t know why it is required either but any user can add this URL as
https://www.DOMAINNAME.com/members/MEMBERNAME/portfolio/
so that each project will be linked to his/her portfolio page.Hope this helps
Forum: Plugins
In reply to: [BuddyPress Portfolio] how to add new portfolio??I hope you tried the following.
On the dashboard Setting->BuddyPress and on the “pages” on the top, you need to set a page for Portfolio (if you haven’t created a page for this, you need to create one and set that page for portfolio)When user adds a project to his/her portfolio then the all projects count will be a number higher than 0
Forum: Hacks
In reply to: Help with category pageHey caioxavier,
though the code you provided is not of much help but I appreciate your willingness to help.
I talked to a couple of plugin developers and heard that it is a complex code but could be done with jquery and ajax.
I will keep my eye open for this and will keep you posted.
Thanks againForum: Hacks
In reply to: Dynamic Dropdown lists for Categories, Sub-Categories, Posts!HI caioxavier,
I looked at your site but did not see any dropdown/ajax search forms. Can you please share the information on how you did it?DrHell,
were you ever able to solve this issue? I am also looking for a solution for this.
ThanksForum: Hacks
In reply to: Help with category pageHI caioxavier,
I looked at your site but did not see any dropdown/ajax search forms. Can you please share the information on how you did it?KidsEatFree
The search box on the right hand looks really good. I am looking for something like that but I am looking something like this.
3 dropdown lists, when user selects a country in the first box such as USA, the second dropdown should automatically be populated with all the states related to the country USA and after a user selects a state such as Texas the results should show everything related to the state Texas.
Do you know how can I implement it in wordpress?Hey mpraetzel, thanks for your input and saying that you will attempt to add this functionality in the next update.
I ended up using fiverr services for this and got it working.
I am looking forward for the next iteration and I am sure many others are too. One last suggestion for your consideration in the next update: Please try to include an option such that your user can set different categories for different video posts instead of one category. I know requesting you for different services is easy and you get lot of requests but I definitely believe that this feature will get you many A+++’sHey you may want to try this, I know I am not an expert but you can give it a try.
Delete all the posts manually then under the dashboard -> youtube posts -> reset settings->reset this plugin but keep the posts ( I know by now you will not have any posts) but it will reset the profile users names, etc,etc… so you may have to re-enter all this information as per your requirements. After that click save changes. If you observe its taking at least 30 to 40 secs for this update, that means your posts are being downloaded, if the page just refreshes in a second for this update, that means no posts and this tip dint work
I hope this helps and tell me how it goesThanks for the tip but it dint work, I will keep trying but again thanks for your help.
Hi Thank your responding. I have tried to insert the code but no luck, I am sorry to troubling you more but can you please tell me where exactly in the following code I would insert it.
<?php unset($img);
if ( current_theme_supports( ‘post-thumbnails’ ) && has_post_thumbnail() ) {
$thumbURL = wp_get_attachment_image_src( get_post_thumbnail_id($post->ID), ” );
$img = $thumbURL[0]; }
else {
unset($img);
if ($wpzoom_cf_use == ‘Yes’) { $img = get_post_meta($post->ID, $wpzoom_cf_photo, true); }
else {
if (!$img) { $img = catch_that_image($post->ID); } }
}
if ($img) { $img = wpzoom_wpmu($img); ?>
<div class=”thumb”>” rel=”bookmark” title=”<?php the_title(); ?>”><img src=”<?php bloginfo(‘template_directory’); ?>/scripts/timthumb.php?src=<?php echo $img ?>&w=130&h=90&zc=1″ alt=”<?php the_title(); ?>” /> </div><?php } ?>again, thank you for the response