Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'updated'

Viewing 25 results - 1,451 through 1,475 (of 2,086 total)
  • Author
    Search Results
  • #99990

    In reply to: WYSIWYG

    LogicWeb
    Participant

    How can I add the buttons myself, unless you have an updated copy? Thanks again for your assistance.

    Also, how do I edit the default width & height of the toolbar/editor?

    #105090

    In reply to: WYSIWYG

    LogicWeb
    Participant

    How can I add the buttons myself, unless you have an updated copy? Thanks again for your assistance.

    Also, how do I edit the default width & height of the toolbar/editor?

    #95111
    Paul Gregory
    Member

    Excellent progress.

    @JJJ

    Probably a bit late now, but could you please can you bung an “Updated: April 14 2011” or similar in the top post whenever you update?

    As it stands, some people may come to that post and think that was the state of play 6 months ago!

    #95103
    tooltrainer
    Member

    @JJJ – I greatly appreciate you fixing my “Close Topic” bug! Unfortunately it appears to break super sticky posts. =(

    The particular topic I want to close, is a super stick with some “forum guidelines” that should be visible everywhere. When I close it now, it’s visible in the original forum it was created in, but nowhere else.

    So we have half the problem solved, at least the topic IS visible to other users.

    Looking forward to a full fix on this one!

    As for favorites and subscriptions, the problem is that the buttons for choosing them in the first place, aren’t available. They exist in the code, but are not present visually to the user, to be able to press them. What’s the best way to actually enable these features?

    Also for anyone else this may help – here is how I updated painlessly (and will do so going forward)

    1) Download latest branch and edit bbpress.php, changing the plugin name to add the specific branch number

    2) Rename new plugin folder name to “bbpress xxxx” where “xxxx” is the version number”

    3) Upload folder to plugins folder of my WP install

    4) Deactivate old bbPress plugin

    5) Activate new “bbpress xxxx” plugin

    6) Move theme from old bbP to new bbP

    7) Enable theme in the new bbP

    8) Profit!

    This worked great for me, no conflicts, no worries of overwriting files, etc. Very smooth and easy to degrade back again if I need to.

    Jonathan

    #38095
    silasje1
    Member

    Hey all.

    Due to outdated, slow, failing and not working WYSIWYG plugins, i wanted to create a new version.

    The goals:

    -Let TinyMCE work on all post pages (100% already :) )

    -Add new button which adds the [video] tag for youtube and a few more video sites. (0% since i havent treid it yet.)

    -Turn TinyWYSIWYG off or on. (75% because i can hide it, but then it says no text is submitted. But quick fix: write in html, then turn Tinymce on and submit. It works as html, but a little iritating to do this way.)

    Features:

    -Can be easily updated, source is TinyMCE’s.

    -Good experience, and loads of things work, like ,<span>

    -Has easy UI same as MS Office 2007.

    So any volunteers to help out the small things and make this as a plugin.

    Note: The [video] PHP coding part is ready, needs to add button which wraps the [video]url-of-video[/video]

    The video part will be a lose part too.

    #38075
    silasje1
    Member

    Hey.

    When i tried Easy Video Embed i had alot of problems with all IE versions.

    Now i added the new <iframe> from youtube in it. Also i updated the old code and made that for IE only, cause they dont support html5. I cant contact or add the new files so maybe sombody else wants to?

    O yeah it works on 1.0.3 of course :) here is the new code:

    <br />
    function ae_detect_ie()<br />
    {<br />
    if (isset($_SERVER['HTTP_USER_AGENT']) &&<br />
    (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false))<br />
    return true;<br />
    else<br />
    return false;<br />
    }</p>
    <p>...............................(60 lines of code)</p>
    <p>if (ae_detect_ie())

    {$post_text = preg_replace('#[video]http://([a-zA-Z0-9]+.|)youtube.com/.*v=([a-zA-Z0-9_-]+).*[/video]#i', ' <object width="640" height="510"><param name="movie" value="http://www.youtube.com/v/\1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/\2" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="510"></embed></object>',$post_text); }
    else
    { $post_text = preg_replace('#[video]http://([a-zA-Z0-9]+.|)youtube.com/.*v=([a-zA-Z0-9_-]+).*[/video]#i', '<iframe title="YouTube video player" width="853" height="510" src="http://www.youtube.com/v/\2"frameborder="0" allowfullscreen></iframe>',$post_text);<br />
    } </p>
    <p>

    test it here:

    http://www.fstube.org/forums/bbpress/topic/touch-and-go

    #100019

    You’ll want to contact the authors of those plugins to get better support. Plugins are responsible for telling bbPress where they live and how they are accessed. Sounds like those plugins need to be updated or are just malfunctioning.

    #105119

    You’ll want to contact the authors of those plugins to get better support. Plugins are responsible for telling bbPress where they live and how they are accessed. Sounds like those plugins need to be updated or are just malfunctioning.

    #99948

    In reply to: Integration issues

    falieson
    Member

    Hi!

    I am also interested in updated instructions for this site: https://bbpress.org/documentation/integration-with-wordpress/ that would provide instruction for WordPress 3.X users.

    Thanks!

    #105048

    In reply to: Integration issues

    falieson
    Member

    Hi!

    I am also interested in updated instructions for this site: https://bbpress.org/documentation/integration-with-wordpress/ that would provide instruction for WordPress 3.X users.

    Thanks!

    #99820
    citizenkeith
    Participant

    I updated yesterday and I’m getting a similar error on recount:

    Fatal error: Call to a member function on a non-object in /path/to/html/forums/bb-admin/includes/functions.bb-recount.php on line 141

    #104920
    citizenkeith
    Participant

    I updated yesterday and I’m getting a similar error on recount:

    Fatal error: Call to a member function on a non-object in /path/to/html/forums/bb-admin/includes/functions.bb-recount.php on line 141

    #99781

    In reply to: bbPress 1.0.3 released

    pbul2004
    Member

    Will upgrading help with the 100’s of spam posts im getting on my forum? I have had to take it off line!?

    So i just download the new bbpress zip file and replace all the contents on my ftp? And my theme files wont be affected?

    Do my theme files need to be updated as well?

    Thanks

    #104881

    In reply to: bbPress 1.0.3 released

    pbul2004
    Member

    Will upgrading help with the 100’s of spam posts im getting on my forum? I have had to take it off line!?

    So i just download the new bbpress zip file and replace all the contents on my ftp? And my theme files wont be affected?

    Do my theme files need to be updated as well?

    Thanks

    #95039

    Hi Jonathan,

    The bbPress plugin is still in development, and as such there isn’t a lot of documentation out in the world yet. This is partly due to some architectural changes made mid-way through development, and partly due to more time being spent in the code and not enough time spent on the bbPress.org site. That will eventually shift, and we’ll be sure to put up documentation that bbPress has needed all along.

    Regarding Profits Theme, you have a few options. I think the safest will be to make a copy of your Profits Theme that you can modify yourself, without fear of any changes being lost in the event the theme is updated. (You’ll want to edit the style.css and rename your copy, so it doesn’t conflict with the original.) Then, copy the “/bbpress” folder from bbp-twentyten, and drop it in your theme. Next, copy the files prefixed with “page-” and “single-” and drop those into your theme as well. That should fix most of the missing file issues, and get you started so things are ‘functioning.’ The last thing will be for you to start hacking at your CSS to make things look the part.

    Most themes should already come with a decent amount of table styling, which is what the bbp-twentyten theme uses (for the sake of being easy and that the layout of data is indeed tabular in nature.) To fill in the CSS blanks, you’l want to experiment with “/bbp-twentyten/css/bbpress.css” and see what you’re missing and what fits.

    Cheers, and thanks for the kudos :)

    #68619
    Vietson
    Member

    download the updated version @vietsonnguyen.com/beta/bbpress

    #99663
    Rick Lewis
    Member

    I will second that this thing works. Not perfect but damn near close. Thanks to the person who created it and updated it!

    #104763
    Rick Lewis
    Member

    I will second that this thing works. Not perfect but damn near close. Thanks to the person who created it and updated it!

    #37650
    [removed]
    Participant

    This might be seen as spam (if so, apologies) but since there’s no way to respond to plugins or add any of them anymore, I figured I’d post one here.

    All three current restricted forums plugins are broken (two haven’t been updated since 2007…) I’ve taken the time to actually develop a new one that works just like the “Private Forums” but actually works

    http://stephanmuller.nl/restricted-forums-bbpress/

    Let me know if you have any feature requests or bugs!

    Stephan

    #37595
    jwindhall
    Member

    Seems like there is a whole lot of older information on this, but i can’t really find anything current. I keep landing on this plugin:

    http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/

    Curious if anyone is using it succesfully still. It hasn’t been updated in quite some time and user feedback is marginal at best and it’s littered with various work arounds and hacks… It’s not really a plug-and-play situation either… wanted a little feedback for a waste a bunch of time.

    #99192

    In reply to: WPMimic V.1

    Vietson
    Member

    @Adrienkb – Are you sure that it doesn’t work? I’ve tested many times and it works great. If you were testing out the registration on my beta site, then i purposely disabled the registration page and its always an update or two behind the actual updated version.

    @llny – I don’t have the orginal css file to version 0.02 anymore so I can’t really look up to the css. Why don’t you try the new version 1.0 for now. A setting page is coming, I just gotta finish it up.

    #104292

    In reply to: WPMimic V.1

    Vietson
    Member

    @Adrienkb – Are you sure that it doesn’t work? I’ve tested many times and it works great. If you were testing out the registration on my beta site, then i purposely disabled the registration page and its always an update or two behind the actual updated version.

    @llny – I don’t have the orginal css file to version 0.02 anymore so I can’t really look up to the css. Why don’t you try the new version 1.0 for now. A setting page is coming, I just gotta finish it up.

    #94983

    The bbp-twentyten theme is currently a child theme, but will most likely be a parent theme and include all of the updated twentyten’s theme files in addition to the bbPress ones. Granted, that’s going to crowd the theme up with a ton of files, but that’s kind of just what happens when you add a ton of functionality.

    #94969

    Original post updated with progress on various parts.

    @luminis – bbPress should follow the language that your WordPress installation is, however there currently aren’t any language packs that I know of. To change the various things in your theme, you’ll want to create a new theme that you can modify safely. The easiest way to do that is to copy the bbp-twentyten folder out of /bbp-themes and into your /wp-content/themes/ folder, rename it, and edit the name of your new theme in style.css so that you don’t get the two confused. Your # 3 can be found in form-bbp_topic.php, and # 4 would require a helper plugin to hook into ‘bbp_is_user_subscribed’ and adjust the default value.

    #99113
    _ck_
    Participant

    I updated it a couple of days ago but even I see a spammer about every other week.

    I have to assume it’s humans doing the account creation because it’s so cheap to get labor now, it might be semi automated where it fills out the info and allows the human to deal with the question.

    You’d think they’d figure out this is a waste of time but I guess they are looking for the sites where the postings stick around for awhile.

    I can deal with it once a week until I figure out another way to tackle them.

    By the way I don’t use akismet and I always recommend you disable the bozo feature which Sam made a plugin you can turn off at my request, because it just causes havoc with false positives.

Viewing 25 results - 1,451 through 1,475 (of 2,086 total)
Skip to toolbar