Null (@null)

Forum Replies Created

Viewing 25 replies - 251 through 275 (of 437 total)
  • It happens on this forum as well. You get more \every time you edit a post one is added.

    Excample (used the code tags):

    echo '<li><a href="link-to-your-thingy.com">Thingy-name</a></li>';

    I didn’t add any in it Also code between the code tags shouldn’t be altered at all.

    Every time I edit this post (and leave the in) it wil ad 1 more…

    Edit:

    LOL seems to be fixed now :S

    In reply to: file attachments….

    I suggest phpbb it has a very nice attachment plugin, with many functions

    In reply to: Plugin: bbMenu 1.0

    Ah ok well I will experimend some with this function_excists then, should work the same (basicly)

    Thx

    In reply to: Plugin: bbMenu 1.0

    How can you check if a function excist?

    Lets take get_bbmenu as excample its in the bbmenu.php file….

    Also for future versions, the plugins will be able to be disabled in the admin (like in wp) so bbmenu.php can be installed, but not used (inactive), how to fix that?

    In reply to: Plugin: bbMenu 1.0

    suleiman, I am still trying to figure out why the damn thing won’t install for you. I am kinda busy at the moment so it could take some time.

    For template builders I have the following message:

    If you build a template and want to make it compatible with bbMenu you can use the code below.

    It shows the bbmenu if it is installed, if not it will show nothing (or your own hardcode menu).

    ……..Changing code…….. stay tuned……….

    Hmm we need to talk to make this plugin bbmenu compatible :) Still working out some options, but it would be nice if it could detect the menu plugin and if it is add a draggable menu item to it… If not it will ignore this :)

    So it need to check if the table bb_menu excist and then if the memberlist record excist…

    Well I will contact you about this when I sort things out :)

    Demo plz?

    Also found this one where you can dowload the theme you are watching (http://alexking.org/projects/wordpress/theme_browser.php) but it isn’t for download. (Author doesn’t want that)

    In reply to: Plugin: bbMenu 1.0

    Hi,

    What kind of items would you like to add? Is it a plugin page like the memberlist plugin, or a link to another website, or a link to your homepage.

    The last one is technically hard to do cause of the way bbPress id’s there pages. bbMenu uses this to highlight the menu item when you are on a certain page. Since your homepage proberbly doesn’t support/use this, you can add an item in the menu, but it proberbly wouldn’t highlight when you are on that page.

    Hope you understand what I mean…

    If you want to add an “off-link” (the link goes to wikipedia or something) you could add this into bbmenu.php (not tested):

    At the bottom find:

    echo '<li ' . $first . '><a ' . $current . ' href="' . $rw['page'] . '">' . $rw['item'] . '</a></li>';

    Underneeth it add:

    echo '<li><a href="link-to-your-thingy.com">Thingy-name</a></li>';

    (Ignore the this forum adds them when editing this topic)

    This should add a new link ad the end in your menu, but you will not see it in the admin, or be able to put it anywhere else… It will also not be highlighted when you are on that page (in case you use it to go to your homepage)

    In reply to: Plugin: bbMenu 1.0

    suleiman, I would like you to test this version to see if this fixes the tabel install issues.

    Follow these steps:

    1- Go to your myplugins folder and delete bbmenu.php (you only need to remove this bbmenu-file, leave all others in). Now go to the admin menu and check if the Menu link in it is gone.

    2- With phpmyadmin, remove the bb_menu table from your database.

    3- Now upload the new bbmenu.php (test)version to your myplugins folder (see below for download)

    4- Go to your admin page, press the menu link and refresh the page.

    Let me know

    The bbMenu testversion:

    http://www.sourceskins.com/bbmenu-test.zip

    This is a forum!!!!!!! Not a CMS or something else……..

    I agree with bbolman here

    Go ahead then :D

    Well to create a theme, you use templates. Theme is something like a categorie for templates.

    Like theme: newspaper. This will contain al templates with this theme (categorie). Beause these are used criss-cross is the reason it gets “confusing”…

    Ahh ok, then I suggest to make things simpeler, perhaps on bbpress install:

    ask the user to enter his/her askimetkey with an option to request a key if not heaving one

    and/or

    add an area in the admin where you can change/enter a key

    Or should I make a trac about this suggestion?

    In reply to: Plugin: bbMenu 1.0

    Ah ok can you tell me what attributes it contains? (so how the table is build) Does it have: set, item, page etc etc?

    Some suggested using set and item isn’t smart and could cause problems. But if these excist in your table, then it isn’t a problem. I think there is something “wrong” with the insert but to be sure. I am gonna make a version where I change the set and item into other values. Perhaps you can test that version for me when it’s done?

    Still funny, it works on my own 2 test servers :)

    Hi,

    Plz go to this thread and keep an eye on this one since the beta is closed:

    https://bbpress.org/forums/topic/743?replies=11

    Thx

    Why not put an hidden special key in it? We all hate spam, now we have to sign up to get a key, edit the config file etc etc…

    I say, put in a special bbpress askimetkey in it so we dont have to bother about spam :)

    In reply to: Plugin: bbMenu 1.0

    empty as in not filled? Or empty at all so no set, item, page attributes?

    Does anyone else has problems with this plugin? If you use(d) it plz let me know!

    In reply to: Plugin: bbMenu 1.0

    Dont put that in literlary, it said use the info, not the lines!

    INSERT INTO bb_menu

    VALUES (‘active’, ‘Forums’, ‘index.php’, ‘front-page’, 0)

    Use something like this for each line, seperate submit…

    How does your bb_menu table look like?

    I agree with this all. This is also one of the reasons I’ve started the bbPortal project (bbportal.org) The idea is to use bbPress as the basic and build some nice stuff around it. It’s not much yet, I’ve just started it).

    WordPress is great for BLOGGING and some people forget this. It’s designed for a personal blog not for a whole community. Sure you can extend it with plugins etc, but still.

    bbPortal is/will be more for communities like clans/guilds that use the forum heavily. (so forum driven and not blog driven.)

    You can also take a look at wordpressMU (multiuser), That can give every user a own wordpressblog that you can administrate. If I may be so bold I see it like this:

    Personal/blog………….>>…………Community driven

    ..wordpress

    ……………………….wordpressMU

    ………………………………………………………. bbPortal

    (ignore the dots, they where needed for outlining)

    Joomla and Drupal are way bigger, but to my oppinion, needs some more understanding about php and coding aswell.

    Though choise huh :)

    I kinda agree, on this forum they use templates, it should be themes, though templates is accurate too

    In reply to: Plugin: bbMenu 1.0

    Hi,

    Did you use the beta aswell? Then delete the bb_menu first with phpmyadmin.

    If not, then the table didn’t fill during installation of the plugin. Still don’t know why it doesn’t do that on certain servers.

    Fill the table using this information:

    mysql_query ("INSERT INTO 

    $bbdb->menu

     VALUES ('active', 'Forums', 'index.php', 'front-page', 0)");
    mysql_query ("INSERT INTO

    $bbdb->menu

     VALUES ('active', 'Search', 'search.php', 'search-page', 1)");
    mysql_query ("INSERT INTO

    $bbdb->menu

     VALUES ('inactive', 'Statistics', 'statistics.php', 'stats-page', 0)");

    I also found another bug. Somewhere I hardcoded bb_menu instead of using the prefix variable. As long as your prefix is bb_ (like most have) there is no problem. This will be fixed in the next release.

    Also the ‘doubleclick-and-edit-the-menu-items’ function in the new release is getting along very well!

    Greetz

    In reply to: Navigation Theme

    I like it!

    Yeah I wanna know too cause this has a menu I can go test with my menu plugin https://bbpress.org/forums/topic/743?replies=4

Viewing 25 replies - 251 through 275 (of 437 total)