![]() |
Davey - That's a function that is only in vB3.0.0+. I'm not sure if there are any other issues with RC2 or not, so your best bet may be to upgrade.
Halarkin - You're running vBa Homepage, not the CMPS. MnBthunDER - Just add a template and then add that template as a new module. Or, I believe there is a module for this posted at vbadvanced.com Megadeuce - No. Once you upgrade though you will need to upload the vbacmps_install.php file to your admincp directory and select the option to re-install the templates. And of course you will need to re-apply the file modifications to the new version as well. ambrosious - It loads pretty quick on your site as a guest. If you have the 'Quick Moderation' module enabled then that could create a slow down on larger sites for groups that have permission to view that module. |
Great. Found what I want and it's done :) thanks Tigga
|
Got as far as step one and stopped as changing all the image paths as requested caused broken links on all forum pages using vb3.0.1. The admin_cp paths now are relative, and that's what the vb program is asking for. (ie: from "/images/buttons" to "http://www.xxx.xom/forums/images/buttons"
Q. Is this just a temporary thing until all the modifications for install are made? If so I should wait until there's less traffic on site to make the modification. If not what'd I do wrong? Sorry if this has been asked ... searched the thread and didn't see a post relating to it. Tom |
Thanks! Two questions, as I am ready to fire this up.
One: The reputation images didn't make the transfer. I have the path right, but I get text, and with those with REAL high it skews the entire threads. Two: I created navbar2, where do I put the $navbar2 request? I tried in the template adv_portal but it didn't show up. Ok, three questions. If I rename this file (cmps_index) to index, what happens to my current forum index? Or would it be better to leave the old one intact and call this one AAforumhome? Thanks! |
Since I'm using php 5.01 on FreeBSD I'm getting this error:
Quote:
|
Quote:
<soapbox>Which should be that way out of the box since a lot of people are extending vBulleting outside of the forums folder</soapbox> is important, as they are initially set relative to the forums directory. But CMPS is outside the forums directory. Without making them more absolute, they wouldn't work for CMPS. Make sense? |
Quote:
Try here: http://www.vbadvanced.com/forum/showthread.php?t=1864 Kevin |
I understand the reasoning, I prefer to have the full path. But when I add it vBulletin assumes it's a relative path anyway, so, at least trhough that first step changing:
"images/misc" to "http://www.drsol.info/forums/images/misc" Laves the forum page looking for: "http://www.drsol.info/forums/http://www.drsol.info/forums/images/misc/navbits_start.gif" for example. The other fields seem to be OK. But the Miscellaneous images is doing this no matter how many times it gets cut, or pasted, or hand type, etc. Weird. |
Dang I'll have to get my members access updated. That might take a while. :(
|
Quote:
|
1 Attachment(s)
Everything looks fine so far. One thing though, I want this table centered at 100%. I was hoping it could be done with this CMPS script, but if it can't I might have to consider uninstalling (since that is all I wanted it for).
Still it's a nice setup. Keep up the good work. ps, screenshot attached. |
Quote:
It should be easy enough to center but we'd need to know what method did you take to produce what you're seeing so far. Did you create a module and are then displaying only that module or did you create a new page and are using the Custom Template option of the new page, or .... ? |
1 Attachment(s)
I created a new page, and it gave it a template. The template seems to follow the "Custom Page Content" on the left.
ps, see attch. and the note on the attach screen. |
Quote:
Now, bear in mind, that's assuming that you didn't create any other custom pages using the Custom Page Content that you want to keep on the left. If you did then you'll need to create a new module that does an include on the cmps_guild_members template and then edit your new page to display that new module (your new page would then have "Custom Page Content" clicked off and your new module clicked on). Edit: PS - You missed blurring out one of the URL references (in the description for "Page Identifier"); if you don't want it known you might want to whack the attachment. |
Ah yes, I see. Thanks.
lol it doesn't really matter about that URL biz. :) Not sure why I edited really. :P |
I don't understand how I can get my navigation bar on the left, and my guild_members in the middle. It appears that they both fall under Custom Page Content (navigation bar is in the middle now where i don't want it.)
I tried creating a new module to place the navigation template to be called from it and placed the navigation module on the left, but it doesn't work for some reason. This is complicated stuff. |
Quote:
For what you're trying to I'd recommend (a) moving your navigation stuff to be in a new module so that you could then reference it from multiple pages; (b) change the Custom Page Content module back to the middle column; and then (c) on your new page you created go ahead like you did it above of having your cmps_guild_members template in the Custom Page Content field of the page. The end result should your navigation panel in the left column and your guild members module shown in the middle. Once you get the hang of the Custom Page Content usage it becomes really easy to add new pages but, I'll admit, when I first installed vBa CMPS the concept threw me off and I had to get some insight from Tigga before I really understood it. Edit: What kind of problem did you have when you tried making your new navigation module? If you let us know the steps you took and the results you got I'm sure we can get you up & running. |
1 Attachment(s)
OK you're being very helpful, but like you said this is quite complicated, and difficult to explain for a n00b like me :P
check attachments. cmps_listofmemb.jpg: This is the listing of members when you visit index.php?p=members. This is working as planned. On a sidenote, I wondered if this is possible to grab all the users who belong in the usergroup '8' automatically. But if this is not possible, it's not a problem. cmps_navmod.jpg: This is the module I created for the navigation bar. cmps_custpage.jpg: This is how the Custom Page Content looks. cmps_nonav.jpg: The nav bar should be where the "online users" bit is. cmps_page_home.jpg: This is how the home 'page' setup looks. cmps_page_members.jpg: This is how the guild members 'page' setup looks. cmps_temp_members.jpg: This is the members list template. As you can see, the contents have been hard coded into the html. I don't know where to begin trying to make that automated (select the users from that usergroup and insert them manually, like I said this probably can't be done so therefore I am not too bothered). This comes out okay. cmps_temp_nav.jpg: This is the navigation template. If you need any more info, just ask. |
Quote:
Try this.... (a) Rename your cmps_home_nav template to be adv_portal_cmps_home_nav instead; all of the vBadvanced CMPS templates should be prefixed with "adv_portal_" as part of the name. (b) Change your "NavBar" module to clear the field named "Templates Used" so it's blank. Since the module is 'including' the template already in the "Or Template to Include" section you don't have to specify it again. Don't make any other changes to the module other than clearing out the "Templates Used" field. (c) Change your "Default / Homepage" page to clear the field named "Page Template" so it's blank. You only need to fill that in if you are using the Custom Page Content module. On your home page you're not using that module currently so the value for "Page Template" would be blank and the "Custom Page Content" should be unchecked like you have it now. Make those changes, save everything, and your navigation bar should start appearing on your homepage. For your "Guild Members" page everything is working fine but if you want the navigation bar to appear on that page also then change the page, after you did the steps above, so that the "Navbar" module is checked on. The only other thing I'd do is rename your "cmps_guildmembers" template to "adv_portal_cmps_guildmembers" so that all of your vBadvanced templates are kept together. If you do rename it then be sure to update the "Page Template" field on the "Guild Members" page to the new name. Give that a go and you should be OK. If something is still broken I'll be back at a computer again in about 5 or 6 hours so I'll check in then. |
That worked amazingly. OMG, you've been fantastic! :D
I hate to ask too much, but what are your comments on making the members list automatically selecting all members from group id '8'? Is this possible for a n00b like myself? lol |
Quote:
|
Ah okay np.
|
i get a weird error anyones have soem suggestions "Warning: chdir(): No such file or directory (errno 2) in /home/spiritno/public_html/cmps_index.php on line 19
Warning: main(./global.php): failed to open stream: No such file or directory in /home/spiritno/public_html/cmps_index.php on line 25 Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/spiritno/public_html/cmps_index.php on line 25" EDIT #1: I don't know what i did but i fixed that problem but none of the images show up now >_< (meaning banner, and buttons) This is the button that won't show up on portal but show up in fourm here is the file path for it images/icon/icon1.gif Edit #2: When i have the board turned off it can't find a picture >_> but when it is turned back on everything loads weird eh? Well Great Hack i love it XD |
Quote:
e.g. you will need to change images/icon/icon1.gif to http://www.yourdomain.com/forum/images/icon/icon1.gif |
Thanx thats what i did it, turnd out to jsut be that style, but when i close the forums some of the pics don't show up still and i have full urls, but that doesn't matter when they are closed only staff can see it anyways ^___^...btw how do i edit custom page content
|
I just tried installing this hack and have an error and can't figure it out.
Quote:
Some one help me out please? PS I would have posted this on the vbadvanced, but for some reason I can't post anything there, or look at any threads. Done all the stuff to prove my license, so not sure what is going on there. Any ideas?? |
Great portal from what I've seen. I've installed it (my forums site is at www.gamehub.co.uk), but when I ran the install script, I got this error:
Quote:
|
I have read this whole thread and no one has explained why the images do not show up for some themes. I have all of the this an example:
The recent settings (in my Admin CP): Title Image: http://www.mysite.com/forum/chromo/misc/vbulletin3_logo_white.gif Once I right click on the missing image on the portal page, this is the path that it shows for the title image: http://www.mysite.com/chromo/misc/vbulletin3_logo_white.gif This is the same situation for my nav bar as well ... everything is pointing to the root, and not in the forum folder. I will continue to post this until someone explain how to fix it. There are several members here with this problem and whoever has the solution to it will be blessed in my book. I've had this problem in the 2.x version and I had to copy the header from the main forum into the header template in the myvbindex header. From reading these threads and the instructions on how to install this, I shouldn't have to do this. |
Quote:
I had the same problem and the error message was appearing at the top of the page. The problem is in your index.php file. If you look at the full path to your forum line. it should read something like /home/yourwebsitename/public_html/forums NOT http://www.yoursite.com/forums I no longer get that error message as far as "Warning: chdir(): No such file or directory (errno 2) in /home/spiritno/public_html/cmps_index.php on line 19" goes. Also, I changed the name of my index.php to indes.old.php and the file cmps_index.php was renamed to index.php. Hope this helps. |
Hello,
This is a great addition to my forum. I have it up and running, however there are some image placeholders with x's in them even though I changed the image directory lines as instructed. Also, where is my main forum? Lastly, do I need to create a forum on my main board to feed info to a homepage poll? Please help. If I missed the instructions on how this is done, please point me to the right direction and I'll gladly read. Thanks |
|
It looks nice italks, but where is your main forum?
|
Wow. I just wanted to say that I'm really impressed with this hack - and I've only just installed it. I've been using vbadvanced hp on my old board version and this is leaps and bounds functionality/organization wise.
Rock on. |
Hi. Installed this with relative ease but there is one issue. I installed this as a top level file, where as the forum is in the directory /board.
All of the links to PM, Profile, Content etc work, but the three links at the bottom: View Forum Leaders | Mark Forums Read | Log Out Do not, they don't seem to have the /board prefix before them. How would I sort this out? http://www.aircrafted.com/index.php is the page if you need to see it, thanks. |
Never mind template edits, Doh.
Fixed, installed, Thanks! |
This is the best hack ever.
Thanks much! :up: |
Quote:
|
How do I solve the problem I'm having?
|
Nothing is showing except my header and footer:
http://www.myfootballforum.com/cmps_index.php Why is this? |
You need to rename cmps_index.php to index.php for one thing.
|
All times are GMT. The time now is 01:18 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:
|