The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#82
|
|||
|
|||
Its done... now i have to go back and read about how to set it up in the control panel =) Thanks for the help.....
|
#83
|
||||
|
||||
Your welcome. Keep on keeping on..... L8R.
|
#84
|
||||
|
||||
Sorry for the problems with 227 and my hack, but the version 227 has been released while i was in my holidays, and now back i have to do a lot of work.
i'll upgrade it for 2.2.7 asap. but i haven't the time to take a look at the original 227 code till now... @corbu: as i see it's another hack used combined with mine here. it was called different on/off icons for forums or something like that |
#85
|
||||
|
||||
Not your fault,
2.2.7 changed quite a bit. IS there any chance you can have this do forumdisplay as well? Forumhome is alright, but how much more difficult would it be to have the hack actually show all of the forums horizontally? forumdisplay in other words at different levels? Thanks |
#86
|
||||
|
||||
as i remember the codes were quite similar, so i think it shouldn't be such a problem.
i'll think of an addition with the next upgrade |
#87
|
||||
|
||||
|
#88
|
||||
|
||||
I have updated my testboard and saw my hack works without any problems at vb227.
You must have made a mistake when upgrading. take a new file and apply the hack again, then it should work. |
#89
|
||||
|
||||
I tried installing the hack on top of 2.2.7 more than once. No luck.
Maybe upgrading the vB after installing the hack on 2.2.6 works differently. That could be I suppose. I couldn't get it to function properly installing the code on a fresh 2.2.7 install. That's alright though. Appreciate your hard work. Thank you. |
#90
|
||||
|
||||
can you please post a screenshot so i can see what looks wrong?
when i comparwe the vb226 file with the 227 file i don't see so hard differences and none of the differences should affect my hacked lines |
#91
|
||||
|
||||
That's alright...
I deleted the test install... :lick: |
#92
|
|||
|
|||
OK, this is interferring with the collapsable fum hack?
can these 2 be done together? index.php find: global $DB_site,$bbuserinfo,$iforumcache,$ipermcache,$imo dcache,$session,$accesscache,$usergroupdef,$noperm s; global $showlocks,$hideprivateforums,$showforumdescriptio n,$forumhomedepth,$dateformat,$timeformat,$enablea ccess; global $bbforumview; below add: global $colsdone,$columnparent,$forumcols,$colcounter; this is what directlty follows $enable access PHP Code:
global $colsdone,$columnparent,$forumcols,$colcounter; Thank you in advance |
#93
|
||||
|
||||
You should be able to find the last set of global calls and simply add global $colsdone,$columnparent,$forumcols,$colcounter;
right below it. Shouldn't be an issue as far as adding a global calls. Global $enable access; Global $colsdone,$columnparent,$forumcols,$colcounter; // expand collapse hack global $BrowserDOM, $collapsedstate; // end expand collapse hack |
#94
|
||||
|
||||
*test*
|
#95
|
||||
|
||||
testing too...
|
#96
|
||||
|
||||
geez ive been trying to reply to this thread for weeks now!
Now ... how would i go about getting the layout for my forum columns like Lesane has at his site: http://www.wildvibes.net/forum I have the forum category icon installed btw so i can do the images i just can't sort the layout for some reason If some html genius can help me out i'd be most grateful Regards - miSt |
#97
|
||||
|
||||
^ to the top
- miSt |
#98
|
|||
|
|||
how can I list all forums that are parentid -1, aka top category
without entering them to the database, would list them automatic... if(strstr(" ".$columnparent." ", " ".$forum['parentid']." ")) { where $columnparent is... I'm working on the code, but im kind of lazy, hehe |
#99
|
|||
|
|||
Quote:
Anyone ? |
#100
|
||||
|
||||
remove this part of you templates:
Code:
<tr align="center"> <td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td> <td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td> </tr> @Kinox: Just Topforums in columns and subforums not? how should that look? i think now it looks terrible, i've tried this , maybe in a later version, but this time i have to less time to work on my hacks |
#101
|
|||
|
|||
ok i tried that to begin with and have even removed the code yet the lines are still there looking at me.So if it aint calling it from the 3 templates created with this hack then how is it gettign though
I have attached a pic and also the 3 templates i have created.And as you can see it deffo aint calling them in. colForum Footer PHP Code:
colForum Header PHP Code:
colforumbit PHP Code:
|
#102
|
||||
|
||||
ahh, you mean the one on top of all?
you have to edit the forumhome template for that.... |
#103
|
|||
|
|||
I think i need to go back a hack to when i installed the icon images hack as i have just edited me templates and put in exactly what u said and the same thing still happens so its deffo calling it from elsewhere.
|
#104
|
|||
|
|||
how i do that m8 without messing it up for the rest of the board ?
i was just about to unistall both hacks then and restart from beginning |
#105
|
||||
|
||||
well just remove the block i poste before from forumhome that should help...
i'm not a template expert, php-codes are my world |
#106
|
||||
|
||||
I still haven't managed to align this all up and get it lookin like Wildvibes.net
- miSt |
#107
|
|||
|
|||
Quote:
|
#108
|
||||
|
||||
Its in your colforumbit template i believe
- miSt |
#109
|
|||
|
|||
actually, i think that a lot of these problems could be resolved if we could access the <tr> that is right under the category header. the one that contains "Forum, Posts, Threads, Last Post, Moderators". not the footer template you created with this info... that one is easy to change. if you can change it so that this <tr> can be contained within a template, then it would be easy to change to our liking. also, we need to manually alter it if we are using the collapsible forums.
attached is an image to show which table row i am referring to. if it can be set as a template, then we could change it as need be. and by set it as a template, i don't mean for all the forums, but rather just for the column forums. |
#110
|
||||
|
||||
Buddha, this should be in one of the original forumhome templates....
well i'm planning to code a new version of this hack, when i got a little more free time, i hope this would be ASAP |
#111
|
|||
|
|||
thanks for the quick reply Xenon... but i didn't quite make myself clear...
is it possible for this hack of yours to be directed to a different template for the table row in question, instead of the original forumhome template? know what i mean? i notice that in your initial screenshots, this tablerow doesn't exist... how did you remove it? by the look of the screenshots, it looks like you removed it completely in the forumhome_level templates, but this affects the regular forums as well (which are not in columns). |
#112
|
||||
|
||||
i didn't remove it, my forums which are aranged in columns aren't just at the very top of the forumhomepage
|
#113
|
|||
|
|||
i don't understand why it would matter where the columns are on the forumhome page, xenon. could you explain that a little more.
mine for example, are in the center. still, you can see from the screenshot i posted, what i mean by that table row, and how i'd like to get rid of it. i know others are wondering as well. it can obviously be done, as other sites have accomplished it, however no one is sharing that knowledge. |
#114
|
|||
|
|||
I tried to install this. Never could get it to look right on a more than one of my skins.
|
#115
|
|||
|
|||
Quote:
I now have 3 sections with GFX in them but i also have the 2 header bars which quite ruin it so a hack on how to remove this alone for this certain section that u use for columns would be excellant if anyone wants to share their knowledge. As for me im lost on this. |
#116
|
|||
|
|||
i'm not a php coder, but i think all we'd need is to have the script say (in laymen's english) "if you're not using columns for this forum, use the default templates. otherwise, use custom templates for those rows." and then get to define in those templates how you want those rows to appear.
|
#117
|
||||
|
||||
Quote:
if you have it in the center than you just have to cut out Code:
<tr align="center"> <td bgcolor="{tableheadbgcolor}"><smallfont> </smallfont></td> <td bgcolor="{tableheadbgcolor}" width="80%" align="left"><smallfont color="{tableheadtextcolor}"><b>Forum</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Posts</b></smallfont></td> <td bgcolor="{tableheadbgcolor}"><smallfont color="{tableheadtextcolor}"><b>Threads</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" nowrap><smallfont color="{tableheadtextcolor}"><b>Last Post</b></smallfont></td> <td bgcolor="{tableheadbgcolor}" width="20%"><smallfont color="{tableheadtextcolor}"><b>Moderator</b></smallfont></td> </tr> |
#118
|
|||
|
|||
i've read all of the posts in this thread... you don't need to worry about that. and i know you've mentioned that you can just take those tables out, but that does not solve the problem. and it's a problem that others here are also experiencing.
i have the forum which contains the colomns in the middle of the page, and it still draws from that forumhome template and puts that tablerow in. is it possible to code it in your php that you've posted for this script, that if the forum uses columns, then it would draw that information for that tablerow from a seperate template, instead of the default forumhome template? that would resolve all of our issues here. thanks for the help. |
#119
|
||||
|
||||
i don't have the time to code in special wishes this time, so you can try to code it in yourself.
as soon as i've more time, i'll recode this hack with some new ideas i currently have in mind... |
#120
|
|||
|
|||
i also removed from columbit the said code but somehow the bars still appear
|
#121
|
|||
|
|||
i don't think it's just "special wishes" xenon. if you read through this thread you'll see that there are a lot of people who would like this hack to work and display properly.
sorry to put you out though. forget i asked. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|