![]() |
Would their be a way I could display PHP Nuke blocks into this?
|
Sure -
every Block based uppon default HTML Blocks. You can insert anything your browser is compatible to. But remember - VBIndex isn?t Mozilla Firefox optimized ! http://www.coreforums.net/forums/sho...6&postcount=39 BTW : Quote:
And the rest is excactly as VBI - but VBA is Mozilla Firefox compatible. |
Quote:
|
Quote:
|
I'm sorry, I meant vBAdvanced... :?:
|
What if, on the home page, I wanted to put the actual forums in the middle between the dynamic boxes instead of news. Could I do that -- and then throughout the forums the boxes would stay there?
|
It will work for the main forum home page easily enough (however not every forum page) and this is something I plan to add in the future.
I've not use any of the alternatives and have no need to, however a comprehensive list of features is in the first post to compare with any alternative. |
Okay.
When you do you expect to have functionality with every forum page, and how can I now make it work with the main forum page? |
I can't seem to get the code to work, I get errors that I can't call to the nuke box directly. Can someone help me? my e-mail is admin@pirate-radio.us I would even be willing to pay ya a little something to make this work... If you go to http://www.pirate-radio.us/nuke/index.php I'm currently using it as the center block.
|
for the life of me i can't get a dynamic php page to work. not even the top 10 like the instructions. It just shows the template but not the php output. wtf am i doing wrong?
|
forget it, i was passing page instead of section. should prooly make that stand out a little better.
|
t think it has to do with...
if (eregi("block-Now_Playing.php",$_SERVER['PHP_SELF'])) { Header("Location: index.php"); die(); } global $db,$bgcolor2; but I don't know what to remove to got get errors |
Quote:
|
having a problem...
when people login on the index page, it takes them to the forum, but when you go back to the main page, it still says guest.... has this been addressed already and if so can you let me know what the prob is or point me to the thread. |
I get somewhat the same problem, except someone can login on the index page, and the page will refresh however it will still show them as guest until you go to the forums, then it shows you as logged in. If you go back to the index page, you are now shown as logged in. Seems like there is some problems with logging out also.
|
Quote:
|
Edit your cookie settings, this has been detailed numerous times already within this thread.
|
Quote:
Quote:
|
Ok - I installed this and it works great except for one slight problem - None of the Post Icons are showing up on the homepage. I changed them all to use a full url to them instead of just a /forum/images/. . . - They work in the actual forum but not on the vBIndex. I'm running vB 3.0.1 - Any ideas ?
|
Am I right to assume that this hack doesn't work with the newest verstion 3.0.1? It sure is pretty cool.
|
Of course it opens the portal this way, however what do you have to edit to get the forums link to work as it's supposed to. Ok, I guess you rename it also i,e, index1.php or whatever so I just need to figure out how to edit that part of the code that adds that link in the portal page. Anyone know how to do this offhand before I start doing it? Thanks!
Quote:
|
Yes Konstance, it does work. I'm running 3.01 and it's working just fine.
|
Ok, please disregard my post asking about how to get this to work. It wasn't difficult at all..... :)
|
Quote:
http://forum.scooterforum.net |
Hiya,
That should be the same as your forum. Make sure that you have all your paths defined like in the instructions. That could have something to do with it. I'm still brand new too though. But mine are the exact same color as defined in the styles in VB.....Good luck! |
The strange thing is, it is only the links, the rest of the style worked flawlessly
|
Ah finally! Goodbye VBAdvanced, Helloooooo VBindex!!!
|
Can someone tell me what I have to change in order to get the
## Alert: The forums are currently turned off! ## message back at the bottom of vBindex? It appears on all my other pages, but this one. I'm not sure *where* exactly it's called from, because I can't find any reference to it in the footer template. Any help would be great :) Thanks. |
Hello! :)
I'm going to install vBulletin 3.0.1 soon, vBIndex work with that version without any problems? :speechless: |
|
Quote:
|
hi guys,
nearly everything is working fine at my portal and i think vbindex is the greatest free portal software for vb3. I use a vb 3.0.1 with the vbindex v3.0.0 RC5 and have a problem that was mentioned some posts before: The useronline block at the vbindex shows a different count compared to the forumhome. At the forumhome (index.php) everything is shown alright (e.g. 70 user online with names). At the same time the vbindex shows a wrong number of online users (e.g. 10 user online with names). The strange thing is: This problem only accures for registered users and guests. As an administrator both data are shown correctly. That has nothing to do with invisible users because in the above example (70 users online) only 5 are invisible. Can anyone please help me with this? Some more ppl seem to have this prob and some perhabs haven't recognized it, because -as i said- with admin account everything is shown normal. bye Vic |
Have you any other details? Are there any invisible users online at the time? Is it just the total count thats out, or the guest count, member count or all three?
|
Quote:
admin-account: vbindex.php: 35 users, 5 guests (total: 4 invisible) index.php: 35 users, 5 guests (total: 4 invisible) registered user account: vbindex.php: 4 users, 5 guests (no invisibles shown) index.php: 35 users, 5 guests (no invisibles shown) hopes that'll help troubleshooting :nervous: btw: in isn't just the countnumber. it's also the list of usernames shown in the "users online" |
Quote:
|
Hey, great addition! I have a small problem, hopefully you can help me out. Users are logged out of the Portal when they go from the Forums to the Portal, and occasionally they are logged out of the Forums. I tried the cookie fixes posted here (edting the path), but they caused major problems, resulting in me being essentially locked out. I would enter my username and password, be taken to the confirm page, and then be bounced back to an unlogged in state. I used a fix posted at vB.com to return the cookie settings to normal.
Cookie settings are currently at the vB default, being a / and a blank. You can find my forums at http://www.therebelfaction.com/ Thanks much, it's probably just me being dumb like usual. :) |
I get two erros :
Can't see poll on portal " t=5", and can't login on portal , when I login: " please wait...." but It's come back as guest, Can someone help me sorry about my poor english |
can someone please help me with a side hack for this? With php nuke I have a radio interface that takes the stream info. It sends this info to MySQL, which then puts into a block showing the artist, song, album name and cd cover art based on what I tel the data base this info equals based on the info it retreives from the shoutcast stream.
|
Quote:
|
having a issue with the polls going out to 10,000% on the front page causing the poll to be very wide. I was able to correct it with the code that was listed here (http://www.vbulletin.com/forum/showt...t=poll+problem) for the general forums, but it did not fix the front page for vbindex.
Anyone have the cure for this problem? |
All times are GMT. The time now is 05:12 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:
|