![]() |
That fixed the error. Sorry to bother you again, but there's another problem. :( It got rid of the right column, but it got rid of it on the main page too. Here is the vbindex.php: http://www.synergysanctum.com/ and here is the extra_page: http://www.synergysanctum.com/index.php?page=about
Thank you so much for your support. |
is it possible to create a "latest posts" centerbox like the one from http://www.my-vbp.de ?
can anyone help me ? |
I would use that too.
|
Looking for a gray theme for this hack with home buttons and all,
so far this is a very nice portal. not to hard to put up. |
Quote:
|
I have a problem this the Onlineusers on vbindex ....
If i set in the group_permissions to canseehidden (standard as an admin) - all Onlineusers show correct. 99 Onlineusers - 81 Member and 18 Guestes! (only 9 user are in invisiblemode) If i set the group_permissons to canNOTseehidden (standard as an registered users) when it shows only some people. 24 Onlineusers - 11 Member and 13 Guests! (only 9 user are in invisiblemode) Both tested on the same time ;) I have search this thread an nothing found, only one other user has the same problem?!: https://vborg.vbsupport.ru/showpost....&postcount=806 :ermm: |
okay...
How can I get threads from certain forums not to show in the latest threads box? The 'Exclude Forums IDs' option doesn't seem to work for this. In fact, what is it for? |
ok on my nav bar for some reason it is linking like this: http://www.mysite.com, but my forums are at http://forum.mysite.com , I have tried everything from looking through the instructions and changing it all, nothing works....
you can see it at http://www.pbfreak.net |
Yea i'm having the same problem as Knux and i must be missing something cause i get all the way to the end and the link that wants me to edit the vbindex options wants to go to http://www.mysite.com/forum/admincp/vbioptions.php but my site my file is located at http://www.mysite.com/vb3/admincp/vbioptions.php. My config file is correct but still not working. I even run the database quire and re-run step 7 forward but still no good.
|
You haven't completed Step One of the install process.
|
Yes i did and thats what doesnt make sense.
ok, im not a code master like yourself but if the code: $vboptions[bburl] interpetes the board url as being http://www.mysite.com/forum/. Wouldnt it be easier to change the setting that makes $vboptions[bburl] interpete the url to the actual url of my board? Once again, i'm a rookie so dont bash me to much. Exactly how many places in the navbar template do you have to edit and add your boards url, cause i must be missing some or adding some in the wrong place. |
Quote:
|
Quote:
Quote:
|
As it sits, the custom pages aren't Valid XHTML 1.0 Transitional. In order to make them so, do the following:
In each vbindex_customblock_# template: Find: HTML Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> HTML Code:
<table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> HTML Code:
</tr> HTML Code:
</tr> |
Quote:
Ok, well afters a few hours of looking it was just eaiser to move my board to match the www.myboard.cpm/forum directory to get it to work. I'm not sure what i did but it all seems to work well now. NTLDR thanks for your patience and the portal. :) Mark |
Why does a banned user can shout in the shoutbox ??? :ermm:
How can i fix it ? |
I have this problem as well, but haven't had time to look over the permissions code in it yet
|
For the love of all things that are good, can someone please tell me what the 'Exclude Forums IDs' does? I'd love to figure out how to keep certain forums out of the latest threads list.
|
Quote:
|
Quote:
|
Quote:
|
Crap. Now I get this error.
Parse error: parse error in /usr1/home/drhunter/htdocs/vbindex.php on line 187 I just changed vbindex.php |
Sorry, I make a mistake when updating the zip file with that bug fix, if you re-download it and replace vbindex.php it will work :)
Alternativly remove the extra ) at the end of line 187. |
LOL
Okay, now that works, but my poll has disappeared. I tried changing the options to not do the poll, save, and then readd it, but it's still missing... |
Make sure the list of forumids to exclude doesn't include the polls forum.
|
Yep. I'm an idiot. I'm probably being picky now, but is there any easy way to exclude the poll forum from the 10 threads list.
|
Find:
PHP Code:
PHP Code:
|
I'm having major gripes regarding the installation of VBIndex phrases, and timeouts. The installer creates the groups for the phrases, but inserts no phrases into the group, yet the installer seems to go without any errors (besides a non-fatal one about SCRIPT_EXTENSION already being defined).
I tried using vbiupgraded.php?step=10 to import the phrases, also tried importing them via the phrase manager. Both methods manage to exceed the maximum execution time of 30 seconds. This is especially frustrating, as I've modified settings in php.ini and httpd.conf to try and increase the timeout limit, to no avail. In a last-ditch attempt I appended vBIndex's phrases to vbulletin-language.xml and reinstalled everything. Once again, the phrase groups show up, but they are empty. I can still use vBIndex, and even managed to configure it by looking at the input label names in the HTML source, but y'know... I can't use this on my site in it's current state :ermm: Oh, and here's some info about my 'rig'. Hope you can stop me wanting to smash it. Thanks. vBulletin 3.0.0 RC4 Apache/1.3.24 (While checking phpinfo(); this reported the timeout as 90 secs) PHP 4.3.3 MySQL 3.23.49 (phpinfo(); reported the timeout here as -1 secs, which I believe is infinity) Running on localhost using EasyPHP1.7 under Windows98 SE. |
Do the templates import correctly?
Both the Phrase and Template XML files are generated by vB's standard functions. Can you import the vbulletin-language.xml file (an un-altered one) via the ACP? All I can think of at the moment is that its a Windows problem. |
I really love vBindex and i have been using it for some time now, but one thing i have noticed is that the users stop at (vb)index and doesnt move on to the forum.
I have tried to make it some userfriendly by making the logo a direct link to the forum etc and also soon going to add a "too forum" button into the style. But what would be the best for me and other forumowners is if there was a link to the forum at the top of the index page. Its hard to describe so ill show you a site that has done this: http://www.theadminzone.com They have a "TheAdminZone.com Home Page | Bullletin Board" over the menu. If you dont want to add something like this to the vBindex, maybe you can answer where i have to add it, is it a style thing, or do i have to hack a php file? |
The navbar template is where I'd say is best to add the link. I'll be making changes in the next version to make it easier to goto the forums from vBindex.
|
Quote:
The templates don't seem to import via the installer, but I've managed to add them later using the AdminCP's style manager. It looks fine, apart from the missing phrases. EDIT: Uploading an unmodified vbulletin-language.xml also times out when importing via the AdminCP. I really hoped that the fresh install using the appended language file would work... D: I'm going to try and add each one individually; I'll soon find out if it is in fact a Windows problem, if that doesn't fix it. |
This hack looks good, works good, and was easy to install. Thanks for publishing it.
One of the features we like is the news on the index page. We wanted the first post displayed to be about us and encouraging guests to join. The sticky took care of that. Here's the but, once registered there is no need for a member to see that post at the top of the vbindex page anymore. So we we added a condition before the vbnews code is run so if the user is a member and stickys is on, stickys is turned off. This was real easy using the bitmasks for vbindex options. Nice hack nice code! Thanks |
OK, I eventualy got everything working both on my localhost and my live site. Looks well spanky.
I'm at the stage now where I'm tweaking things, so I decided to have a crack at the image paths. This checks the array $phrasegroups[] for 'vbindex' and prepends $vboptions[bburl] to all the image folder URLs in $stylevar['imgdir_xxx'] if it's found. This can be done in forums/global.php, around line 377: PHP Code:
Add BELOW that: PHP Code:
You shouldn't have to hack anything else for this to work, but unfortunately, this only seems to work on the header and navbar, and not the other vBIndex templates. Any ideas? |
Hi,
i tried to make a latest Thread Box like this one which you can see in my attachment.. you can check it out on www.msvfans.com. There is only one problem for me.. how can i read the Forumname for a Thread to show it in my Latest Thread Box. Must be somewhere here, but i don?t know how to do it PHP Code:
|
You'll need to add another join to add the forum table to the query to get forum.title
|
My php-mysql knowlege seems not to be good enough to do this, i always get errors-messages
"There seems to have been a slight problem with the database." :ermm: |
PHP Code:
|
Thx for your fast support.. but i get the same error message again :surprised:
|
Whats the contents of the email you get with the database error?
|
All times are GMT. The time now is 01:24 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|