Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Plugin aint working, what am I doing wrong

Fixed it myself. It was the: FROM $bbdb->portal" that didn’t work. Changed it into FROM ".$bb_table_prefix."portal" and added $bb_table_prefix; in the global as well and all seems to work fine now.

Working code:

$pforum_id = $bbdb->get_var("SELECT pforum_id FROM ".$bb_table_prefix."portal");

Thx for the suggestions given

Null

Skip to toolbar