Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress'

Viewing 25 results - 25,726 through 25,750 (of 26,836 total)
  • Author
    Search Results
  • #52912
    citizenkeith
    Participant

    Ok, this time I deleted all the Media Wiki tables from the database, then reinstalled Media Wiki. This time, I didn’t use a prefix for the table names.

    I uploaded Authpress.php and added the code to Localsettings.php.

    Now when I try to login, I get these errors:

    Warning: Compilation failed: characters with values > 255 are not yet supported in classes at offset 33 in /web/abc/abc/citizenkeith.com/forums/wiki/includes/User.php on line 224

    Fatal error: Call to a member function on a non-object in /web/abc/abc/citizenkeith.com/forums/wiki/includes/SpecialUserlogin.php on line 320

    I’m having a hard time figuring out the bbpress install — have failed and just pulled it all down again — so, starting from the beginning: My WordPress blog is at http://www.intar.org/wp_01 — where should I install the bbPress files? Also, should I have a directory called “forums,” and if so, where should that go?

    Thanks!

    #56969
    dyaddydad
    Member

    If this is the case, how does it work with bbpress?

    Do I need to install the avatar-upload thing as well? I am confused….

    Thanks for the help so far.

    #56968
    fel64
    Member

    Vili said it was a WP plugin.

    #57602
    fel64
    Member

    No reason to delete the db! You can always use something like PHPmyAdmin to change entries. The relevant settings should be in wp_options.

    This was directly after you were in WP Admin > Options > General and changed only WordPress Address and Blog Address? You’d need to change back the options named “siteurl” and “home” respectively. Change them back to IP and see if the problem disappears.

    #56967
    dyaddydad
    Member

    Installed it as a bbpress plugin and now:

    Parse error: parse error, unexpected $ in /homepages/27/d120217802/htdocs/forums/my-plugins/bb-avatar.php on line 192

    #56966
    dyaddydad
    Member

    And what needs to be installed? The above as a bbpress plugin, then use Dan’s (also installed) as per usual?

    #1852
    #56965
    Vili
    Participant

    daddy, you will need to use the “Vili’s avatar thingy” code that I posted above, and then just use the same function as with WordPress:

    <?php if(function_exists('cmd_show_avatar')){ cmd_show_avatar(); } ?>

    #56964
    dyaddydad
    Member

    Hey this is cool. But, what tags does one put in the bbpress template to get the avatar from Dan’s Avatar thing to show up? Or do I have to have the bbpress avatar upload plugin installed and add it via this?

    #57418
    Vili
    Participant

    I would personally just copy the bbPress CSS over to the WordPress one, so as to keep it all in one place. If you want to integrate the two, why then have more than one CSS file? :)

    #57069

    In reply to: Plugin: bbPortal 1.2

    maker
    Member

    One admin dashboard, it’s as simple as a plugin etc , etc.

    There are lots of good little reasons for this plugin. Not everybody wants the complexity of a wordpress blog for their main site entrance. And in my case I already have another wordpress blog integrated into my forums. In the case of those who just want a forum site, this plugin will make things more ‘inviting’ to the casual visitor.

    #57398
    fel64
    Member

    h2.postform is in /bb-templates/k2/style.css, line 194. It’s stretched like that because it by default takes up the whole width of the parent element, which is Secondary. It is more effective to set the width for Secondary than for the child elements, because the Secondary width will automatically control all the child elements too. :)

    Firebug is an invaluable HTML, CSS and JS debugger. :)

    #57397
    bozzy
    Member

    Almost there… one quick question, do you know which part of the stylesheet controls the ‘reply’ line?

    It’s stretched across the whole page, unlike the rest…

    http://forums.bozzysworld.com/topic/6?replies=1

    #57515
    fel64
    Member

    It is possible but I don’t know of any plugins to do it. You can probably do it yourself fairly easily though :). You need to make a WordPress plugin that will call the data and display it. You can get the data by using something like

    global $wpdb;
    $latestusers = $wpdb->get_results("MySQL query");

    but the wordpress wpdb reference and plugin writing reference will be of more help.

    #1833
    tecfre
    Member

    Hi .

    I am not sure whether any plugin is available for this .

    I have integrated wordpress and BBpress and in my wordpress blog i want to have a page which should show the lastest users who have registered in my forum along with their avatar if available. Is it possible .

    More or less like we have contact me plugin for wordpress , is there any plugin to display the users ..

    Thanks and regards

    blog : http://www.tecfre.com

    forum ( under testing) : http://www.tecfre.com/forum

    #57417
    fabtest
    Member

    follow-up post deleted. please ignore.

    #57416
    fabtest
    Member

    my “seemless integration” is coming along quite nicely. but a have a question:

    **obviously when I get my wp header from my bb frontpage.php, I also get the wp stylesheet. would it be better to put a check in the header to see if a bbpress page is being served and disable the wp css, as you mentioned? If so, should I then copy-paste the important stuff from the wp css into the bb css to make the layout uniform?

    Thanks for the help.

    faB

    #57067

    In reply to: Plugin: bbPortal 1.2

    metalvalley
    Member

    Isn’t it so that WordPress itself can function like a portal?

    #57234
    fel64
    Member

    Got a problem on my hands. I’m trying to simplify a lot of things by require’ing bb-load.php and then using the bb API. However bbdb loads with a fatal error if I do this when wordpress has fully loaded, but it works perfectly fine if I require bb-load when the plugin is run.

    What I mean is require( 'path/to/bb-load.php' ) works fine if placed anywhere inside the main code of the plugin. If I call it using the wp hook init it no longer works, nor does calling it by other hooks (that I’ve tried) or through function calls in templates and the like.

    I went through wp-settings.php and require’d bb-load systematically until I found that it only worked once wordpress had loaded general-template.php (line 153). It worked from any point onwards, including after do_action('init'); (which I don’t understand at all). Using the init hook in my plugin to require it does not work.

    I suspect this means that the init hook in wordpress maybe does something or other, then loads plugins, then does something else that stops bb being included, then runs any other funtions registered with the init hook – but my wp mojo is not impressive. I tested this with all other plugins deactivated.

    The output if bb-load is required too late in the code:

    Fatal error: Call to a member function get_row() on a non-object in D:xampphtdocsforumsbb-includesfunctions.php on line 1224

    That makes me think bbdb is not created, but I can’t see why it wouldn’t be.

    Can someone help me with this please? I’d much rather use the API than duplicate functions.

    #57556
    fel64
    Member

    The #1 thing to do is to backup regularly. You can’t be 100% sure that you’re safe – but if you have a backup it’s not a particularly big deal. :) If you use WordPress use the backup plugin for that and include the bb tables too.

    If someone else users your computer and you’re still logged in, then they have access to everything you have access to. You can’t do much damage through bbPress; deleting posts etc. isn’t permanent, for example. What you should be concerned about (if you reckon someone nasty is going to get to your computer at all) is your FTP, database and hosting admin access.

    Hello,

    I am intergrating BB into WordPress and am hitting a wall.

    When I attempt to go to step three of installation I meet the following text:

    bbPress database error: [Column ‘post_text’ cannot be part of FULLTEXT index]

    CREATE TABLE bb_posts ( post_id bigint(20) NOT NULL auto_increment, forum_id int(10) NOT NULL default ‘1’, topic_id bigint(20) NOT NULL default ‘1’, poster_id int(10) NOT NULL default ‘0’, post_text text NOT NULL, post_time datetime NOT NULL default ‘0000-00-00 00:00:00’, poster_ip varchar(15) NOT NULL default ”, post_status tinyint(1) NOT NULL default ‘0’, post_position bigint(20) NOT NULL default ‘0’, PRIMARY KEY (post_id), KEY topic_id (topic_id), KEY poster_id (poster_id), KEY post_time (post_time), FULLTEXT KEY post_text (post_text) ) TYPE = MYISAM

    1. Created table bb_forums

    2. Created table bb_posts

    3. Created table bb_topics

    4. Created table bb_topicmeta

    5. Created table bb_tags

    6. Created table bb_tagged

    7. Changed type of wp_usermeta.meta_key from varbinary(255) to varchar(255)

    8. Changed type of wp_usermeta.meta_value from longblob to longtext

    9. Changed type of wp_users.user_login from varbinary(60) to varchar(60)

    10. Changed type of wp_users.user_pass from varbinary(64) to varchar(64)

    11. Changed type of wp_users.user_nicename from varbinary(50) to varchar(50)

    12. Changed type of wp_users.user_email from varbinary(100) to varchar(100)

    13. Changed type of wp_users.user_url from varbinary(100) to varchar(100)

    14. Changed type of wp_users.display_name from varbinary(250) to varchar(250)

    15. Added index wp_users UNIQUE KEY user_login (user_login)

    bbPress database error: [Table ‘louise.bb_posts’ doesn’t exist]

    INSERT INTO bb_posts (forum_id, topic_id, poster_id, post_text, post_time, poster_ip, post_status, post_position) VALUES (‘1’, ‘1’, ‘1’, ‘

    First Post! w00t.

    ‘,’2007-05-10 15:35:23’, ‘192.168.2.4’, ‘0’, 1)

    bbPress database error: [Table ‘louise.bb_posts’ doesn’t exist]

    SELECT post_id, poster_id FROM bb_posts WHERE topic_id = 1 AND post_status = 0 ORDER BY post_time

    bbPress database error: [Table ‘louise.bb_posts’ doesn’t exist]

    SELECT * FROM bb_posts WHERE post_id = 0

    Finished!

    I am doing everything to the letter and cannot see what I’m doing wrong…..

    The only things I change to install is the directory titles from:

    wordpress to ‘journal’

    and

    bbpress to ‘message_board’

    Help would be greatly appreciated. As its driving me mental. All of this just so I can have people sign in to both wordpress and bbpress at the same time.

    Thanks

    #57415
    Vili
    Participant

    Hmm. I took a look at the “Connections” theme by Vanilla Mist, and it seems that the header file in that theme is not used for actual header information, but only for the header DIV. This will make your life somewhat more difficult if you want to integrate your bbPress seemlessly in the manner that I described above.

    #57549

    In reply to: bbpress wysiwyg status

    metalvalley
    Member

    I’d like to see a smilie plugin like wp-grins for wordpress!

    #57554
    fel64
    Member

    I don’t know about “feature”, but all it means is that it sets a cookie that isn’t cleared until a week from when you log in. Unless you log out, that cookie remains. In WordPress, you can untick the “Remember Me” thing; I don’t know if bbPress can (yet) be configured to not remember you like that.

    If you’re worried, just log out when you’re done.

Viewing 25 results - 25,726 through 25,750 (of 26,836 total)
Skip to toolbar