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)

MischiefThought 02-03-2004 06:33 PM

Trigga,

I am trying to edit the side Usercp, stats and latest thread blocks to add images around them. Can you please explain to me how i can do this?

Zachery 02-03-2004 06:51 PM

Quote:

Originally Posted by MischiefThought
Trigga,

I am trying to edit the side Usercp, stats and latest thread blocks to add images around them. Can you please explain to me how i can do this?

Mischief, its just a matter of knowning html and tables :)

PET 02-03-2004 07:35 PM

Quote:

Originally Posted by PET
Hi.

I'm interested for adding a new NEWS category. There is the news topic ho ands news in the first page. If i click on another page...for exemple :

/index.php?page=regulament

when do this i want to show topic from another forum. Is this posibile ?

thanx

damm. Where is the support in vBadvanced ? :( :(

Zachery 02-03-2004 08:01 PM

Quote:

Originally Posted by PET
damm. Where is the support in vBadvanced ? :( :(

I never saw that PET im sorry, Brian was out of town this weekend and ive been doing support at the offical site :)

PET 02-04-2004 03:11 AM

and the answer to my question is........

Zachery 02-04-2004 01:49 PM

Quote:

Originally Posted by PET
damm. Where is the support in vBadvanced ? :( :(

Sorry, im not entirely sure how to anwser that, i know if Tigga saw it he could probally anwser it better than i, you can try asking at our forums and i know tigga will see it there and respond ;)

PET 02-05-2004 10:29 AM

So when and where i can get an answer. I really need that.

Tigga 02-05-2004 02:03 PM

Symbian - I'll see if I can post a hack for that on our forums as soon as I get some time to create it. ;)

PET - Open your adv_index.php file and look for this code:
PHP Code:

if ($page)
{
    eval(
'$newsbits = "' fetch_template("index_$page") . '";');
}
else


Replace that with:
PHP Code:

if ($page AND $page != 'mypage')
{
    eval(
'$newsbits = "' fetch_template("index_$page") . '";');
}
else
{
    if (
$page == 'mypage')
    {
        
$vboptions['newsforum'] = 1000;
    } 

Replace the two places you see "mypage" with the name of that page, and replace 1000 there with your other news forum id.

Kalakov 02-05-2004 06:16 PM

hmm i dont know wich portal to choose :p vBadvanced or vBindex

Lady Ginasue 02-05-2004 07:35 PM

I tryed my best to put this up on my board. I had a lot of things that had to be changed just to get it to work.

After all the work I did, It didn't work for me. Maybe in time will be able to once more try it.

It's a good hack, just didnt work.

Oh I went ahead and uninstalled it already. Maybe after RC goes gold will try again.


All times are GMT. The time now is 11:38 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.04796 seconds
  • Memory Usage 1,744KB
  • 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
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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