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)

Zachery 01-29-2004 09:54 AM

Ok, for a quick solution uninstall and reinstall.

The only thing i can think of is somehow your ACP Options got overwritten and such.

if this doesnt solve the problem please let me know

NuclioN 01-29-2004 10:45 AM

That did it. :) Somehow i've installed a previous version. The minicalendar display however is not correct as showed in the screendump earlier.

TexasOutdoors 01-29-2004 11:39 AM

Quote:

Originally Posted by infiniterb
This could be a bug...

When you make a news post, and then edit the title of the post, the previous title will show on the portal page, but will remain edited in the forums...

on www.clantt.com check out the post that says A little under 23 hours remaining. Click on the link to go to that thread and it will show you the edited title.

Did you edit it through the edit button? Or through the Thread tools? If you use the edit button, I don't believe it will change the title. You have to use the Thread Tools to edit the thread. It's been like that in VB as long as I can remember.

Tigga 01-29-2004 01:42 PM

infiniterb - Actually that is intended behavior. You changed the post's title, not the threads. If you use the admin options to edit the thread and change it that way then it will display the new title.

NuclioN - Try running this query and see if it returns anything...

SELECT * FROM setting WHERE varname = 'home_navbar';

If it does, then the settings are there, just not being displayed properly. If the settings are there, try saving your Admin CP options and see if that helps any... Other than that there's not much else I can suggest at the moment... If your settings aren't there, the best thing I can suggest would be to uninstall and re-install once again. Also be sure you're using the most current version (1.1, uploaded a couple of days ago).


Just a quick note for everyone else... I'll be out of town until next Tuesday. Hopefully Faranth and others will be able to help if there are any problems, but if there's anything they can't help with then I will try once I get back.



*Edit* Oops, didn't notice that there was another page. Guess those problems were already fixed.
For the calendar problem, make sure you made the changes to your includes/functions_calendar.php file, and to the templates.

Cossa 01-29-2004 06:29 PM

Quote:

Originally Posted by TexasOutdoors
In your index_footer, is this code in the URL for modcp ?
PHP Code:

<if condition="$show['admincplink']"><a href="$vboptions[bburl]/$admincpdir/">$vbphrase[admin]</a> -</if>
                <if 
condition="$show['modcplink']"><a href="$vboptions[bburl]/$modcpdir/">$vbphrase[mod]</a> -</if> 

When you say header, are you referring to the Navigation? On mine, I opened the navbar template and added
PHP Code:

../forum

in front of all the forum links.

Thanks v1.1 and your template tip fixed it! You guys are great!

krit 01-30-2004 02:03 AM

Hi guys,

I posted b4 in this thread but i think it got swallowed up with a few error problems people were having. Basically i want to include custom blocks that will 1) show a random quote from a specific forum and 2) list todays events. There was mention of the events idea possibly being made as an addon? Any more news on this? Any help that anyone can provide would be greatly appreciated.

Cheers
Krit

Symbian.info 01-30-2004 06:51 PM

I like to have this in the welcome when you are a admin or mod (same what you have in ACP):
Threads Awaiting Moderation [look] 1
Users Awaiting Moderation [look] 2

How can I do that?

PET 02-01-2004 07:44 PM

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

Nebby 02-01-2004 10:12 PM

*headutts install*

amazing hack/addon!

Dolamite 02-03-2004 01:54 AM

edit... nevermind i fixed my problem...

looks good man... so far i like it better than vbindex...

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.

Sergio68 02-05-2004 10:23 PM

Quote:

Originally Posted by Lady Ginasue
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.


It works fine on mine... :) And cut also the characters news that vbindex doesn't

PET 02-05-2004 11:05 PM

Tigga i will repet my question again. I'm not shoure that the answer you have me is the answer i want :) I don't want to modify something and then...everything to go wrong.

I have several categoryes. Made them by ?page=blabla . When i click on a link ho will open me a page i want to open a news category. But not the one from the begining, another one from other forum. How can i do that ?

P.S. Just in case you know. I have adv_index.php as index.php and forum index is index2.php. In Who is Online i get UNKNOW LOCATION (.index2.php......) and if a member is in index.php i get Forum Index. I want for index.php to say SITE and for index2.php Forum Index. I know this isn't vBadvanced...but maybee sombody knows :)

PET 02-05-2004 11:07 PM

Tigga.

PHP Code:

if ($page == 'mypage'
    { 
        
$vboptions['newsforum'] = 1000
    } 

MYPAGE shall be a link ? Like index.php?page=BLABLA ? Or my FORUM name ?

Zachery 02-06-2004 05:49 AM

Quote:

Originally Posted by PET
Tigga.

PHP Code:

if ($page == 'mypage'
    { 
        
$vboptions['newsforum'] = 1000
    } 

MYPAGE shall be a link ? Like index.php?page=BLABLA ? Or my FORUM name ?

Read the first post you can get priotiry support at the vBa forums :)

Tigga 02-06-2004 03:27 PM

Lady Ginasue - What exactly didn't work? If you could tell me exactly what problem you were having I'll be more than happy to help you figure out what the problem is.

PET - Yes, "mypage" would be the the part in the link. Say you changed "mypage" in the php code to "yourpage", then the link would look something like http://yoursite.com/index.php?page=yourpage. If you need to be able to do this with several forums then you would need to add some elseif statements to that code.

milkmycow 02-06-2004 04:48 PM

i searched but couldnt find. is it possible to change the layout of things? i only want a lef sidebar. help plz!

Tigga 02-06-2004 04:55 PM

Yes. Everything is template based just like vBulletin, so all you would need to do is modify the template and move the blocks where you would like them.

milkmycow 02-06-2004 05:27 PM

*slams head against desk*

i have no templates in my admincp for vbadvanced... wtf? ive uninstalled/reinstalled, and still nothing.

Tigga 02-06-2004 05:39 PM

They should be listed with the rest of your vBulletin templates, grouped under "Index".

milkmycow 02-06-2004 05:44 PM

wow im an idiot. i was looking for orange "custom" templates and overlooked those. thanks

last thing i promise,

http://www.milkmycow.com/forum/adv_index.php

it seems my BG for forums is being repeated (as you can tell behind content boxes on left side. any idea on how to prevent this?


and what template is the welcome box in?

Tigga 02-06-2004 06:08 PM

Hmm... This is just a guess, but try editing your index template. In the first table, you'll see class="page". Try removing that and see if it has an effect. You will also see the welcome box in the index template, just a little below the code I just asked you to remove. ;)

milkmycow 02-06-2004 06:24 PM

sweet, worked great. thanks

DigitalEclipse 02-06-2004 11:25 PM

Just FYI. I upgraded to RC4 and it still works like a charm from what I can tell.

Blackbeard 02-07-2004 05:35 AM

i have just upgraded and uninstalled and reinstalled now iam getting the following error,

Database error in vBulletin 3.0.0 Release Candidate 4:

Invalid SQL: SELECT thread.threadid, thread.title, replycount, postusername, postuserid, thread.dateline, IF(views<=replycount, replycount+1, views) AS views, forumid, thread.iconid, votenum, votetotal, post.postid, pagetext, allowsmilie, showsignature
, avatarpath, NOT ISNULL(avatardata) AS hascustom, customavatar.dateline AS avatardateline
,thread.iconid
,attachment.filename, 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 user AS user ON (user.userid = post.userid)
LEFT JOIN avatar as avatar ON (avatar.avatarid = user.avatarid)
LEFT JOIN customavatar as customavatar ON (customavatar.userid = user.userid)
LEFT JOIN attachment AS attachment ON (post.postid = attachment.postid)
WHERE forumid IN(55,7)
GROUP BY post.postid
ORDER BY dateline DESC, attachmentid LIMIT 5
mysql error: Column: 'filesize' in field list is ambiguous

mysql error number: 1052

what are the mysql error relating to

Steve^CHUK 02-07-2004 06:46 PM

I have created the hidden News and Poll forum - but when one of my users click on "New Posts"

Its showing him my hidden news forums - Is there any way to get around this ???

Thanks

Steve

milkmycow 02-07-2004 07:22 PM

Quote:

Originally Posted by rinkrat
I have another request. It would be nice to make custom templates with just the left sidebar visible for wide tables and other pages. Maybe call it with index?pageleft= or something. This would be very cool since having both the left and right sidebars on every page really limits space for content.


after searching, i dont see that anyone responded to this.. is it bc no one saw? or can it not be easily done?

PET 02-07-2004 09:14 PM

Tigga

This is my gode now :

PHP Code:

######################### News #########################
// Extra Pages
if ($page AND $page != 'mypage'

    eval(
'$newsbits = "' fetch_template("index_$page") . '";'); 

else 

    if (
$page == 'http://localhost/ro-hattrick/vb/index.php?page=news2'
    { 
        
$vboptions['newsforum'] = 2
    }

    if (
$vboptions['newsforum'])
    {

        if (
$vboptions['newslimit'])
        {
            
$newslimit "LIMIT $vboptions[newslimit]";
        }
        
$getnews $DB_si........
...
etc... 

I replace MYPAGE with the new link...also...the forum ID is 2.
I also create a new emply templated named index_news2 but it don't works.

chas_h 02-08-2004 03:23 PM

Quote:

Originally Posted by Steve^CHUK
I have created the hidden News and Poll forum - but when one of my users click on "New Posts"

Its showing him my hidden news forums - Is there any way to get around this ???

Thanks

Steve


I'm not sure but I think that might have been a bug with VB-3 RC-2 or 3, have you upgraded to the latest version of VB-3? (RC-4 is the newest)

Chas.

cosmin 02-09-2004 05:09 AM

--
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.

SVTBlackLight01 02-09-2004 07:41 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'm interested in doing something like this as well. Is there a way to include php files in the custom blocks?

Tigga,

Great job on this.


All times are GMT. The time now is 02:32 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.05598 seconds
  • Memory Usage 1,853KB
  • 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
  • (7)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
  • (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