![]() |
|
#81
|
||||
|
||||
|
I'm sure there's some way to do it, but I'm not familiar with the auto-tagging mod and I'm sure it would be a little more complex than basing things on the forumid.
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#82
|
||||
|
||||
|
Thanks Brian. Tags use $tags- correct? Couldn't I substitute that variable somehow to pick the correct module?
By the way this is the auto tagger mod. All it does is tag the thread so tags would still be default VB http://www.vbulletin.org/forum/showthread.php?t=218350 |
|
#83
|
||||
|
||||
|
Sorry, but I don't think it's going to be anywhere near that easy.
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#84
|
||||
|
||||
|
I can dream cant I.
OK Ill try and figure this out. I already have it working in Wordpress, now to get it going on VB. Thanks Brian |
|
#85
|
|||
|
|||
|
Quote:
Brian, what do you think about my question below? Quote:
|
|
#86
|
|||
|
|||
|
I encountered a few issues that should be easily cleared up.
I started with this: Code:
if (isset($_REQUEST['f']))
{
$_REQUEST['forumid'] = intval($_REQUEST['f']);
}
switch($_REQUEST['forumid'])
{
case 12:
case 13:
case 14:
case 15:
case 16:
case 17:
case 22:
$getpage = 'myintegration';
break;
}
Code:
default:
$getpage = 'defaultlandingpage';
break;
Code:
case 0:
$getpage = 'home';
break;
__________________
Herp Center | Reptile Forums |
|
#87
|
|||
|
|||
|
Did you make a normal integration (used for integration on all pages) before you implemented you code? The default setting should not be necessary.
|
|
#88
|
|||
|
|||
|
I can't get the getpage to work. I am running VB4 with vBa 4.1.2
The integration works fine with a blank page with no modules called "Home". I have tested "Home" with stock modules and it works. The page (called test) I am trying to wrap around forum id 2 is not wrapping around that forum when I click on it. "test" comes with stock modules and I don't see any modules. I have integrated Forumdisplay and Showthread with "Home" Plugin is called Specific Forum based on Product vBadvanced CMPS in hook location vba_cmps_include_getpage (vbacmps). Quote:
|
|
#89
|
|||
|
|||
|
Does anyone know if the plugin for wrapping a specific forum with a specific page still works in VB 4? I am having trouble... Please help !
|
|
#90
|
||||
|
||||
|
If you have friendly URL's enabled in vBulletin then the forumid is not passed in the same way, and I'm not seeing an easy way to extract the forumid from the URL in those cases.
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#91
|
|||
|
|||
|
Hi Brian,
How do I get all the threads within a specified wrapped forum to display the same page wrap as the parent forum? Thanks in advance! |
|
#92
|
|||
|
|||
|
I need something similar to this but it is just not possible or at least I don't know how without initializing the userinfo array or the threadinfo array.
I need this for a site that will have vBSEO installed. My URL scheme is something like site.com/forumid/thread_threadid. I will extract the forumid from the URL because that's the only place in the code at that excecution time where the forumid is available. |
|
#93
|
|||
|
|||
|
Hello Brian, you can use the mod supports the latest version of VB
vBSEO 3.6 wish you success |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| disable modules for specific style/theme | wildo69 | "How Do I..." Questions | 9 | 04-15-2011 03:36 PM |
| Trying to add links to specific forums, in between nav items.. | Emraith | "How Do I..." Questions | 1 | 03-21-2007 10:38 AM |
| left side modules - specific forums | Rebecca | "How Do I..." Questions | 2 | 03-25-2006 07:13 AM |
| Modules for specific pages | angelosms | Troubleshooting & Problems | 8 | 12-25-2005 01:08 AM |
| Modules only one a specific style | e-steki | "How Do I..." Questions | 7 | 12-23-2005 01:19 PM |