Lampwrights Forum > Search Forums

Showing results 1 to 25 of 58
Search took 0.00 seconds.
Search: Posts Made By: wacnstac
Forum: vBulletin Wordpress Bridge 12-18-2014, 10:16 AM
Replies: 2
Views: 84,430
Posted By wacnstac
I am wondering the same thing. I need to upgrade...

I am wondering the same thing. I need to upgrade to 4.X.
Forum: vBulletin Wordpress Bridge 10-13-2011, 09:12 AM
Replies: 15
Views: 40,323
Posted By wacnstac
I would love to help and share my code but I...

I would love to help and share my code but I don't want to step on Jeff's toes here. I don't feel that my code was done in the most efficient way and perhaps Jeff and I can collaborate on something...
Forum: vBulletin Wordpress Bridge 10-07-2011, 08:50 AM
Replies: 5
Views: 15,493
Posted By wacnstac
I ended up modifying the get_avatar function with...

I ended up modifying the get_avatar function with the following so I could pass in a user's vb id and get it to work correctly:


function get_post_avatar($u, $size = '96', $default = '', $alt =...
Forum: vBulletin Wordpress Bridge 10-06-2011, 11:38 AM
Replies: 5
Views: 15,493
Posted By wacnstac
Also it would help out a ton if I new what the...

Also it would help out a ton if I new what the function get_avatar was expecting in the $u parameter.
Forum: vBulletin Wordpress Bridge 10-06-2011, 10:21 AM
Replies: 15
Views: 40,323
Posted By wacnstac
I have made this work in my template. Can share...

I have made this work in my template. Can share code with anyone who is interested.
Forum: vBulletin Wordpress Bridge 10-06-2011, 10:21 AM
Replies: 2
Views: 10,768
Posted By wacnstac
Yeap, it was. My bad.

Yeap, it was. My bad.
Forum: vBulletin Wordpress Bridge 10-06-2011, 10:20 AM
Replies: 5
Views: 15,493
Posted By wacnstac
Yes, I have called it from a template. It is...

Yes, I have called it from a template. It is also called somewhere in the commenting engine but I can't figure out where (I know it is being called for every comment posted because of my debug...
Forum: vBulletin Wordpress Bridge 10-05-2011, 11:28 AM
Replies: 2
Views: 10,768
Posted By wacnstac
Calling vbbridge functions in other files

Ok, I'm starting to customize some of my other WP templates and want to make use of some of your the great functions you have Jeff, like get_avatar, but I don't know how to include the function you...
Forum: vBulletin Wordpress Bridge 10-05-2011, 08:24 AM
Replies: 5
Views: 15,493
Posted By wacnstac
Where are author avatars supposed to appear

I see code in the vbbridge.php file that is supposed to do something with avatars, but I don't see any on any of the WP pages or in the comments. Am I missing something?
Forum: vBulletin Wordpress Bridge 10-04-2011, 05:13 PM
Replies: 15
Views: 40,323
Posted By wacnstac
Ok, I'm getting very, very close. Still having...

Ok, I'm getting very, very close. Still having trouble getting the vb user id from within my template. Have tried 'userid' but apparently that's not within the scope of content.php. Any hints...
Forum: vBulletin Wordpress Bridge 10-03-2011, 05:03 PM
Replies: 15
Views: 40,323
Posted By wacnstac
Am I even on the right track with this? Seems...

Am I even on the right track with this? Seems like the bridge_setup_postdata function would be the place to modify right?
Forum: vBulletin Wordpress Bridge 09-29-2011, 02:44 PM
Replies: 15
Views: 40,323
Posted By wacnstac
Hi Jeff, Seems like I could accomplish what...

Hi Jeff,

Seems like I could accomplish what I want to do by modifying your bridge_setup_postdata function and changing
$authordata = get_userdata($post->post_author);
to something like:
...
Forum: vBulletin Wordpress Bridge 09-28-2011, 04:40 PM
Replies: 15
Views: 40,323
Posted By wacnstac
I don't understand how you were able to make it...

I don't understand how you were able to make it work for the comments part without modifying a template. I'm assuming that you are suggesting that I modify the WP code that displays the author and...
Forum: vBulletin Wordpress Bridge 09-28-2011, 04:28 PM
Replies: 1
Views: 9,881
Posted By wacnstac
Question about Convert WP authors functionality

What is this supposed to do? Is this in place so that you can create WP authors and then attribute all of one's posts make through VB to a WP author which is supported throughout the WP blogging...
Forum: vBulletin Wordpress Bridge 09-28-2011, 01:13 PM
Replies: 15
Views: 40,323
Posted By wacnstac
So all author links get turned into...

So all author links get turned into forum/member.php?u=number, I guess that is what I'm looking for.
Forum: vBulletin Wordpress Bridge 09-28-2011, 12:20 PM
Replies: 15
Views: 40,323
Posted By wacnstac
Well it looks like this does work for authors of...

Well it looks like this does work for authors of comments though I don't see their avatars. Any way this could be extended to authors of posts as well?
Forum: vBulletin Wordpress Bridge 09-28-2011, 11:29 AM
Replies: 15
Views: 40,323
Posted By wacnstac
Also, I need the capability through a widget on...

Also, I need the capability through a widget on my WP homepage to show the most popular authors. Right now the widgets that I am able to get my hands on show the most popular authors (users) in the...
Forum: vBulletin Wordpress Bridge 09-27-2011, 07:20 PM
Replies: 15
Views: 40,323
Posted By wacnstac
Perhaps I should clarify what I am trying to do. ...

Perhaps I should clarify what I am trying to do. We all know the VB blogs suck. Despite that I have some active bloggers in the VB blog whom I am now trying to get to blog in WP. I have enabled...
Forum: vBulletin Wordpress Bridge 09-27-2011, 05:06 PM
Replies: 15
Views: 40,323
Posted By wacnstac
Question about authors

I have successfully installed the bridge and it works great (vb users can login via vb, and make new posts). What I would like to do is to be able to have the authors of the posts have their name...
Forum: vBulletin Wordpress Bridge 09-26-2011, 10:08 AM
Replies: 3
Views: 15,142
Posted By wacnstac
Jeff, any idea why I might get this error. I am...

Jeff, any idea why I might get this error. I am trying to install the bridge on a new site. It was very successful in my last install.
Forum: vBulletin Wordpress Bridge 09-19-2011, 11:15 AM
Replies: 3
Views: 15,142
Posted By wacnstac
I got the error today when I tried to run Convert...

I got the error today when I tried to run Convert WP Authors functionin the WP backend. I am running
5.2.16 php
Forum: vBulletin Wordpress Bridge 09-19-2011, 10:43 AM
Replies: 3
Views: 15,142
Posted By wacnstac
Convert WP Authors function give me error

Fatal error: Call to undefined function bridge_wp_dropdown_users() in /home/msports/public_html/wp/wp-content/plugins/vbbridge/vbbridge.php on line 398

I don't understand how this can be as I can...
Forum: vBulletin Wordpress Bridge 06-21-2011, 08:58 PM
Replies: 7
Views: 16,714
Posted By wacnstac
Some more information. When I redo my "map...

Some more information. When I redo my "map users", I get:

Options saved.


Warning: Cannot modify header information - headers already sent by (output started at ...
Forum: vBulletin Wordpress Bridge 06-21-2011, 08:55 PM
Replies: 7
Views: 16,714
Posted By wacnstac
When I login with my test user account in vb,...

When I login with my test user account in vb, then go to my wp installation, it shows the test user account name at the top of wp with "add new", "comments", etc, but when I try to add a new post for...
Forum: vBulletin Wordpress Bridge 06-21-2011, 08:48 PM
Replies: 7
Views: 16,714
Posted By wacnstac
I went through these steps again just to make...

I went through these steps again just to make sure everything was ok


Go to Settings -> Vbridge Settings

Enter the RELATIVE path to your forum. Once you click submit you should see this...
Showing results 1 to 25 of 58

 

All times are GMT -4. The time now is 08:14 AM.


Powered by vBulletin® Version 3.8.8 Beta 4
Copyright ©2000 - 2024, vBulletin Solutions, Inc.