Forum Replies Created
-
In reply to: snowski theme released
This is just an update to let everyone know v1.0.1 is now released and includes a fix for the jQuery conflict with the bb-lightbox2 plugin.
In reply to: New Theme – Need Theme NameCan you open the slide.js that comes with the theme and replace all the contents with this:
jQuery.noConflict();
jQuery(document).ready(function($){
// Expand Panel
$("#open").click(function(){
$("div#panel").slideDown("slow");
});
// Collapse Panel
$("#close").click(function(){
$("div#panel").slideUp("slow");
});
// Switch buttons from "Log In | Register" to "Close Panel" on click
$("#toggle a").click(function () {
$("#toggle a").toggle();
});
});In reply to: New Theme – Need Theme NameI just tried it on your site and didn’t have any problems. Did you get it sorted?
In reply to: inove theme has a bad suspected linkI am the person that ported the theme I have to HIGHLY recommend you download it again from my release page: http://ericlbarnes.com/projects/inove-for-bbpress/
Just to confirm I did download it from their site and it does in fact have this code. More than likely that whole site is a scam site.
In reply to: New Theme – Need Theme NameMaybe try to upload the files again. You can also use something like firebug to check the paths and possibly track down why a style is not applied.
In reply to: New Theme – Need Theme NameIn reply to: inove theme has a bad suspected linkYes that is not something I would include in any themes I release on purpose. So if you do find it in a file of a default download please contact me directly and I will fix it.
In reply to: New Theme – Need Theme NameI am liking snowski. Thanks for that.
The theme will be released freely once I get it finished up.
In reply to: Theme: TooNewsyThanks for the comments. I have just released v1.1 to hopefully fix the block issue:
In reply to: Theme: iNove Release (v0.1)This theme has just been updated and you can get the latest version (v0.3) from here:
http://ericlbarnes.com/projects/inove-for-bbpress/
Changes Include:
1. Moved search to nav bar.
2. Added support for js sub navigation
3. Moved login to sidebar
4. Added bbpress logo to footer. Thanks to Paul.
In reply to: Members can add tagsI do not know the answer from the developers point of view. But for me I would see this as a feature. The more you can let members do the more time is left for the admin to do other more important things.
In reply to: Fully IntergratedVery cool integration and great job!
In reply to: Theme: iNove Release (v0.1)I would say it must be related to your setup. Either browser or hosting because I am unable to duplicate this and if the default doesn’t work then something has to be going on.
In reply to: Theme: iNove Release (v0.1)If it still doesn’t work I think you can delete that file totally from the inove directory as it will revert to the default template.
In reply to: Theme: iNove Release (v0.1)@Umit Namli – I didn’t touch the rss feed file. So I am not sure what would be causing that. Can you try uploading an original rss2.php and see if that sorts it out? Or possibly reverting to the default theme and then testing again?
In reply to: Will a template engine be used (e.g. smarty)?Everyone seems to have their own preference for template engines. I personally really like Smarty as long as the way the script is developed it makes it easy to make changes. It does have pluses and minuses just like everything. But for me the way bbpress is setup I really do not see the need for Smarty. It is already simple and easy to make changes to suit your needs.
In reply to: Theme: iNove Release (v0.1)This theme has just been updated and you can get the latest version (v0.2) from here:
http://ericlbarnes.com/inove-for-bbpress/
Changes Include:
1. Moved view list to right side. (idea from _ck_)
2. Removed background image. Issue with Safari.
In reply to: Theme: iNove Release (v0.1)I see what you mean. I will get those changed over the weekend and release it again.
By the way you may know or not but can you add a theme to the bbpress extend section so you get svn access?
In reply to: Theme: iNove Release (v0.1)Thanks for the comments guys.
@__ck__ when you say views are talking about the forum list? Also good idea about the search. I just couldn’t figure out a good place for the register login section.
In reply to: Theme: WP Mimic Released (v.02)Awesome theme. Thanks for releasing it!
I have modified it a little and used it here:
In reply to: Plugin: GravatarHere is a link to mine: http://www.68kb.com/2007/10/25/bbpress-plugin-68-gravatars/
From browsing your code mine is way way basic. Just one function and one call. Also mine only uses the posters registered email as well.
In reply to: Plugin: GravatarI wish I would have seen this earlier. I just hacked in gravatar support by using the wordpress plugin. Since I didn’t see any listed in the extensions section I went ahead and applied to have mine added. I will go ahead and delete mine since their is really no point in having two.
If you have any use for the code I used let me know I can send it on.