vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBadvanced CMPS (https://vborg.vbsupport.ru/forumdisplay.php?f=101)
-   -   vBadvanced CMPS - Old Support Thread (https://vborg.vbsupport.ru/showthread.php?t=73845)

TheMusicMan 11-05-2004 02:15 PM

Quote:

Originally Posted by jarvis
Great. Thank you for the update. I look forward to visiting his site and putting the hack to use. :)

Hey no probs Jarvis.... you are very welcome.

I am just setting up my 3rd vB forum that uses vBa... I love it. I use one on my busy site, my son uses it on his and I am just setting up one for my wife. Happy to help you in my limited way whenever I can... :) I am happy to let you have the 3 sites I use it on if you want a peek, here you go... one, two and three...:):)

John

SamirDarji 11-05-2004 06:17 PM

Quote:

Originally Posted by DaPro
Hey, I have a bit of a template problem, when I installed this portal onto my forums I got this line going down the left side that seems to be underneath everything on the left side. I have no idea where it came from as I disabled all on the left side. Can anyone help, here is a live view: http://www.otakutalk.com

Any help is appreciated!

I see the line. It seems be caused by a carriage return in the html or something like that. Try using a different style and see if you can narrow it down that way. I believe it's something in the style that's causing that.

Tru Smiles 11-06-2004 07:02 PM

I'm having ugly problems with the image path. When I set the style to /forum, some of the images on my forum page don't load, and it makes no difference to the actual index - They miss out the forum directory altogether, so no images loading at all.

I'm using a skin other than the default one, but I don't see how it should affect it, but anything I do does not seem to make the slightest difference, or it makes the images on the main forum get worse.

This is frustrating me like you wouldn't believe. I'm tried installing the hack and the skin twice already >_<;;

traderx 11-06-2004 07:27 PM

Quote:

Originally Posted by Tru Smiles
I'm having ugly problems with the image path. When I set the style to /forum, some of the images on my forum page don't load, and it makes no difference to the actual index - They miss out the forum directory altogether, so no images loading at all.

I'm using a skin other than the default one, but I don't see how it should affect it, but anything I do does not seem to make the slightest difference, or it makes the images on the main forum get worse.

This is frustrating me like you wouldn't believe. I'm tried installing the hack and the skin twice already >_<;;


This a direct quote from the install readme that is included in the script
Quote:

Step 1 - Admin CP Modifications
Go to your Style Manager under "Styles & Templates" in your Admin CP. Choose to modify All Style Options. On this page, you will see a section for "Image Paths". Here you must change the path for each image directory (Title Image, Button Images Folder, Miscellaneous Images Folder, etc) to the full path (ex - /forum/images or http://yoursite.com/forum/images).

You must do this for each of your styles, otherwise your images will not show up!

Tru Smiles 11-06-2004 07:39 PM

I'm not stupid, I HAVE done that. Actually, I should point out that the actual icons and noavatar images are loading fine. Its my normal skin images that are not o_O

blueuniverse 11-07-2004 03:10 PM

I am planning on setting up something along these lines as a revision for my current site. Link. I'm not sure how flexible it might be for this though, so I've got a few questions to ask.

How easy is it to extensively modify in the display, and probably the code too. I am going for a pretty complex look, so it will hopefully look absolutely nothing like vbulletin in the end. I'll post a link to the new design if you want, but its sort of the colours I've got now, but with rounded sidebars and a rounded navbar.

Firstly, how easy is it to remove modules, so there are only 1 or 2 left. I'll probably only need log in, links to different pages (can this be user specified) and who's online down the sides. In the middle, I'll probably only need latest post (can this be set to just 1, and for just 1 category?).

Also, would it be possible to have another section lower down on the page, where I could have a post that rotates with other posts in the forum? Or, if this isn't possible is it possible to have another block at the bottom, which works by showing the latest post, from one of the forums. For this, would it be possible to name it, and also remove the buttons to comment it etc. I'd also need both post things, to be able to lose the who posted it thing, and if there is an avatar by it, they'd probs need to be replaced by a pic, if this is possible?

How easy is it to create pages as well, and what can go on these. Can you post any php code or html code to go on these pages?

Finally, how much would it cost to remove the copyright?

Thanks for the help.

traderx 11-08-2004 05:11 PM

1 Attachment(s)
Hello all, perhaps someone can help me here. I have been able to add left and right columns using modules but I am having a problem on some pages. The pages that I can't get them to load is New Post... if there IS NOT any new pages. I was told that it probably is an error template, I tried making the changes to functions.php below

I put this in the beginning of the file:
PHP Code:

define('VBA_PORTAL'true);
define('VBA_PAGE''include'); 

Find this:
PHP Code:

eval('print_output("' fetch_template('$templatename') . '");'); 

Replace with:
PHP Code:

eval('$HTML = "' fetch_template($templatename) . '";'); 
print_portal_output($home$HTML); 

Now after I do this it show up like the attachment.... Anyone know how I can fix this so I can get my left and right column to show up in my error pages?

Thanks to all the reply
Coll

SamirDarji 11-09-2004 01:32 AM

Quote:

Originally Posted by Tru Smiles
I'm not stupid, I HAVE done that. Actually, I should point out that the actual icons and noavatar images are loading fine. Its my normal skin images that are not o_O

I'd look and see where the skin is putting its images. It may not be in the default place. That's the only place I can think to start.

Torqued 11-09-2004 01:38 AM

Quote:

Originally Posted by Tru Smiles
I'm not stupid, I HAVE done that. Actually, I should point out that the actual icons and noavatar images are loading fine. Its my normal skin images that are not o_O

If you do a right-click, properties on the broken images, what is the path that it is looking for?

SamirDarji 11-09-2004 01:44 AM

Quote:

Originally Posted by blueuniverse
How easy is it to extensively modify in the display, and probably the code too.

If you can mod vb's php files and templates, then you can mod this.

Quote:

Originally Posted by blueuniverse
Firstly, how easy is it to remove modules, so there are only 1 or 2 left.

Very, very, very easy. If you can add and remove forums and usergroups, you can do the same with modules.
Quote:

Originally Posted by blueuniverse
Also, would it be possible to have another section lower down on the page, where I could have a post that rotates with other posts in the forum? Or, if this isn't possible is it possible to have another block at the bottom, which works by showing the latest post, from one of the forums. For this, would it be possible to name it, and also remove the buttons to comment it etc. I'd also need both post things, to be able to lose the who posted it thing, and if there is an avatar by it, they'd probs need to be replaced by a pic, if this is possible?

Some of this will require some mods or custom php, but it's easy to integrate things like that. The random image and video modules on my site at www.huntsvillecarscene.com were done from scratch.
Quote:

Originally Posted by blueuniverse
How easy is it to create pages as well, and what can go on these. Can you post any php code or html code to go on these pages?

Very, very, very easy. If you can add and remove forums and usergroups, you can do the same with pages. You can have php, html or a mixture of both.
Quote:

Originally Posted by blueuniverse
Finally, how much would it cost to remove the copyright?

That I don't know. :D See www.vbadvanced.com and do a search. There's a wealth of information there too.

blueuniverse 11-09-2004 05:56 AM

Ok, thanks for all that help there. Branding fee is $39.99 per website, for anybody who has the same problem.

SamirDarji 11-09-2004 09:05 PM

Welcome. I learned something new--I didn't know you could remove the copyright at all. :D

Mico1 11-11-2004 11:56 AM

Hi

Does this work ok with VB version 3.03

klaattu 11-11-2004 02:49 PM

Quote:

Originally Posted by Mico1
Hi

Does this work ok with VB version 3.03


works like a dream!!!

check this:

www.automania.com.mx

my advice:
read the instructions TWICE and then do the hack...

regards

KTBleeding 11-12-2004 12:24 AM

I really really think it should have been included in the instructions to remove the period at the front of "./forums" in the chdir.. I have a lot of experience installing mods and I couldn't figure out why that wasn't working for me.

This will fix everyone with the "erno 2" error.

h75 11-12-2004 09:13 AM

Nobody can help me? or is it dispensable?????? :disappointed: :disappointed: :disappointed:

What ist that???? :ermm:

Quote:

Target: http://vbadvanced.com/
Please, validate your XML document first!

Line 168

Column 67

Element type "table" must be followed by either attribute specifications, ">" or "/>".
Quote:

Target: http://halloo.de
Please, validate your XML document first!

Line 5

Column 125

Element type "table" must be followed by either attribute specifications, ">" or "/>".
only on Portal

Portal: http://jigsaw.w3.org/css-validator/v...o.de/index.php
Forum: http://jigsaw.w3.org/css-validator/v...o.de/forum.php

cdoyle 11-13-2004 09:28 PM

I'm having a problem with the install script, I've gotten all the way to where it's say's 'updating image paths' Well it's not doing anything? It just sits there.

I've tried running it a couple times, and it get stuck here.

Any ideas?
I'm pretty sure I put the full path to my forums.
Here is what I put the button folder path
http://www.caraudiocentral.net/forums/images/buttons

That should be it right?

cdoyle 11-13-2004 09:51 PM

OK, nevermind on the last one I think. Just took forever, but it finally finished.

So now I'm not sure, what do I need to do?

I see the new options in my admincp, do I need to create a new page now?
I guess, what I don't understand is how do I create the new entrance page?

http://www.caraudiocentral.net?

Action-N 11-14-2004 12:51 AM

Quote:

Originally Posted by cdoyle
OK, nevermind on the last one I think. Just took forever, but it finally finished.

So now I'm not sure, what do I need to do?

I see the new options in my admincp, do I need to create a new page now?
I guess, what I don't understand is how do I create the new entrance page?

http://www.caraudiocentral.net?

Open up cmps_index.php an look for chdir('./forum') changeforum to "forums" then save as index.php. Upload to your server, and delete or remane the index.html you have there now with that irritating redirector on it.

cdoyle 11-14-2004 02:41 AM

Thanks,
I just got it to work, about the time you replied.

Thanks for your help anyways.

Chris.

BaBa2002 11-14-2004 03:11 PM

after that the vbadvanced works perfect for a few weeks
i got now this problem
can anybody help me fixing this?

Code:

Database error in vBulletin 3.0.3:

Invalid SQL:
                        SELECT IF(votenum >= 1, votenum, 0) AS votenum, IF(votenum >= 1 AND votenum != 0, votetotal / votenum, 0) AS voteavg,
                        thread.threadid, thread.title, replycount, postusername, postuserid, thread.dateline AS postdateline, thread.lastposter, thread.lastpost, IF(views<=replycount, replycount+1, views) AS views, forumid, post.postid, pagetext, allowsmilie
                        , showsignature, usertextfield.signature
                  ,thread.iconid AS threadiconid, iconpath AS threadiconpath
                  , avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline AS avatardateline, avatarrevision
                  , NOT ISNULL(subscribethread.subscribethreadid) AS subscribed 
                  , attachment.filename, attachment.filesize, attachment.visible, attachmentid, counter, thumbnail, LENGTH(thumbnail) AS thumbnailsize
                        FROM thread AS thread
                        LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
                  LEFT JOIN icon USING (iconid)
                  LEFT JOIN attachment AS attachment ON (post.postid = attachment.postid)
                        LEFT JOIN user AS user ON (user.userid = post.userid)
                       
                        LEFT JOIN usertextfield AS usertextfield ON (post.userid = usertextfield.userid)
                 
                                LEFT JOIN avatar as avatar ON (avatar.avatarid = user.avatarid)
                                LEFT JOIN customavatar as customavatar ON (customavatar.userid = user.userid)
                       
                  LEFT JOIN subscribethread AS subscribethread ON (subscribethread.threadid = thread.threadid AND subscribethread.userid = '1')
                        LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
                        WHERE forumid IN(14,15) AND thread.visible = 1 AND thread.open != 10 AND deletionlog.primaryid IS NULL
                        GROUP BY post.postid
                        ORDER BY  postdateline DESC
                        LIMIT 4
mysql error: Got error 28 from table handler

mysql error number: 1030


h75 11-15-2004 01:59 PM

Nobody can't help me? or is it dispensable?????? :disappointed:
https://vborg.vbsupport.ru/showpost....&postcount=377

Pllllllleeeeeeaaaaaaaaccccceee :disappointed:

Torqued 11-15-2004 02:18 PM

h75:

you may want to ask at http://www.vbadvanced.com/ as well.

h75 11-15-2004 02:22 PM

I also postet it there, but the Thread was not considered!

http://www.vbadvanced.com/forum/show...7707#post17707

Action-N 11-15-2004 06:24 PM

Quote:

Originally Posted by h75
I also postet it there, but the Thread was not considered!

http://www.vbadvanced.com/forum/show...7707#post17707

Don't be a whiner, whiners don't get helped as you can see. Reading the errors it looks like like there is an HTML table tag that doesn't get closed. So start opening some templates an track it down yourself, maybe you'll learn something.

SamirDarji 11-16-2004 03:45 PM

Try also checking the database itself for errors.

h75 11-17-2004 12:35 AM

I found that ++++ty error!!! :eek: :eek:

WRONG!!! :ninja:
Quote:

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder"width="100%">
RIGHT!!! :)
Quote:

<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
CHANGE THIS IS ANY TEMPLATES please !!!!

sjenkins 11-17-2004 05:31 AM

Guys,
Doing something really wrong...I am getting a message :

Warning: main(./includes/init.php): failed to open stream: No such file or directory in /home/sjenkins/public_html/upload/admincp/global.php on line 50

Fatal error: main(): Failed opening required './includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/sjenkins/public_html/upload/admincp/global.php on line 50

Any thoughts ?

COTTEN 11-17-2004 05:52 AM

I need a lil help....I did the whole edit in dreamweaver and everything seems to be working on the forum and everywhere else.....BUT...this is what I get when I hit the home page......

Fatal error: Call to undefined function: print_portal_output() in /home/httpd/vhosts/rideartcustoms.com/httpdocs/index.php on line 27

do I need to edit on note pad and redo it all or what...?

please help.... :disappointed:

traderx 11-17-2004 07:42 AM

Quote:

Originally Posted by sjenkins
Guys,
Doing something really wrong...I am getting a message :

Warning: main(./includes/init.php): failed to open stream: No such file or directory in /home/sjenkins/public_html/upload/admincp/global.php on line 50

Fatal error: main(): Failed opening required './includes/init.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/sjenkins/public_html/upload/admincp/global.php on line 50


Any thoughts ?

hmmm what the deal with the upload folder.... that might be it

blueuniverse 11-21-2004 05:20 AM

Currently my forum is in the root directory of my site, but I want to run the portal as well (while keeping the forums using the index.php file) How easy would it be to change the file name to portal.php and have it in the same directory as my current forums?

NSeXcellent 11-21-2004 10:17 PM

Can anyone link me to some simple instructions on adding a module?

I'd like to simply add a module with some links to friends sites and button links to sponsor sites. I'm not really sure how to do this at this point. I dont have time to read through 27 pages :)

Thanks in advance.

SamirDarji 11-22-2004 04:31 AM

Quote:

Originally Posted by blueuniverse
Currently my forum is in the root directory of my site, but I want to run the portal as well (while keeping the forums using the index.php file) How easy would it be to change the file name to portal.php and have it in the same directory as my current forums?

That's the way the portal works by default except the file name is cmps_index.php. I think you can change it to portal.php without any other changes and it should work fine.

SamirDarji 11-22-2004 04:33 AM

Quote:

Originally Posted by NSeXcellent
Can anyone link me to some simple instructions on adding a module?

I'd like to simply add a module with some links to friends sites and button links to sponsor sites. I'm not really sure how to do this at this point. I dont have time to read through 27 pages :)

Thanks in advance.

Check out www.vbadvanced.com and do a search for "basic module". I believe it is by cLord. That's what I initially used too.

blueuniverse 11-22-2004 05:56 AM

Thanks, I'll try it out later

PennylessZ28 11-24-2004 09:30 AM

I keep getting

Code:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /disk3/home2/web/beginner/fbody/global.php on line 26

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /disk3/home2/web/beginner/fbody/global.php on line 41

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /disk3/home2/web/beginner/fbody/global.php on line 48

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /disk3/home2/web/beginner/fbody/includes/init.php on line 518



    Unable to add cookies, header already sent.
    File: /disk3/home2/web/beginner/fbody/global.php
    Line: 26

My index dir matches perfectly. Redid Global a few times, whats up?

SeanThomps 11-29-2004 06:51 AM

Any way to make the header logo on the portal page direct users to the forums instead of merely being the link to the portal page you are already are on (since there are no sub-pages for the portal).

In other words, on http://www.volconvo.com the logo would point to volconvo.com/forums

Great mod by the way. I'm not anywhere near an expert, and this was easy to install, and it's very flexible. I thought I would have had to start deleting things to get it to look like I have, but the modules section makes it easy :D

Paul M 11-29-2004 06:55 AM

Quote:

Originally Posted by HR3rdGen
I keep getting

Code:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /disk3/home2/web/beginner/fbody/global.php on line 26

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /disk3/home2/web/beginner/fbody/global.php on line 41

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /disk3/home2/web/beginner/fbody/global.php on line 48

Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /disk3/home2/web/beginner/fbody/includes/init.php on line 518



    Unable to add cookies, header already sent.
    File: /disk3/home2/web/beginner/fbody/global.php
    Line: 26

My index dir matches perfectly. Redid Global a few times, whats up?

That looks familiar from another topic, and was due to trying to run the code on php5.

afterglow 12-01-2004 09:25 AM

I've successfully installed the portal and my forum is working perfectly.
I have 3 commercial templates bought from vbstyles installed in the forum.
It shows up properly inside the forum when you choose a template but not in the portal. Could someone really coach me on how to make the styles i have
show up on the portal as well? I'm not good at programming and hav just
been learning how to use vbulletin. I need a very clear instruction on how to
do this. Please. please.

Regards,
afterglow

Itworx4me 12-01-2004 03:11 PM

Quote:

Originally Posted by afterglow
I've successfully installed the portal and my forum is working perfectly.
I have 3 commercial templates bought from vbstyles installed in the forum.
It shows up properly inside the forum when you choose a template but not in the portal. Could someone really coach me on how to make the styles i have
show up on the portal as well? I'm not good at programming and hav just
been learning how to use vbulletin. I need a very clear instruction on how to
do this. Please. please.

Regards,
afterglow

Can we get a link to your site???


All times are GMT. The time now is 07:01 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
  • Page Generation 0.02044 seconds
  • Memory Usage 1,877KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (3)bbcode_php_printable
  • (23)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete