Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 7,876 through 7,900 (of 11,591 total)
  • Author
    Search Results
  • #91193

    In reply to: _ck_ owes me ten bucks

    _ck_
    Participant

    Yeah problem was solved – sometime in the past week the code bug was fixed, I have no idea exactly when or by whom but was going to point it out until I tested it.

    Unfortunately it did not clear up existing posts that were already html-entitied by the bug an example or two (but it even happened inside of backticks too)

    I kinda don’t want to get into WP politics here (we’ve got enough of our own problems) but you can’t count downloads by existing users anymore who are terrified of being hacked because they didn’t keep up with the newest release.

    I was looking into having some reindeer paraded by your door (10 “bucks” get it?) but I was afraid you’d BBQ them and send me a photo or something like that :-D

    #91168
    _ck_
    Participant

    Your server must have some fancy virtual host mapping.

    By the way I just noticed you said this “I created a file called browsertime.log”

    delete that file you made because it may have permissions that PHP cannot modify for some reason depending on your host – let the PHP code make the file

    Well we can take the lazy way out:

    $browsertimer['log']=dirname(__FILE__).'/browsertimer.log';

    That should almost certainly work and be right in the plugin directory.

    #91167

    Hello again.

    I cannot get it to work yet. Jolly well!

    So, my Filezilla path is: /pastorbob.limewebs.com/my-plugins/browser-timer/

    But my FTP is ftp://ftp001101.limedomains.com/pastorbob.limewebs.com/my-plugins/browser-timer/

    I have changed this to what you’ve told me: $browsertimer['log']=$_SERVER['DOCUMENT_ROOT'].'/pastorbob.limewebs.com/my-plugins/browser-timer/browsertimer.log'

    Then I’ve tried the other option as well: $browsertimer['log']=$_SERVER['DOCUMENT_ROOT'].'/ftp001101.limedomains.com/pastorbob.limewebs.com/my-plugins/browser-timer/browsertimer.log'

    I thought that I might have been on to something. But I wasn’t.

    Thank you for your help, again!

    Regards,

    Bob

    #91225
    Satish
    Participant

    I will check out the cookie thing and post here again.

    I am using WordPress 3.0 and bbpress 1.0.2, on a test site and I am facing the exact same problem as outlined by @jmharrington.

    _ck_, I have another question, for which I don’t want to open another thread – because people may get annoyed.

    I read this whole – “bbpress as standalone v/s plugin”, instead of understanding things, after some point of reading things, I got confused. I am so confused now to whether I need to wait till the plugin is released or can I go ahead and install present release? The problem is, I want to know – if I will be able to upgrade to plugin version later easily without loosing the current thread entries, users etc. ?

    I tested almost all the forum software available and have settled with bbpress because its easy for users to understand and use.

    #91166
    _ck_
    Participant

    By the way, your site is using 69 queries on the front page, that is VERY very bad. Something is wrong. It’s probably not loading all your options at once and some other issues that 1.0 has.

    You probably should be focusing on bb-benchmark instead of this plugin.

    Also make sure you install this mini-plugin to try to reduce the queries:

    https://bbpress.org/forums/topic/heres-how-to-fix-some-of-the-10-query-performance-regression

    It’s a combo of SEO and HCI.

    Having a different title for each page makes life easier for humans, as well as not being bad for SEO.

    In the strictest sense, Google (et al) state that every page should have it’s own and unique title, and if relative should be linked with a canonical link.

    (though, there is no doubt that they’re clever enough to work it out).

    #91165
    _ck_
    Participant

    Ah, you almost have the log location concept but not quite.

    I am going to assume you are trying to put the log file in the same directory as the plugin. I really don’t advise this at all for security reasons but if you are just doing short term testing and will delete it later it could be temporarily acceptable.

    So, in that case my-plugins/browser-timer/ must be chmod 777

    (the sub-directory /browser-timer/ I mean)

    Now is the path to the file really

    /pastorbob.limewebs.com/my-plugins/browser-timer/browsertimer.log'

    Because that doesn’t seem quite right. I see it’s off a subdomain but still, I’ll not certain.

    Try changing

    dirname($_SERVER['DOCUMENT_ROOT'])

    to just plain

    $_SERVER['DOCUMENT_ROOT']

    (don’t forget leave the dot afterwards)

    If that doesn’t work, what’s the full path to my-plugins/browser-timer/ that you see in your FTP program (if it hopefully shows the full path). If not, we can take a peek at phpinfo.

    What I’d really rather see is you putting the log in a subdirectory ABOVE your web root (aka Document Root).

    But give that a try for now and let me know.

    #91164

    Hello.

    I have an account on limedomains.com

    My home directory is pastorbob.limewebs.com

    So, I figured that this should be my setting in browser-timer.php

    $browsertimer['log']=dirname($_SERVER['DOCUMENT_ROOT']).'/pastorbob.limewebs.com/my-plugins/browser-timer/browsertimer.log';

    I set the permission for browser-timer to 777.

    I created a file called browsertime.log

    But when I go to http://pastorbob.limewebs.com/?browsertimer , I get log open error

    Is it just me?

    Regards,

    Bob

    _ck_
    Participant

    I’ve just tested bbPress 0.9 with WP 3.0’s cookies and the Freshly Baked Cookies plugin DOES work properly.

    Just make sure your cookie paths for WordPress and bbPress are pointing the same place (ie. /) which was always required for proper integration anyway and is not done by the plugin but inside wp-config and bb-config – see the numerous integration guides around bbpress.org

    Make certain you are using version 0.0.4 of the plugin or higher which supports the newer kind of WordPress cookies in use since WP 2.8

    I am with you _ck_

    I would love to see bbPress 0.9 becoming as one of the best choice for standalone forum script.

    #34750
    Matt Mullenweg
    Keymaster

    At least if it’s the same _ck_ as here:

    http://news.ycombinator.com/item?id=1440574

    But in lieu of cash I will accept some testing on 1.1.

    _ck_
    Participant

    This utility has been delayed a bit as a few things came up this weekend but I fully intend to finish it soon.

    Thanks for volunteering citizenkeith, I’ll keep you posted.

    citizenkeith
    Participant

    I’d love to help out. I’m capable of backing up my database and restoring it. :=)

    #91053
    zaerl
    Participant

    The micro-plugin (I have written for you) activate the s HTML tag (as you requested) <s>your text here</s> but zaerl Editor 0.3.2 does handle only standard tags plus the img tag as I said here: https://bbpress.org/forums/topic/latest-on-better-editor#post-71194

    #91163
    _ck_
    Participant

    Currently there are only four settings and all but the first are optional.

    Edit the top of the plugin to see them:

    $browsertimer['log']='/browsertimer/browsertimer.log';

    That is where the log is kept.

    Obviously the directory must be chmod 777 on your server.

    For that reason I STRONGLY recommend you put it ABOVE the web root.

    The default setting will do that:

    dirname($_SERVER['DOCUMENT_ROOT']).'/browsertimer/browsertimer.log'

    but since it may confuse people, adjust it as you will.

    ie. /home/username/public_html/

    is the webroot on many servers but not all by any means

    you could in theory make

    /home/username/browsertimer/

    and chmod 777 that directory, and it will work with the default setting.

    $browsertimer['filter']=true;

    This setting just throws away entries longer than 20 seconds or less than 100ms which are typically bogus. For example Google has a nasty habit now of parsing javascript no matter how obfuscated it may be to extract URLs, and sure enough it will follow the browser timer, giving you really high, weird numbers.

    $browsertimer['pages']=false;

    This allows you to control what pages are timed.

    I’d leave it alone for now but someone may have specific interest in mind.

    $browsertimer['geoip']=false;

    This is where the geo-location magic happens, it’s optional, and will tell you what country the visitor is in with about 90% accuracy.

    false = country lookup off

    or set it to ='ip2c';

    and download this program called IP2C

    http://admin.firestats.cc/ccount/click.php?id=74

    extract these two files and put them in the same directory:

    ip2c.php
    ip-to-country.bin

    (ip-to-country.bin is very large, it’s one big database)

    #91162
    _ck_
    Participant

    Once properly configured and running, administrators can get easy access to the log by just adding ?browsertimer to the forum url.

    The view right now is very basic and looks like this:

    https://bbpress.org/plugins/topic/browser-timer/screenshots/screenshot-1.png

    I’ve done some fancy parsing of the user-agent to attempt to strip it down to the useful bits. (in the example the IP addresses are partially obscured for visitor privacy)

    #91052
    Joe Gibson
    Member

    Z –

    I copied the code to a PHP file and it activated from the bbPress ‘Plugins’ panel, but I can’t figure out how to make it work in the editor. I tried both angled brackets and backticks. Thoughts?

    And the next big challenge would be to have it open links in a new window. Is that possible?

    Thanks,

    Joe

    #34748
    _ck_
    Participant

    This is a very early beta release for advanced users who may find it useful.

    http://bbpress.org/plugins/topic/browser-timer/

    (works in 0.9 and 1.x)

    example log:

    http://bbpress.org/plugins/topic/browser-timer/screenshots/screenshot-1.png

    While my bb-benchmark plugin will tell you how long it’s taking your server to make pages, you really have no idea how long it’s taking your users to browse your forums and see those pages.

    ie. 200ms on the server side may be 5 seconds with javascript on the visitors side

    You can time your own browser, but often you have many things already cached and might use a faster browser or live much closer to your server than someone else across the country or the other side of the world.

    So now you can know exactly how long it’s taking for them to see your pages.

    It’s very accurate in my testing, within 100ms typically.

    Basically it works by using a sort of “round trip” timer.

    You can add a geo-location database and it will tell you what country the visitor is in, which helps to understand why a time may be so high/low.

    _ck_
    Participant

    I should have a database downgrade tool finished by the end of this weekend.

    I need a few testers who know what they are doing and can backup their database (and restore it) if something goes wrong.

    Technically you’d have to clone the database anyway since you’d want to install bbPress 0.9 into another directory, at least for testing purposes. But that requires you to override some settings via bb-config.php to tell it where everything is, or re-run the install routine for 0.9

    Obviously this does not do anything magical to your plugins, they have to be backwards compatible with 0.9 also (if you are using mine in 1.x successfully, they will work in 0.9 but I can’t speak for others).

    #91051
    zaerl
    Participant

    In bbPress if you put something between backtick it shows up in fixed-width, not-transformed style.

    And, for that matter, why isn’t this site using it?

    bbpress.org and bbPress in general uses the backtick notation. It’s hard to remove it. I have answered to a topic some times ago showing a little hack to erase it.

    So, is there a way to turn it on?

    <?php
    /*
    Plugin Name: I love strike-through
    Plugin URI: http://www.bbpress.org
    Description: <s> tag
    Author: zeal
    Author URI: http://www.zaerl.com
    Version: trunk
    */

    function strike_it($tags)
    {
    $tags['s'] = array();
    return $tags;
    }

    add_filter('bb_allowed_tags', 'strike_it');

    ?>

    #91050
    Joe Gibson
    Member

    Z –

    “It doesn’t understand strikethrough cause that tag (the obsolete ‘s’) isn’t enabled by default on bbPress.”

    So, is there a way to turn it on?

    And I understood that the ‘Code’ button was for generating backticks, but what are backticks used for since the buttons cover pretty much everything?

    And, for that matter, why isn’t this site using it?

    Thanks,

    Joe

    #91049

    The one change I made to Zaerl Editor was snipping out the part of the code that put that needless “Code” button on the top.

    If you’re on a non-US (or i suppose non English/qwerty) keyboard, the backtick key is a total git to hit. there’s quite a large difference between North American keybaords and the rest of the world.

    The only disappointment is that it doesn’t seem to understand strikethrough fonts. I tried both “strike” and “del”

    bbPress doesn’t process them as standard.

    *sorry Zaerl mate, just seen your answer*

    #90924

    In reply to: bbPress Plugin is Born

    Tom,

    I totally agree with the premise.

    Focussing on the positives is the way forward.

    For those of us who make a living with bbPress, unilateral decisions made without visability and with no re-course for questioning nor appeal are scary. really scary.

    I for one, am totally and 100% behind the separate forum plugin for WordPress. But I think it’s ok that we ask some questions about it, and while the thread’s not in the most positive tone, I don’t think anyone has asked anything from left field, nor said anything antagonistic or derogatory.

    It’s not like we’re asking for info that won’t have already been discussed when making the decision about plugin vs. standalone.

    There would have been bench tests, user experiences, requirement gather – y’know numbers and paperwork. I know we’re never going to see the full documentation, but I think it’s ok to ask for an overview. Not to pick holes in it, but to feel positive that the decision is a good one, and one that we can get behind/support/make better :)

    =======================================================================

    Andrew, Pete and JJJ and I have had a wee email conversation earlier in the week, before (and during) this thread started. There was some truly great info in that thread. Information that would appease some of the issues brought up here, quell some of the language & tone being used. It confirmed to me that these are the people to take bbPress forward. But that doesn’t mean I am going to put my own and my children’s livelyhood on the line and follow blindly.

    everything is going to be A-okay

    is alot like

    Relax. We’ve done this before.

    And man, that didn’t work out too well :(

    I think people are allowed to be a little shellshocked at this bombshell; especially as it didn’t even warrant it’s own forum post, sticky or blog post. It just comes across as a footnote and unimportant. It comes across as “shit, you folks found out? um…” Now of course that ain’t true, but thats the base perception.

    Apparently the scrapping of all current bbPress code and new of it’s replacement isn’t even important enough for someone to hit that “sticky” button at the bottom.

    Because of this, some emotions will run high, but we’ve both been around the block enough to know that as long as people keep the conversation in house and try to resolve things then we’ll get there :)

    Not everyone will agree with everything, but we’ll get there as long as no-one makes any derogatory comments about the software or community in a KeyNote speech or on an influential Twitter feed we’ll be grand at resolving this, and bringing folks tegether in a positive sense :)

    The dudes who are now running the show just need to give out enough info to get control of the conversation. Once that happens, even more of life will be positive.

    #91048
    zaerl
    Participant

    I have inserted the “code” button for the simple reason that the backtick character is difficult to be typed on a keyboard that isn’t the “standard” U.S. ASCII. This is true for the vast majority of the keyboard layouts worldwide.

    The only disappointment is that it doesn’t seem to understand strikethrough fonts.

    It doesn’t understand strikethrough cause that tag (the obsolete ‘s’) isn’t enabled by default on bbPress.

    I provide support for standard tags: strong, em, a, img, ul, ol, li, blockquote, code and the non standard img that is widely used.

    My plugin do not enable new tags (and implicitly new buttons) in current version 0.3.2 but it does in 0.4 (trunk). I have taken my position regarding the future of bbPress and so I will not upload new plugins and/or updates (https://bbpress.org/plugins/topic/zaerl-editor/page/2/#post-5992). Anyway if you need the new zaerl Editor with custom buttons and other fancy features write me a couple of lines. za AT zaerl.com

    #91047
    Joe Gibson
    Member

    The one change I made to Zaerl Editor was snipping out the part of the code that put that needless “Code” button on the top.

    The only disappointment is that it doesn’t seem to understand strikethrough fonts. I tried both “strike” and “del” (using both HTML and backticks) but no joy. Any thoughts?

Viewing 25 results - 7,876 through 7,900 (of 11,591 total)
Skip to toolbar