The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Fix changed thread display options
Hello all,
I'm trying to change the default position of the option of presenting the topics. For versions prior to vb4.x it was easy to get there and even here in vbulletin.org topics explaining how to make this change. My problem is that after changing the position to the top of the list of topics, works well when there is no sub-forums to present, there is a large black area, such as you can see the images attached. I think generally for users of vb this modification would be very useful, so I ask for your help ... Part of the original code used (FORUMDISPLAY): PHP Code:
PHP Code:
> http://i47.tinypic.com/eisc37.jpg > http://i48.tinypic.com/5vuo2b.jpg > http://i49.tinypic.com/ka5uoo.jpg (after apply mod) Greetings from Portugal ... |
#2
|
||||
|
||||
You need to get a browser like Firefox or Chrome and use Firebug or Inspect Element to see what code is creating the big empty space.
Can't help off of just screenshots. If you have a link to the forum (open to the public) it would help, otherwise you'll need to check it yourself. |
#3
|
||||
|
||||
Have managed to fix the problem in this area to black.
Now the problem is now that when I use this snippet of code and run the "Show Threads" gives error Tokken invalid. I leave the code I'm using and it gives this error ... PHP Code:
|
#4
|
||||
|
||||
Security token needs to be a hidden field of the form-
Code:
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" /> |
#5
|
||||
|
||||
I added this line of code above it:
Code:
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" /> But it seems that this has not been.. System Message |
#6
|
||||
|
||||
Invalid Action Specified usually means there is a missing <input type="hidden" ...> field that is looking for a name called "action"
Code:
<input type="hidden" name="action" value="????????????" /> Some "action" names in vBulletin are like "domanage" or "doedit" or "view" |
#7
|
||||
|
||||
@ BirdOPrey5 thanks for your support in this topic, I think we almost get ...
For this case what would be the right ...? <input type="submit" class="button_small" value="{vb:rawphrase show_threads}" /> If I provide my contact msn and access to my forum where I am implementing this setting, facilitated ...? Would you be available for this ...? |
#8
|
||||
|
||||
type "submit" is just the submit button, it looks fine to me.
I will not be able to provide private support, sorry. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|