forcerdj
Forum Replies Created
-
Forum: Hacks
In reply to: [php] tracking visitors, check if row exists..Its working now many thanks ??
Forum: Your WordPress
In reply to: My community powered by WordPress with full vBulletin integrationFredrik, that is the exact wordpress plugin i used, this helps you bridge users and posts if you wish..
I then created a widget using an ‘external login php script for non vbulletin pages’ which allowed me to have the welcome box on the wordpress page.
then used the following script (create a plugin in vb) to call the wordpress header and footer: (note, this is specific to my theme, you will need correct paths to your own theme)
define(‘IN_VBULLETIN’, true);
include ‘../wp-load.php’;// Nav bar
ob_start();
include ‘../wp-content/themes/arras-theme/includes/nav.php’;
$wp_nav = ob_get_clean();// Footer message
ob_start();
include ‘../wp-content/themes/arras-theme/includes/footer-message.php’;
$wp_footer_message = ob_get_clean();`use the vars to include it into vb header and footer $wp_nav $wp_footer_message
this will generate errors bcoz of a conflicting sanitize_url() .. this needs to be changed in wordpress to something like wp_sanitize_url()
Forum: Your WordPress
In reply to: My community powered by WordPress with full vBulletin integrationI agree with point 1. I am currently trying to modify the theme to display the blog content as well as titles.
I like tag clouds, if someone stumbles up-on the site and is looking for something specific, they can quickly click on a tag and be presented with all results.
Again thanks for the feedback ??
Forum: Your WordPress
In reply to: My community powered by WordPress with full vBulletin integrationThanks for the comments guys ??
Forum: Themes and Templates
In reply to: The *BEST* Themes/Template tutorial?Thanks but i’m not really looking for a book, that website is great though thanks for suggesting it.
Forum: Themes and Templates
In reply to: The *BEST* Themes/Template tutorial?Obviously i’ve heard of google, like i said i’ve already been reading a few guides. And while one person’s idea of “best” is apt to be different from someone else’s idea of “best” that does not mean to say the articles are badly written and/or have unnecessary step and code.
Forum: Plugins
In reply to: vBulletin recent posts widgetThis didnt work for me?
Forum: Plugins
In reply to: best hacks for design blog???