Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'test'

Viewing 25 results - 7,251 through 7,275 (of 11,580 total)
  • Author
    Search Results
  • #100181
    zaerl
    Participant

    Anyone else have a suggestion? One that is useful?

    It’s spam buddy.

    You must edit the files:

    bb-templateskakumeifront-page.php

    bb-templateskakumeiforum.php

    if your theme is kakumei, or

    bb-templates*your theme name*front-page.php

    bb-templates*your theme name*forum.php

    if you use a custom theme. Move the table “forumlist” above table “latest”. Try to not mess up with the PHP portion of code cause nasty things can happen.

    #105281
    zaerl
    Participant

    Anyone else have a suggestion? One that is useful?

    It’s spam buddy.

    You must edit the files:

    bb-templateskakumeifront-page.php

    bb-templateskakumeiforum.php

    if your theme is kakumei, or

    bb-templates*your theme name*front-page.php

    bb-templates*your theme name*forum.php

    if you use a custom theme. Move the table “forumlist” above table “latest”. Try to not mess up with the PHP portion of code cause nasty things can happen.

    #100180
    jabbamonkey
    Member

    hailang, not very helpful.

    Anyone else have a suggestion? One that is useful?

    #105280
    jabbamonkey
    Member

    hailang, not very helpful.

    Anyone else have a suggestion? One that is useful?

    #95115
    Anonymous User 7670885
    Inactive

    @JJJ: really compliments for latest update :)

    In past i’ve request user signature but i don’t remember if i’ve already asked for topic/post promotion (i think, like vbulletin/ipb, is a good idea to have a way to promote – or move – an article in blog/category/homepage).

    #38187
    jabbamonkey
    Member

    Just curious, on the main page of the forum, how I can move the list of Forums above the Lastest Discussions. Any help is appreciated. Thanks.

    #38169
    asboyd
    Member

    I have created a test site and added several topics to a forum.

    I have set the number of items in reading to 10.

    When I access the forum (which has 32 topics) I see the first ten topics, but when I click the page navigation for page 2, I simply get the add new topic form and no existing topics are shown.

    I am using the default theme and even when I change between the built in themes this is still a problem.

    Could someone please advise of a fix?

    I am not overly skilled in PHP code. But can find my way around to make changes under direction.

    Cheers,

    AlexB

    #38160

    Topic: Security

    in forum Installation
    justmichael2
    Member

    I have a blog that is integrated with my WordPress blog. Just testing it out for now.

    – What options are available to keep our Spam and other spurious sign-ups? How can I protect my integrated WP user database?

    Thanks!

    #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

    #99707

    In reply to: test it

    Not out of the box, no.

    Allowed markup: a blockquote code em strong ul ol li embed.
    You can also put code in between backtick characters.

    #104807

    In reply to: test it

    Not out of the box, no.

    Allowed markup: a blockquote code em strong ul ol li embed.
    You can also put code in between backtick characters.

    #37688

    Topic: test it

    in forum Installation
    dingstudy
    Member

    I just want to know if this supports rich text.

    #99983

    In reply to: WYSIWYG

    ajz
    Member

    I’ll test it now..

    Brb with a answer.

    #105083

    In reply to: WYSIWYG

    ajz
    Member

    I’ll test it now..

    Brb with a answer.

    #100030
    Syrinxie
    Member

    So I have a fresh install of WordPress and bbPress(latest stable versions)

    Integration is perfect! Admin can login and out on both sides with the same login. Can post, etc etc.

    I created another user to test the role map. I changed the Subscriber/Inactive role in WP to Contributor/Member. Still it did not change in bbPress.

    …I had hoped zaerl was right about it being BuddyPress. It apparently is not BuddyPress causing the problem. Can anyone help?

    #105130
    Syrinxie
    Member

    So I have a fresh install of WordPress and bbPress(latest stable versions)

    Integration is perfect! Admin can login and out on both sides with the same login. Can post, etc etc.

    I created another user to test the role map. I changed the Subscriber/Inactive role in WP to Contributor/Member. Still it did not change in bbPress.

    …I had hoped zaerl was right about it being BuddyPress. It apparently is not BuddyPress causing the problem. Can anyone help?

    #38093
    ajz
    Member

    Hi!

    I got some topic with alot of posts and next to the topic you can find the page number.

    Is there anyway to limit them to the two latest pages?

    For example

    This is a topic > [5] [6]

    Regards,

    ajz

    #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

    #95098
    moonoi
    Participant

    How long have you had this installation?

    I just installed bbpress a few days ago from the latest trunk files. I’m running on WP 3.1.

    #95096
    Ryan Gannon
    Member

    I’ve looked through this whole thread and have seen several cases of people having trouble with the permalink structure, getting 404’s.

    No matter what I try, every time I try to access /forums/forum/test-forum I’m just redirected to the site root.

    I’ve spent loads of time looking through the core files of bbpress, but I can’t seem to find the place where this particular link structure is set. Rules are added for a lot of other pages, but not the single forum page.

    Does anyone know where WordPress is told to use this particular URI structure?

    How long have you had this installation?

    #95095
    moonoi
    Participant

    Adding to the question above:

    I found out that when I type in /blog/forum/test-forum I’m not redirected but just shown the 404 page. All other combinations ends in a redirect back to the front page.

    I can see in the posts table that WP saved the permalink as http://localhost.localdomain/?post_type=forum&p=8053. Requesting this URL just results in the redirect.

    I already tried saving permalinks settings a number of times. I also tried each of the custom structure combinations mentioned in here such as /%post-type%/%post-name%/etc., and I tried disabling “neat” permalinks all together. Nothing seems to work.

    #95093
    moonoi
    Participant

    I’ve looked through this whole thread and have seen several cases of people having trouble with the permalink structure, getting 404’s.

    No matter what I try, every time I try to access /forums/forum/test-forum I’m just redirected to the site root.

    I’ve spent loads of time looking through the core files of bbpress, but I can’t seem to find the place where this particular link structure is set. Rules are added for a lot of other pages, but not the single forum page.

    Does anyone know where WordPress is told to use this particular URI structure?

    #38042
    talkative
    Member

    Hi, I have the following problem. Well, I installed the latest version of WordPress and bbPress. The installation went without any problems. Now I want to insert a bbPress page to WordPress, the integration of cookies and users already have.

    PS. I’m Polish and I know little English.

    #99751
    LogicWeb
    Participant

    Would appreciate help on this

    #104851
    LogicWeb
    Participant

    Would appreciate help on this

Viewing 25 results - 7,251 through 7,275 (of 11,580 total)
Skip to toolbar