Personal Development for Smart People Forums

Personal Development for Smart PeopleTM Forums

 

Go Back   Personal Development for Smart People Forums > Personal Development > Technology & Technical Skills

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.
Reply
 
Thread Tools Display Modes
  #31 (permalink)  
Old 08-15-2007, 12:18 AM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

Quote:
Originally Posted by jamestl2 View Post
Plus I wasn't sure if spaces would be alright in different web browsers, where their ad might appear, etc.
Here's a jpg of what your site looks like in Safari - from BrowsrCamp

http://80.116.187.76/safaritest/1187133380-full.jpg
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #32 (permalink)  
Old 08-15-2007, 12:21 AM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

Quote:
Originally Posted by jamestl2 View Post
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)
NP - Now if you go back into PhpMyAdmin search around for a cell that says ASDF and see what the column header is. And what table its in.

Actually, if you find it and are able to post a screenshot that might be easiest.

By the way, just to illustrate, change ASDF in that cell in PhpMyAdmin to something else, like "TESTTEST" Then if you refresh the forums you'll see the value changes over there as well.

Work day is about over.. I'll be back tomorrow if you are still working on things then.
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #33 (permalink)  
Old 08-15-2007, 12:35 AM
Senior Member
 
Join Date: Mar 2007
Location: What of it?
Posts: 680
jamestl2 is on a distinguished road
Default

I've looked all over for it but can't find it, I'm not very familiar with this interface.

I first checked on the phpmyadmin "homepage", but no ASDF cell there.

Then I looked in my smf database, thought it would be under SMF_Topics, but nothing even close to my ASDF thread I created, am I even looking in the right place?
__________________
Lightning Shock - My Website
Wordpress Mountain
- Wordpress Resources and Community
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #34 (permalink)  
Old 08-15-2007, 12:36 AM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

Is there a search in PhpMyAdmin?
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #35 (permalink)  
Old 08-15-2007, 12:39 AM
Senior Member
 
Join Date: Mar 2007
Location: What of it?
Posts: 680
jamestl2 is on a distinguished road
Default

Quote:
Originally Posted by Dan.Linehan View Post
Is there a search in PhpMyAdmin?
Yes,

it showed two results for ASDF, one inside table "smf_log_search_subjects"

And another inside inside table "smf_messages"

EDIT: I think the messages one is correct (I can't post attachments, so how do you want to see the screen?)
__________________
Lightning Shock - My Website
Wordpress Mountain
- Wordpress Resources and Community

Last edited by jamestl2; 08-15-2007 at 12:42 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #36 (permalink)  
Old 08-15-2007, 01:03 AM
Senior Member
 
Join Date: Mar 2007
Location: What of it?
Posts: 680
jamestl2 is on a distinguished road
Default

Ok I changed it through the SMF_messages table (to "test"), and the thread in my regular forum also changed to "test".
__________________
Lightning Shock - My Website
Wordpress Mountain
- Wordpress Resources and Community
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #37 (permalink)  
Old 08-15-2007, 07:23 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

We need to get wordpress to write to your SMF database when you publish a new post.

It looks like Wordpress provides "hooks" as part of their API, here: Plugin API « WordPress Codex

And here is a comprehensive list of action functions: WordPress 2.x Hooks for Action - Comprehensive List for Plugin and Theme Developers

Let me review these for a few and we'll see what we can figure out..

You are using Wordpress version 2.x right?
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #38 (permalink)  
Old 08-15-2007, 07:26 PM
Senior Member
 
Join Date: Mar 2007
Location: What of it?
Posts: 680
jamestl2 is on a distinguished road
Default

These are very new to me also.

I'll review them too and keep up the best I can

Quote:
Originally Posted by Dan.Linehan View Post
You are using Wordpress version 2.x right?
Yes, I think so My exact version is 2.2 (the most up-to-date version)
__________________
Lightning Shock - My Website
Wordpress Mountain
- Wordpress Resources and Community
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #39 (permalink)  
Old 08-15-2007, 07:31 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

It looks like number 18 is what we want...

publish_post
wp-includes\functions-post.php line 182.

Do you have a functions-post.php file in your wp-includes folder?

I think this action list might be outdated - I am using 2.2 also and all I have in wp-includes is a functions.php file.
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #40 (permalink)  
Old 08-15-2007, 07:35 PM
Senior Member
 
Join Date: Mar 2007
Location: What of it?
Posts: 680
jamestl2 is on a distinguished road
Default

Quote:
Originally Posted by Dan.Linehan View Post
It looks like number 18 is what we want...

publish_post
wp-includes\functions-post.php line 182.

Do you have a functions-post.php file in your wp-includes folder?

I think this action list might be outdated - I am using 2.2 also and all I have in wp-includes is a functions.php file.
Yes, I have a functions.php file there.

Although I have a bunch of other files in it too (such as feed.php, plugin.php, along with about 50 more or so)
__________________
Lightning Shock - My Website
Wordpress Mountain
- Wordpress Resources and Community
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #41 (permalink)  
Old 08-15-2007, 07:36 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

Also it looks like jjgallow - the author of the SMF bridge plugin - is pretty active here: WordPress › Support » Tags — wp-smf-a-simplemachines-bridge

You might want to ask him your queston there too, about how to create a new SMF forum thread with the wordpress publish_post action.
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #42 (permalink)  
Old 08-15-2007, 07:38 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

I would double check that your two part SMF bridge is fully installed as well. You may want to deactivate, remove and reinstall to make sure.
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #43 (permalink)  
Old 08-15-2007, 07:48 PM
Senior Member
 
Join Date: Mar 2007
Location: What of it?
Posts: 680
jamestl2 is on a distinguished road
Default

Everything seems to be in order, after reinstalling both plugins.
__________________
Lightning Shock - My Website
Wordpress Mountain
- Wordpress Resources and Community
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #44 (permalink)  
Old 08-15-2007, 07:57 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

I'm still looking for the publish_post function, its not in functions.php.
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #45 (permalink)  
Old 08-15-2007, 08:04 PM
Senior Member
 
Join Date: Mar 2007
Location: What of it?
Posts: 680
jamestl2 is on a distinguished road
Default

Is it in the wp-admin/post.php file?

EDIT: If it's not here, it might be in the pluggable.php file
__________________
Lightning Shock - My Website
Wordpress Mountain
- Wordpress Resources and Community

Last edited by jamestl2; 08-15-2007 at 08:07 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #46 (permalink)  
Old 08-15-2007, 08:05 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

Hey here's a top ten list for ya

10 Things You Should Know About WordPress 2.2
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #47 (permalink)  
Old 08-15-2007, 08:08 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

Quote:
Originally Posted by jamestl2 View Post
Is it in the wp-admin/post.php file?
Kind of. Post.php is where it calls the function, here:

Code:
	if ($post_status == 'publish' && $post_type == 'post') {
		do_action('publish_post', $post_ID);
But it doesn't actually define the function there, it just calls it.
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #48 (permalink)  
Old 08-15-2007, 08:17 PM
Senior Member
 
Join Date: Mar 2007
Location: What of it?
Posts: 680
jamestl2 is on a distinguished road
Default

Basically I'm flying blind here, but I found this line of code about halfway through the wp-includes/post.php file (If it is even right?):

Code:
function wp_publish_post($post_id) {
	$post = get_post($post_id);

	if ( empty($post) )
		return;

	if ( 'publish' == $post->post_status )
		return;

	return wp_update_post(array('post_status' => 'publish', 'ID' => $post_id, 'no_filter' => true));
}
__________________
Lightning Shock - My Website
Wordpress Mountain
- Wordpress Resources and Community
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #49 (permalink)  
Old 08-15-2007, 09:49 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

Just an update.. I will be in meetings for the next couple hours.
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #50 (permalink)  
Old 08-16-2007, 12:26 AM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

I'm not going to have a chance to look at it any more today James, sorry.

Our company is going to see No End In Sight | Charles Ferguson | Representational Pictures tonight, and then I have a dinner date.

I'll be on tomorrow morning - or if anyone else is good with PHP feel free to jump in.
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #51 (permalink)  
Old 08-16-2007, 01:43 AM
Senior Member
 
Join Date: Mar 2007
Location: What of it?
Posts: 680
jamestl2 is on a distinguished road
Default

Alright, I'll probably be on tomorrow around 11 or 12 (my usual hours), for a good schedule to have.

If there are any other tools I should make aware, let me know.
__________________
Lightning Shock - My Website
Wordpress Mountain
- Wordpress Resources and Community

Last edited by jamestl2; 08-16-2007 at 02:02 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #52 (permalink)  
Old 08-16-2007, 06:30 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

I'm installing SMF and wordpress myself on a test domain now.
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #53 (permalink)  
Old 08-16-2007, 07:00 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

Forums setup - My Community - Index

Wordpress setup - Doh Blog

Installing the bridge plugins now..
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #54 (permalink)  
Old 08-16-2007, 07:03 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

Man.. these SMF plugins are a mess.
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #55 (permalink)  
Old 08-16-2007, 07:06 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

From WP_SMF Bridge

Quote:
The new Twin plugin can be downloaded here: (make sure your versions match up!)
Does that mean its both in one? Sigh..
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #56 (permalink)  
Old 08-16-2007, 07:25 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

James, can you send me the download link you used for WP-SMF wordpress plugin?

Also, what folder did you install the "twin plugin" (SMF_Wordpress) into on your SMF forums?
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #57 (permalink)  
Old 08-16-2007, 07:58 PM
Senior Member
 
Join Date: Mar 2007
Location: What of it?
Posts: 680
jamestl2 is on a distinguished road
Default

Here is the link

I installed the twin plugin straight onto my forums, nothing through wordpress.
public_html > forums > smf_wordpress

then I went through a procedure in my forum admin control panel to get it running.
__________________
Lightning Shock - My Website
Wordpress Mountain
- Wordpress Resources and Community
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #58 (permalink)  
Old 08-16-2007, 08:29 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

Back from lunch..

WP_SMF Bridge is Connected.

Could you be more specific here...

Quote:
then I went through a procedure in my forum admin control panel to get it running.
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #59 (permalink)  
Old 08-16-2007, 08:41 PM
Senior Member
 
Join Date: Mar 2007
Location: What of it?
Posts: 680
jamestl2 is on a distinguished road
Default

I downloaded the plugin (to my computer's HD), unzipped it, clicked on the packages link in the admin CP, then clicked "download packages" tab, browsed my computer for it, uploaded it to the admin CP, then installed it from the "install package" tab.

At least that is how I think it went...
(I'm unsure about when I unzipped it, most likely before I uploaded it to the admin CP)
__________________
Lightning Shock - My Website
Wordpress Mountain
- Wordpress Resources and Community
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #60 (permalink)  
Old 08-16-2007, 08:48 PM
Senior Member
 
Join Date: Oct 2006
Location: San Rafael, CA
Posts: 4,893
Dan.Linehan is on a distinguished road
Default

Quote:
The package was installed successfully. You should now be able to use whatever functionality it adds or changes; or not be able to use functionality it removes.
Doing test forum post..

ASDF
__________________

Best,
Dan Linehan

For web development & design: Etopolos
| Facebook
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
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 06:07 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 by Pavlina LLC