| | |||||||
| Technology & Technical Skills Computer skills, hardware, software, internet topics, gadgets, programming |
|
Welcome to the Personal Development for Smart People Forums, the place for lively, intelligent discussion of all personal growth issues -- physical, mental, financial, social, emotional, spiritual, and more. You're currently viewing as a guest, which gives you limited read-only access. By joining our free community, you'll be able to post your own messages, access many members-only features, see the new messages posted since your last visit, and of course remove this header message. Registration is fast, simple, and free, so please join today. If you arrived here from a search engine, you may want to explore the main site first, which includes hundreds of deep and insightful articles on a variety of personal development topics. |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
|
I recently added (free) SMF forums to my blog and was wondering if it was possible to somehow style it after my site’s structure? For example on my (freshly redesigned) site, I have categories such as advice and humor, and posts within them. What I would like to have in my forums is a similar hierarchy, with my wordpress categories being different boards, and my wordpress posts being threads, where members can discuss what I wrote (and probably disabling blog comments in the process). Also, is there some sort of program or plugin that could automate this process, where every time I make a blog post, a new thread would be created in the appropriate board? (Similar to what Steve has setup on his forums here.) Thanks, Hope everything is clear
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community Last edited by jamestl2; 08-14-2007 at 06:47 AM. |
| | |
| | #3 (permalink) |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
|
Actually, I already downloaded that plugin, but it didn't give me the specific features I'm looking for (or I couldn't find how to activate them).
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community |
| | |
| | #4 (permalink) |
| Senior Member Join Date: Oct 2006 Location: San Rafael, CA
Posts: 4,894
|
You might have to customize the php a little. Once you have the communication setup between wordpress and SMF it doesn't sound like it would be too difficult from there.. What part are you hung up on? Can you get wordpress to create a new thread in SMF when you write a new post? |
| | |
| | #5 (permalink) |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
| Yes this is what I'm looking to do, but can't seem to figure it out. Everything is already configured (plugin wise, haven't messed with the php yet).
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community |
| | |
| | #7 (permalink) |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
| Yes, the bridge is working
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community |
| | |
| | #8 (permalink) |
| Senior Member Join Date: Oct 2006 Location: San Rafael, CA
Posts: 4,894
|
I would just back everything up and then play with the php some. Once communication has been established you just need to:
Depending on what communication you've already established between the products its most likely a simple hack.. |
| | |
| | #9 (permalink) |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
|
(Bear with me, I'm not a php expert) Do I need to have the boards (wp-categories) already created manually? And what is a mySQL row? Am I suppose to create one in my site's mySQL databases section of its control panel (cpanel)? Or is it related to a database?
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community |
| | |
| | #11 (permalink) |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
|
When I look at my dashboard > plugins> SMF tab, it says the bridge is connected. I also already used the plugin to integrate previous users (from wp).
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community |
| | |
| | #12 (permalink) |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
|
I also just downloaded its sister plugin "SMF_Wordpress", although I can't figure out how to activate it. EDIT: Got it, now I just need to figure out if it has the features I want
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community Last edited by jamestl2; 08-14-2007 at 09:15 PM. |
| | |
| | #13 (permalink) | |
| Senior Member Join Date: Oct 2006 Location: San Rafael, CA
Posts: 4,894
| Quote:
WP_SMF Bridge Keep in mind, SMF_Wordpress DOES require WP_SMF 1.06 (The Wordpress plugin) to be installed first. No other version will work. | |
| | |
| | #14 (permalink) |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
|
Yes, all the plugins are installed, downloaded properly, etc. Now I'm just looking for what features they offer, and where to access them. (for the second "sister" plugin, I was thinking it would have extra features somewhere in the admin panel of the forum, but haven't found any) I also read that it would work for later versions as well on the homepage of it, or do I need 1.06 EXACTLY (as in 1.09 will not access it)?
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community Last edited by jamestl2; 08-14-2007 at 09:26 PM. |
| | |
| | #15 (permalink) |
| Senior Member Join Date: Oct 2006 Location: San Rafael, CA
Posts: 4,894
|
The link I sent you only works on top of 1.06, I'm not sure about other versions. It doesn't look like there is quite one standard yet. I saw your post on the SMF forums, I'm sure you will get some help there, since the SMF / wordpress bridge is their main focus. |
| | |
| | #16 (permalink) | |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
| Quote:
(As I haven't received any answers there yet)
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community | |
| | |
| | #17 (permalink) |
| Senior Member Join Date: Oct 2006 Location: San Rafael, CA
Posts: 4,894
|
Right, the wordpress SMF forums. Here is some code that should put SMF posts into your WP: Code: <?php echo SMF_EnSonBasliklar($limit=10,'<ul>','<li>','</li>','</ul>') ?> Code: <div id="sidebar">
<table width="100%">
<tr>
<td align="left" width="50%" valign="top" class="td_left">
<li class="widget_categories"><h2>Forum topics</h2>
<?php echo SMF_EnSonBasliklar($limit=10,'
','
',' ','
') ?>
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(1) ){
?>
<?
} else{ ?>
<li class="widget_categories"><h2>Categories</h2>
<?php wp_list_cats('sort_column=name&optioncount=1'); ?> |
| | |
| | #18 (permalink) | |
| Senior Member Join Date: Oct 2006 Location: San Rafael, CA
Posts: 4,894
| Quote:
If so, you probably have phpmyadmin installed. This is how you would view your mysql database structure. Just click "PhpMyAdmin" in the administrative panel (it might be under MySQl administration) and then there should be a browse view. | |
| | |
| | #19 (permalink) |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
|
Thanks for the code, but actually I want it the other way around, as I mentioned in my first post, I wanted wp-categories to be setup as boards and my wp-posts setup as threads, so guests can discuss my posts in the forum.
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community |
| | |
| | #20 (permalink) |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
| My site is hosted with Total Choice (And Yes I have the phpMyadmin, mySQL, etc. I'm not quite sure what to do with them, but I'll check it out.
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community |
| | |
| | #21 (permalink) | |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
|
Ok, I'm in the phpmyadmin panel, but I really have no idea what I'm doing. I'm currently in the smf database, tried clicking on "smf_boards" then I see a category section under the "indexes:" tab, so I tried clicking on edit. (This might be where I'm suppose to be, I really don't know, doesn't make much sense to me, with tags like "ID_BOARD" and "smallint(5) unsigned", etc.) EDIT: After reading this Steve's Blog Forums off to a strong start: Quote:
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community Last edited by jamestl2; 08-14-2007 at 11:07 PM. | |
| | |
| | #22 (permalink) |
| Senior Member Join Date: Oct 2006 Location: San Rafael, CA
Posts: 4,894
|
Well, it sounds like you might have to do this custom. If you create a new thread in SMF and make the thread title "ASDF" and the post itself say "BCDE" we can go back into PhpMyAdmin and browse around and find those values (ASDF or BCDE) in the SMF MySql table. Every part of a forum post is stored in the database somewhere. Finding those values will tell us where SMF stores new post data. Once we know where SMF stores the values in the database, we can try to have wordpress duplicate that same action (open the database connection, create a new row in the table, and post the values) upon saving a blog entry. |
| | |
| | #24 (permalink) | ||
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
|
Alright thanks for the info Quote:
I haven’t messed with the forums yet, so there aren’t any new boards, threads, etc. Since I already have post “BCDE”, Could I create a (automated) thread with the title “BCDE (Post)” in the specific child board (Plus all my posts I already have created); and I access this all through “Phpmyadmin > SMF Table” (I’m still a little unclear of what SMF table is, is it referring to everything under my SMF database?) I think creating thread “ASDF” would be irrelevant for now, as I’m just trying to import blog posts. Quote:
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community | ||
| | |
| | #25 (permalink) |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
| Yeah, I know, it was the only way I could get the header ads (which is what it is applied to) in the middle where I wanted it, couldn't hide it right away, didn't think it's (barely) visiblilty would have a drastic effect.
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community |
| | |
| | #26 (permalink) | ||
| Senior Member Join Date: Oct 2006 Location: San Rafael, CA
Posts: 4,894
| Quote:
General Discussion Also, what is a child board? Quote:
How would you be able to import your posts properly if you don't know where they go in the database? How would you get them to display on the forums? I don't understand. | ||
| | |
| | #27 (permalink) | |
| Senior Member Join Date: Oct 2006 Location: San Rafael, CA
Posts: 4,894
| Quote:
Try replacing Code: valign="middle" <p align="right"> Code: <p align="right"> Code: <p align="right"> | |
| | |
| | #28 (permalink) | |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
| I was just referring to the “hypothetical board” you mentioned in your previous post: Quote:
I wasn’t sure of the exact terminology, (My site uses cpanel, so I can access it through mySQL Databases > phpmyadmin > smf database (I think this is where I would go, I’m unsure) > and here there were all kinds of tabs with a “smf_****” prefix, but nothing called “smf_table”)
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community | |
| | |
| | #29 (permalink) | |
| Senior Member Join Date: Oct 2006 Location: San Rafael, CA
Posts: 4,894
| Quote:
Right. So create a thread called "ASDF" and then we will know where they go, because we can look for that value. | |
| | |
| | #30 (permalink) |
| Senior Member Join Date: Mar 2007 Location: What of it?
Posts: 688
|
Thanks for the code, I was trying to think of different HTML tags but none worked, Plus I wasn't sure if spaces would be alright in different web browsers, where their ad might appear, etc. Sorry, it sounded like a hypothetical board when you suggested “thread ASDF” and “post BCDE”, etc. I created one on my forum (an "ASDF" thread)
__________________ Lightning Shock - My Website Wordpress Mountain - Wordpress Resources and Community Last edited by jamestl2; 08-15-2007 at 12:16 AM. |
| | |
| Bookmarks |
« Previous Thread
|
Next Thread »
| Thread Tools | |
| Display Modes | |
| |
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Wordpress Related Posts Plugin | Cassie | Technology & Technical Skills | 1 | 08-14-2009 06:24 PM |
| Earn Passive Income While Web Surfing (Blog) | Steve Pavlina | Steve Pavlina | 80 | 05-11-2007 02:13 PM |
| Value of these Forums | impaul99 | Intention-Manifestation | 25 | 12-19-2006 03:07 PM |
All times are GMT. The time now is 03:41 AM.






