![]() |
I... 'clicked', Install..
|
Hi guys!
Yesterday i installed vBindex 3 RC 3 and its real sweet. There is only one thing im missing ;) It doesnt seam to show my additional posticons? Btw, you wrote in the installer that you have to use full path to smilies (http://domain/etc), is it the same thing with posticons? EDIT: That was my bad, i updated the post-icon but not the thread-icon ;) stupid me. Another question: Is it possible to parse the poll text for smileys? and other bbcode? Because the smileys show up in the forumpoll but not at the first page. |
I having the same problem as Harlequin. The avatar will display in the memberlist; howver, in vbindex, when members with avatar logs in, his/her actual avatar image is missing.
any ideas as to why the actual avatar is not showing ? |
Check my edit to that note -- see if that helps you a little. Make sure to double check the little things. :)
|
here is what i noticed
on vbindex, when it calls for the avatar image http://www.yourdomain.com/forums/ima...line=DDDDDDDDD on the memberlist page, it calls http://www.yourdomain.com/forums/ima...line=DDDDDDDDD guess we have to use "u" instead of "userid" |
Holy crap, that worked excellent with the avatars.
Further detail -- In vbindex.php, find: PHP Code:
PHP Code:
Ty Ceech. But strangely, I'm still having the noshow of the news threads problem.. |
I have the same issue as mentioned earlier in this thread.
My post icons are directed to: http://www.kctalk.com/forums/http://...cons/icon1.gif instead of just once where it should work. I checked my admincp for the path of the icon there, and it is just showing images/icons/icon1.gif and not that long string that is up there. Anyone that has had this problem or if anyone knows what it is to correct it, please let me know! |
Quote:
Avatar issues: u is the same as userid in the URL they both mean the same thing and should both work. Quote:
|
Quote:
|
I've no clue why the change worked with u if that's the case, but it appears to be working with no errors now. ;)
And the update thread counters worked! :) Thank you, NTLDR. :) Excellent work. |
How Do I Add Custom Blocks? and by the way great job and making vbindex.
|
nevermind about that question, i figured it out. lol now i feel dumb...
|
I think i have the answer to your post icons not showing.
Look for this line in your vbindex_latestthreadbit template created by vbindex in your style manager. Look for this line of text: <img src="$vboptions[bburl]/$thread[threadiconpath]" Remove this bit $vboptions[bburl]/ That cures the problem, as long as you have already changes your image paths as it says in the readme file. Hope this helps |
Quote:
is it possible for you to list the queries need to remove vBindex? edit: Big thanks to NTLDR for pointing me in the correct direction.. i am posting them here so if anyone else searches for the same help, it is right here Quote:
|
Quote:
|
Is it necessary to update the templates in all of the styles before this works? I wouldn't think so, but it isn't working for me. All I get is a blank page. The vbidex.php page at my site, uspoliticsonline.com
The install seemed to go okay after I realized why it wasn't working at first. Forget to upload the upgraded.php file. After doing that it went fine and took me to the vbioptions page. I filled in the page and clicked save. It reloaded with the new settings. Thank you for making the hack, I am anxious to see it in action. :) |
The templates should go into each parent style and all of its children should inherit the templates. Can you see them in the style manager in the ACP?
Also make sure you edited vbiconfig.php as per the first page in the install process. |
I wanted to try it out first so I only added the template mods to the main default style. I need to make all of my styles the child of a main style because doing these little mods seem to take forever when I have several styles. Anyway, I did double-checkthe config file and it seems correct per the instructions.
Quote:
|
I don't imagine the upgrade files need to be deleted or anything for it to work? I could try the upgrade script again and re-install it. Thanks.
|
I re-ran the install script and I get the index page now. Time to play with it. :) Thanks.
|
I am having a problem:
Every 4th or so time the index news page is pulled up in an iframe on my main page, it just plain doesn't load. 404. Is there a reason you can think it is doing this? I think I am using RC2 of vbindex, I may upgrade to rc3 tonight www.absolutepunk.net |
Hm, is there a way to add a "Forum" link to the portal page? Because theres NO way for a user to get to the forum index.
|
Just add a custom block with links to your pages.
|
By the way... great job on vBindex NTLDR, It works great. I was curious if you were gonna be adding a download page feature like vbportal did.
|
Quote:
Quote:
|
Didn't know about the extra pages feature, how would i go about doing that?
|
For non-dynamic pages add a template called vbindex_extra_PAGENAME and the visit it via vbindex.php?page=PAGENAME replacing PAGENAME with the name of the page. The template should only contain the content that you are replacing the news with.
|
heh I'm sorta confused, could you write some more extensive instructions? :)
|
[high]How To Add Extra (Non-Dynamic) Pages With vBindex 3.0.0[/high]
Lets use the example of a copyright page. In the Style Manager create a template called vbindex_extra_copyright and add the following HTML too it: HTML Code:
<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%"> |
[high]How To Add Extra (Non-Dynamic) Pages With vBindex 3.0.0 RC3 or above.[/high]
This feature that allows you to easily add your own PHP to the extra pages (not custom blocks at present). Lets say you wanted a top ten posters page: Add a template called vbindex_extra_top10 with the folloing HTML: HTML Code:
<table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%"> PHP Code:
Then visit vbindex.php?section=top10 and you should see a list of the top 10 posters on your forum. Take alook at our demo here: http://www.coreforums.net/index.core?section=top10 |
thanks alot, i appreciate it
|
Hello Ntldr,
this is a fantastic hack, thanks. :) But i get a 404 error by step=7 in the installer. How can i fix this? Thanks in advance Kars |
What page is it trying to goto? IE whats the URL of the 404 page?
|
/forum/install/vbiupgraded.php?step=7
|
Are you sure you uploaded the file? The path/filename/step are all correct.
|
@ NTLDR, your right. I have forgot to upload a file. :(
Thanks... ;) |
adding new pages doesn't seem to work for me. I followed your copywrite page example and the page is just like the index page, http://www.rapcheck.com/index.php?page=copyright
Also, I registered at the Core forums but never recieved an email to activate my account. Same name, 'RapCheck'. |
Try the vbindex.php from the latest zip file, just upload and replace your existing one. I've also re-sent you activation email.
|
What bugs are fixed in build-7?
|
There are only two changes. The first is a fix for using CSS Stylesheets in post Gamma versions of vB3, the second is a small edit which should allow the extra pages to work if they stoped working with RC3.
|
All times are GMT. The time now is 09:41 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:
|