![]() |
Quote:
|
Thanks "KW802" for helping to improve this wonderful mod.
/ When a register user trying to visit the forum or thread that needs the moderation permission he/she does NOT see the " vb no permission page " !! and he /she just gets the " Page load error " in the browser :" ERROR : The page isn't redirecting properly " is there any fixes ? |
Quote:
|
Quote:
|
I would love to be able to understand what this mod really does?
|
Main Domain : www.mmobrowser.com
Forum : www.mmobrowser.com/forum/ Wildcard Domains allowed for .mmobrowser.com [wow.mmobrowser.com/forum] bbtitle=WoW-MB-Forum bburl=wow.mmobrowser.com/forum homeurl=www.mmobrowser.com/forum/world-warcraft-warcraft-8/ catids=8 styleid=3 cookiedomain=www.mmobrowser.com/forum/ facebookappid=... facebooksecret=... ---------------- What's wrong ? |
Quote:
One of the hardest parts of opening a new forum is getting people to register, so this would let all your existing users be automatically registered at your new forum. Just remember that even though it's one install vBulletin requires a license for each unique domain. |
Can anyone please answer these questions? I would much appreciate it:
Quote:
|
Quote:
Quote:
|
I have found an interesting way to use this mod that will suit my needs and have some preliminary testing and looks good. I am posting this just in case anyone else is interested and it may help them.
My site is setup using: mydomain.net (the main domain) mydomain.com.au mydomain.ca mydomain.us mydomain.co.uk etc My Problems using this mod as is are: 1. The different styles seem to muck up after I log into the Admin panel (possibly just my site) 2. Many of my mods are licensed to one domain so I have to force users to the specific domain that has the license for the mod and then force them back to the domain of their choice 3. Mods like vba Dynamics etc requires hard coding of domain (have tried ../ but doesn't work properly) 4. If you have a mod that you want to be different per domain you can't install the mod several times in the one vb install to get it different per domain (eg Google Map to display Australia for .com.au, display UK for .co.uk, display USA for .us etc) 5. If I set my site up with the way I wanted to with multiple installs of the same mods that are tailored to the different domains I would end up with over 1,300 tables So what I have done does require extra work and perhaps defeats the full purpose of this mod but gives you far more control over having different domains...it does cost more as well because you do need separate vb licenses. I have several domains which are their own accounts in cPanel...no parked or sub domains...they are domains in their own right. Each domain has a vb installation. I installed this mod in each vb instance in each domain Except for my main domain of .net I then renamed several tables in each of the other domains to table_old...user, userfield, usertextfield, pm, pmtext, pmreceipt, visitormessage, userlist, profilevisitor, sigparsed, sigpic, customprofilepic, customavatar, session etc I then created a table "View" of those renamed tables using my main domain database...this basically shares the same users, pms, userfields etc across all sites. The Cerberus mod takes care of the cookie, salt etc. So any user that registers, logs in or out is registered across all sites, logged in to all sites or logs out of all sites. As I said it is more work as you have an Admin Control Panel per site and you need a vb license per site but it gives you complete control over all your sites in tailoring them to exactly what you want. The other great thing with this is that the Search Engines treat each one of your sites completely separate giving you the opportunity top saturate Google placing a lot more. So this post is just as perhaps and alternative for those that this mod, like me, doesn't exactly tick all the boxes 101% |
Just to avoid confusion later I want to point out in iBaker's scenario above you'd still need to buy a separate vB license for each of those domains even if you only has one actual copy of vBulletin installed.
Multiple domains (domain1.com, domain2.com) = multiple licenses, CERBERUS or not. Sub domains (sub.domain.com, sub2.domain.com) = 1 license only |
Quote:
|
Quote:
|
Quote:
Also, in the addon there is the plugin to disable the archive and as mentioned in earlier posts the errors associated with having it turned on. What do you think was the authors intention of having the archive turned off? Because if you just disable the archive plugin component of the mod the archive works ok although showing all the forums for all domains...so it it possible due to search engines not distinguishing the different domains by using the archive? |
Quote:
Quote:
|
Quote:
Quote:
|
Is there a way to get people who register on domain1 to be added to usergroup 'domain1 registered' automatically, and people who register on domain2 to be added usergroup 'domain2' automatically?
Excellent mod btw :) |
So has anybody started playing with the mobile style in 4.1.2 yet? If so, you'll haven no doubt realized already that the code to autodetect the browser type does not play nice with Cerberus since Cerberus will override the style to the one specified in the ACP options.
I've got some quick code done today to allow Cerberus to have multiple styles per domain set in the ACP. :D Still need to work out the mobile style selections though. For those who have started playing with the mobile style, my question to you is this... For your multiple domains, in regards to having a 'full' style and a 'mobile' style (well, actually two different mobile styles since you can specify a modern & basic style), are you more inclined to...Thoughts? :confused:a) Have different mobile styles that would be unique to each domain?... or wold you likely go with: |
b for me.
And yes, I found out that the skin doesn't play nice with cerberus. Crashed the site and locked me out. I needed tools.php to rebuild forum view and get back in. How can we hide skins when the mobile skin needs to be set to 'Allow users to select styles' ? That seems not possible currently. |
Quote:
Quote:
If you take a look at my Cerberus test site (CinVin / Verizon Talk / Lower Pottsgrove) for the bottom left style selector, you'll see what I've been up to today. The site is now configured to allow users to change styles. Normally this would be turned off for Cerberus since Cerberus would force a single style. Instead I have it so you can specify multiple style IDs in the Cerberus ACP settings to allow for multiple styles per domain. This will allow admins to have as many styles as they want for each domain to be available to the user. For those three sites I have four styles 'checked' as being selectable by the user, a unique style for each site and then the (currently) shared mobile style for all sites. That means inside of the ACP Style Manager I have a total of 4 styles turned on that can be selected by the user but I have Cerberus configured to only allow specific styles per domain. That way when a visitor on the CinVin site they can see the CinVin full style and the shared mobile style but none of the other full styles for the other domain. When on VZ Talk the user gets the full style for that site (the red design) and the mobile style but not the CinVin style. Then the same for the last domain. Just like category IDs that can be either unique per domain or shared amongst domains, style IDs can be set the same. The next step was deciding how much further to take it with the mobile style, whether to allow a unique mobile style setting per domain or to just assume that the same mobile style will be used on all domains but then to add a setting to change the mobile style's log per domain. At this point in the game I can't see too many admins doing a per domain mobile style, as opposed to a per domain mobile style logo. But... I know, I know, the right thing to do would be to allow for the first option, of a specific mobile style per domain, since that gives the most flexibility. I won't have a chance to work on it again until this weekend so I'll see then what direction it takes me. ... and, yes, the mobile style detection does work if you visit the sites on a mobile device. :) |
Another neat option would be to have forum manager categorize all subforums by site (maybe on different pages)
|
Do you offer professional installation service? Got some problems with the navbar links, as it uses sometimes the domain, which is entered in the vbulletin acp (i am using vbseo)...
|
Quote:
|
Hoping maybe someone can help me with this. I have the what's new set to show what is going on from all domains.
Problem is, cross domain navigation doesn't work right. When clicking to be taken to the first unread post on a different domain from the one you are on it takes you to the first page instead, necessitating a second click to view first unread. Any idea how to resolve this? |
^ Bump :)
|
Quick question - does anyone have an nginx / php-fpm config to share? If not I'll spend some time looking at it ..
|
I have this mod installed and it seems to be working.
For a mobile skin, I would want all my domains to be one skin, but I want one skin anyways, which leads to my question. Can some one tell what I would do to make this change only the skin background or logo for each domain? What I have is a clan gaming site and each subdomain will represent a game and it's forums. I want the skins to be user selectable among multiple skins and just change the logo or background picture for each game. Currently, if I want to produce this effect, it looks like I would have to make 10 versions of each skin (1 for each game) or about 30+ skins total (3+ skins x 10 games), correct? |
Any idea on when this mod will leave Beta stage.....and/or become supported?
|
Quote:
|
Can't get this work with subdomains.
What should i be doing wrong.... ? I'm testing some updates and some hacks in a testing board directory ( mydomain.com/test ) Installed this hack. Created one sub-domain in cpanel called english.mydomain.com and gave the document root the same dir as my testing board (public_html/test) Then, went to hack options and did the settings explained: Quote:
If i browse to mydomain.com/test i can see my normal testing board.... What am i missing? |
Ok!
I have a domain.com y created a sub.domain.com If I go to sub.domain.com not works because it goes to sub.domain.com/content and this is the common cms. But if i put sub.domain.com/forum.php It works!!! BUT! Look the footer!!! it says copy UNREGISTERED!!! |
Happy to announce we got it working with some nginx / proxy magic.
First site has gone into production usage on http://hongkong.geoexpat.com |
Any more pointers on the set up of this please???
|
this work 100%
thanks for this mod this mod help full for my forum :D |
Update i cant acces archive file
how to fix it ? |
It didn't worked for me :(.
I tried to install on my localhost with my vhost config: PHP Code:
PHP Code:
|
|
I feel like an idiot and for someone with an engineering degree that is tough to swallow :) I have installed the product, but after reading all the pages here, and every link, I cannot for the life of me understand what you all are talking about. Does ANYONE have a how to use for this? Install it by adding product I got, but then what? Edit what, click where? I see nothing new in my CPAdmin and nothing here to tell me what to do. It is like everyone has experience with vBulletin and expects us new folks to read minds and go to unknown areas. Please post some how to make peanut butter and jelly sandwich directions so we can all expand or knowledge.
Please help :) |
adminCP > settings > vbcerberus
Fill in the needed settings. Use examples from this thread. |
Sometimes it's the simple things in life that are the most frustrating :) I swear I looked there oh, 5071 times, and my teen son did too and did not see anything - now, magically there is :) Thank you!! I think your single line should be bolded, flashing red and put up in the How to on this mods installation :)
|
All times are GMT. The time now is 10:03 PM. |
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:
|