![]() |
The code To get a list of subscribed forums
If I want to get a list of the subscribed Forums, What the code may look like ?
any Ideas? --------------- Added [DATE]1329657144[/DATE] at [TIME]1329657144[/TIME] --------------- I need To show That block like in the usercp in any other page for example index.php |
You'd need to query the subscribeforum table to get records where the userid matches the user. That would get you a list of forum ids, so if you want the forum name you could use the $vbulletin->forumcache[] array.
|
I got the codes from the usercp.php file and from the usercp template , but it didn't work !?
Why? |
You'd have to post exactly what you're trying to do.
|
I'm trying to show a list of the subscribed forums as a block in the vbadvanced script .
|
Well, you could try something like this:
Code:
$result = $vbulletin->db->query_slave("SELECT subscribeforum.forumid, forum.title FROM " . TABLE_PREFIX . "subscribeforum AS subscribeforum I tried the query and I think it's correct, but I didn't test the code at all. |
If the query works fine , How I can integrate it , I mean what to put in the template to display the query result ? as the cade from the usercp template didn't work with me .
Thanks For your time and effort . |
You need to put that code into a plugin or a php file, then arrange for the resulting string to be displayed. I don't remember how to make a vbadvanced block so I can't tell you exactly.
|
Hi
I added the code in a plugin under global_start and added $subscribed_forums in template but the forum page shows internal error BTW I use vbulletin 3.8.7 hope that I can find solution many thanks in advance |
All times are GMT. The time now is 04:53 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|