Question How do I Move the "Live Feed" navtab to a better location?

Status
Not open for further replies.

RCSparks

Customer
Hello,

Thank you for reading my email. I would like to move the Navtab "Live Feed" to another area of the Navtab. May I ask where I can do that? If I may request some specifics (Im OK at coding, but not like you guys :) I would really appreciate it! I need to move the Tab to beside "Forum"

Thank you very much! Screen Shot 2013-04-05 at 3.23.29 PM.png
 
Try editing the file, dbtech/livewall/hooks/process_templates_complete and look for this bit of code:

PHP:
$template_hook['navtab_middle'] .= vB_Template::create('dbtech_livewall_navbar_link')->render();

And change it to this:

PHP:
$template_hook['navtab_start'] .= vB_Template::create('dbtech_livewall_navbar_link')->render();

See if that gets it there.
 
Alternatively, upgrading to vB 4.2.0 will let you have full control of all your navbar items without needing to worry about these kind of edits :)
 
Status
Not open for further replies.

Legacy Forum Live Feed & User Wall

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
534
Customer rating
0.00 star(s) 0 ratings
Back
Top