vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBadvanced Homepage (https://vborg.vbsupport.ru/showthread.php?t=59803)

cosmin 02-09-2004 08:17 PM

--
yeah! :) ... more than one person interested in a PhotoPost addon through this awesome portal :)

PET 02-09-2004 08:35 PM

Salut cosmin ce faci pe aici ?

Tigga - I want the topics to be shown like this :

Article in Topic 1 - by PET - date.... views - replyes
Article in Topic 2 - by PET - date....
Article in Topic 3 - by PET - date....
Article in Topic 4 - by PET - date....

This shall be normal text in the middle tabel. How can i do this ? I want this to be created automatic. I could to that by normal templates...but i don't know how to do the VIEWS and REPLYES.

Also...i still need help with the NEWS thing.

cosmin 02-09-2004 09:08 PM

--
lol... ne cunoastem PET ?!?! :D

... actually, when vB3 Gold is released we want to upgrade royouth to vB3 and PhotoPost 4.6.6 .... so we 'get with the times' :) ...

as i was saying.. do i know you?! please PM me if you are a member on royouth :)

Littlebit 02-09-2004 09:57 PM

Quote:

Originally Posted by cosmin
--
QUESTION: how did you incorporate the portal template with PhotoPost in your differentdawn.com link you provided in the first post as an example of this portals usage?

i've been looking for a portal for vb3 that has an easy way of incorporating multimple skins for vb3.

Cosmin,
It isn't photopost...it's a gallery in the beta stages that, imo, is much, much better...the coolest thing is, it's in the works by Tigga which is why it will easily intergrate with vB including his vBadvanced. :)

SVTBlackLight01 02-09-2004 10:03 PM

How are you calling the photos?

Littlebit 02-09-2004 10:35 PM

That's a Tigga question. I'm pretty sure the mod will be available for everyone once he releases his gallery on www.vbadvanced.com :)

infiniterb 02-09-2004 10:39 PM

Can someone check out www.clantt.com and let me know why my news posts are starting to come out of the main table?

Thanks in advance :)

SVTBlackLight01 02-09-2004 10:47 PM

Quote:

Originally Posted by Littlebit
That's a Tigga question. I'm pretty sure the mod will be available for everyone once he releases his gallery on www.vbadvanced.com :)

I probably won't be using his gallery unless there is a Photopost importer. I already have a remote image script for Photopost, I just don't know how to use it in the templates. :confused:

Kalakov 02-10-2004 12:39 PM

very nice and easy to install portal :)


how can i change Arcade link to www.site.com/forums/arcade.php?

now its www.site.com/arcade.php so that doasnt work, also how do i add a link for peeps to go back to the main site via the forum

Zachery 02-10-2004 12:40 PM

Use a full path in the nav bar :)

Oh and we have been nominated for HOTM Please vote if you Feel we deserve it :D

Alien 02-10-2004 04:57 PM

Now testing in beta...

Works great and going to make it part of our new skin we'll have up in about a week. :D

PET 02-10-2004 06:37 PM

Quote:

Originally Posted by cosmin
--
lol... ne cunoastem PET ?!?! :D

Neah...nu cred :) din ce oras esti ?

Faranth...i have registred to the vBadvanced forum....greate support :)

Kalakov 02-11-2004 01:38 AM

got a strange prob i'm using Firebird everything looks allright but if i use iexplorer i get x images the path to the images is www.site.com/foruimsimagesbuttons/edit.gif <-- this is wrong but it works with Firebird but gives X error with iexplorer so how do i edit all image paths to www.site.com/forums/images/buttons/edit.gif ? :)

Osterling 02-11-2004 09:56 PM

how much skills do you need to make other vbadvance pages, becus i read the how to and am still completly lost.

Cloudrunner 02-12-2004 12:15 AM

I remember reading somewhere in all these posts someone requesting to have the right column disappear when using the ?page=blah fucntionality with this hack.

Please forgive me if I am repeating someone else's work, but I cannot find that post again.

I have slightly adjusted the index template to be able to do this. i.e. when you call: http://www.yourdomain.com/index.php?page=blah then the right column disappears. Under all other instances it stays.

Here's how to do it:

in your index template under the index group find the following code:
Code:

<td valign="top" width="175">
       
        $custom2

above that add:
Code:

<if condition="!$page">
then find the following code:
Code:

<!-- End Latest Threads -->
and add below that:
Code:

</if>
then save the template. Now the right column will disappear when using the ?page=blah functionality. Simple, but effective.

This is of course assuming that you haven't changed the positions of the right column items. Of course, you can manipulate it to your heart's content, just make sure that the if conditional is above the <td> line for the right column, and that you close it before the last </td> and it will work.

Hope someone can find this useful.

you can see this in action at: http://www.noblepagan.com (with right column), and at http://www.noblepagan.com/index.php?page=testing (without right column).

)O( Cloudrunner )O(

Cloudrunner 02-12-2004 12:18 AM

Quote:

Originally Posted by exasko
how much skills do you need to make other vbadvance pages, becus i read the how to and am still completly lost.

not much actually, simply add a template to your forum with the name of index_*whatever* (*whatever* being the name of the page), then call it with: http://www.yourdomain.com/index.php?page=*whatever* (*whatever* being equivalent to the *whatever* in the template name you added).

within the template put the HTML coding you want to use for that page. It will only do HTML from what I can tell, as no PHP code is EVAL'd from what I can see. Please correct me if I am wrong in this.

So basically the only thing that you'd need to know is basic HTML, and what variables you are going to use from VB.

)O( Cloudrunner )O(

Zachery 02-12-2004 12:25 AM

Quote:

Originally Posted by Cloudrunner
not much actually, simply add a template to your forum with the name of index_*whatever* (*whatever* being the name of the page), then call it with: http://www.yourdomain.com/index.php?page=*whatever* (*whatever* being equivalent to the *whatever* in the template name you added).

within the template put the HTML coding you want to use for that page. It will only do HTML from what I can tell, as no PHP code is EVAL'd from what I can see. Please correct me if I am wrong in this.

So basically the only thing that you'd need to know is basic HTML, and what variables you are going to use from VB.

)O( Cloudrunner )O(

The only thing besides HTML that can be used in the templates are the if conditionals ;) which allow smiple if statments (like php) to be run :)

Cloudrunner 02-12-2004 12:29 AM

Quote:

Originally Posted by Faranth
The only thing besides HTML that can be used in the templates are the if conditionals ;) which allow smiple if statments (like php) to be run :)

kinda what I thought. Thanks for the clarification!

)O( Cloudrunner )O(

milkmycow 02-12-2004 02:46 PM

hey guys, I have vb advanced modified so that I have one main index page w 2 columns, and then another content page for my addon pages that only has a left column.

However, i have a video database on my site, and i would like to use the news style function as a way to display all my videos on a content page. So bassically, is it possible to still have news on main page, and another like system w a diff template (so i can make it look more like a video listing than a news post)

Tru Smiles 02-12-2004 03:04 PM

I posted a while back with a problem with the images (I've only just got my computer back to post this!) and tried the suggestions offered.

The problem is, the broken link is linking to the icons. And when posts have an icon selected, they DO appear - But no icon selected, means there shouldn't be an image - Yet a broken image link appears, even though its not linking to an icon! >_< Would some kind of clear.gif file sort it, and if so, how do I get it to recognize it? I don't know how to make it stop with the broken image linking thing >_>

If all else fails, is there an easy way to uninstall the Homepage and return image locations etc back to normal?

All help is really appreciated.. There is nothing more ugly than a broken image link on a website :(

SVTBlackLight01 02-12-2004 03:13 PM

Quote:

Originally Posted by cosmin
--
yeah! :) ... more than one person interested in a PhotoPost addon through this awesome portal :)

I don't know if this is the best way to do it or not, but it's what I'm using to call php files on my VB2 forums and it works for displaying thumbnails in the vBadvanced custom blocks for VB3 as well.

This is for use with the Photopost thumnailincluder hack as a file.

In the phpinclude_start template, add

Code:

$photo = implode('', file("http://www.yoursite.com/file.php"));
Then add $photo to your custom block template to display the thumbnail.

Mickie D 02-12-2004 08:21 PM

hi this is gr8 hack :)

anyone know why i am getting this problem with the latest topics ??

everything else is gr8 ;)

maverick1236 02-13-2004 01:01 AM

considering installing...

is there a way to display a php script as a center block?

Cloudrunner 02-13-2004 01:12 AM

Quote:

Originally Posted by Tru Smiles
I posted a while back with a problem with the images (I've only just got my computer back to post this!) and tried the suggestions offered.

The problem is, the broken link is linking to the icons. And when posts have an icon selected, they DO appear - But no icon selected, means there shouldn't be an image - Yet a broken image link appears, even though its not linking to an icon! >_< Would some kind of clear.gif file sort it, and if so, how do I get it to recognize it? I don't know how to make it stop with the broken image linking thing >_>

If all else fails, is there an easy way to uninstall the Homepage and return image locations etc back to normal?

All help is really appreciated.. There is nothing more ugly than a broken image link on a website :(

set your default post icon setting in your vboptions in admincp. That will sort it out, make sure you use the FULL http://address (which is contrary to what it tells you in the admincp, ignore that).

tgmorris 02-13-2004 04:22 AM

Quote:

Originally Posted by maverick1236
considering installing...

is there a way to display a php script as a center block?

The short answer is "yes". Check over at http://www.vbadvanced.com for more details.

tpr 02-13-2004 09:15 PM

great portal
but :)
i need at least some of the side bars to be present at all the pages, is that possible ?
any way to make that happen without recoding a large part of my page ?
i already added a custom side bar of my own, but readding one to the entire site seems, well depressing :(

also, as a side suggestion i think you should make the avatar image apear only if selected (aka an option to remove it) i do not encourge people to use avatars in my forums and had to remove the code from your script

but still,
a great portal

str8ballin 02-13-2004 11:29 PM

<a href="http://www.str8ballin.com/adv_index.php" target="_blank">http://www.str8ballin.com/adv_index.php</a>

im having errors with images ive uninstalled it and reinstalled it 3 times.

any advice cause im at breaking point?

KevinUK 02-13-2004 11:33 PM

Jason,

I've just looked at your site and I'm assuming you're having problems with images not being displayed?

If this is the case then I've found the fix for you :)

In the first part of the installation where you specify your image directory you have missed out /board/ from the URL - should read http://www.str8ballin.com/board/images/misc for the "Misc" entry etc.

Hope this helps you mate.

Kevin

Quote:

Originally Posted by Original Installation Instructions
Next 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).


igowoofwoof 02-14-2004 02:32 AM

This doesn't seem to work with RC 4

Zachery 02-14-2004 03:18 AM

Quote:

Originally Posted by igowoofwoof
This doesn't seem to work with RC 4

working with RC4 just fine @
http://www.digitalkore.net
http://www.vbadvanced.com
http://www.usshomestarrunner.com

^_^

str8ballin 02-14-2004 01:52 PM

Quote:

Originally Posted by KevinUK
Jason,

I've just looked at your site and I'm assuming you're having problems with images not being displayed?

If this is the case then I've found the fix for you :)

In the first part of the installation where you specify your image directory you have missed out /board/ from the URL - should read http://www.str8ballin.com/board/images/misc for the "Misc" entry etc.

Hope this helps you mate.

Kevin

Yeah thanks for the help Kevin, what was the error for me in my image pathcs I was putting 'board/images/misc/' and that was erroring but with a direct url it works so anyone else having trouble with images try setting your image paths as a full url example like this..

http://www.str8ballin.com/board/images/misc

Plus yes my site is Vb3 release candidate 4 and it seems to work fine..so far!

MarkB 02-15-2004 08:10 AM

Problem:

News forum ID has been set correctly, and set to a limit of 5 news items. However, only one shows, and then only the title/author etc - NO news text at all.

http://www.mygroovywedding.com/adv_index.php

Any ideas?

maverick1236 02-15-2004 11:31 AM

I understand how to make a custom template

but how do i make a custom block

and what determines what side the block shows up on?

i want a custom SIDEBLOCK-not center block :)

str8ballin 02-15-2004 12:50 PM

One other thing I had a problem with, the navbar link to johns v3 arcade directed me to /arcade.php in the root directory not to the vbulletin directory which is.. board/arcade.php

this was fixed again editing the navbar template to point to a direct address ( http://www.mysite.com/board/arcade.php )

Mickie D 02-15-2004 01:34 PM

bumping my problem :(

i am also using RC4

https://vborg.vbsupport.ru/showpost....&postcount=662

or scroll up to my last post

Zachery 02-15-2004 03:57 PM

Quote:

Originally Posted by MarkB
Problem:

News forum ID has been set correctly, and set to a limit of 5 news items. However, only one shows, and then only the title/author etc - NO news text at all.

http://www.mygroovywedding.com/adv_index.php

Any ideas?

have you just upgraded from vBulletin 2?

MarkB 02-15-2004 06:11 PM

Yes :)

Silverstangs 02-16-2004 05:15 PM

I just installed this at http://www.stangcountry.com looks good so far.
I would like to add a box just above where the post shows up in the middle collum.
Can I get a hint.... I seem to be able to move the ones on the side.

thanks
Scott

SVTBlackLight01 02-16-2004 07:36 PM

This hack may what your looking for. https://vborg.vbsupport.ru/showthread.php?t=60326

Zachery 02-16-2004 08:15 PM

Quote:

Originally Posted by MarkB
Yes :)

Mark you need to update all your counters and reindex the board, like the upgrade instructions tell you to.


All times are GMT. The time now is 12:53 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.02694 seconds
  • Memory Usage 1,846KB
  • 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
  • (5)bbcode_code_printable
  • (14)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
  • (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