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.


All times are GMT. The time now is 11:07 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
  • Page Generation 0.01600 seconds
  • Memory Usage 1,765KB
  • 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_php_printable
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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