The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Gallery HACK zomg
ok, I don't like the galleries that exist, so don't badger me with why I am doing this wierd thing.. lol but I need help. this is basically a mod that turns specific forums on your boards into galleries through the style system.
A while ago I made this work but then stopped working on the vbuletin/site i was working on and have since lost all my code and cant remember how to do it. the objective is to alter the templates of a style so that the threads are displayed inline. (remember i did this "somehow" once before) so you would get threadbits (with a set width of lets say 200) to line up in rows instead of columns. would make the start of a nice gallery hack. the rows would also be fluid and the number of threadbits would change depending on the size of the browser window... currently threads are displayed as such [] [] [] [] [] and what i want is [][][][][] [][][] ....now, remember i did this in the past so i know it works. and even photopost gallery doesnt do this. instead they have a set number of bits in each row (which can be adjusted) and they stretch with the window size... which is ugly. now i am trying to remake the gallery hack i once almost finished... here is what i have so far... Code:
<style> DIV{ DISPLAY: inline; } </style> <div border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="200"> <tr> <td width="200">a</td> </tr> </div> <div border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="200"> <tr> <td width="200">a</td> </tr> </div> well i cant figure out a few things... i know doing it this way means you have to redesign the threadbits but thats ok. but now i come to my problems.... 1) i cant figure out how to make this same thing work in vbulletin... 2) i cant remember how to have a table inside each bit without messing up the inline aspect. cookie to the first person who figures out what to do. if you dont understand me, let me know. if there is something like this out already please let me know! cookie might be replaced with cash prize |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|