Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 09-27-2011, 10:36 PM
cen1 cen1 is offline
 
Join Date: Sep 2011
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Custom index page and editor toolbars

Hello everyone

I have a very specific issue to solve.

Right now, the index page of our server is forum portal (CMS) but I would like to replace it with a custom html page. It should be completely custom, without any vb template, header or footer.

I could easily achieve this by putting it as index page and rename forum index.php to something else, but here comes the problem: server owner does not like to give any remote FTP access to his server, not even to forum admins, therefore his request is that index page should be editable through admincp.

I hope you could assist me in this matter. So far I did not discover how could I do that from admincp, all the plugins I checked only create new pages from template. I would also like to preserve CMS (index page would provide fast and usefull info and give links to CMS and forums).

Problem #2 are editor toolbars. I'd need to know how to manipulate them to display them in 1-2 rows instead of 3 rows, which leave 50% of empty space on the right. I tried to edit editor_toolbar_on template with no success (probably missed the template because no changes were displayed at all).

Kind regards, cen
Reply With Quote
  #2  
Old 09-28-2011, 01:29 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you can do what you want with a template, then it seems like that should work. A template is really just html, you can use other special tags but you don't have to. Another option would be to use php and make your html a string (or a heredoc: http://us2.php.net/manual/en/languag...syntax.heredoc), but I guess I don't see why that would be any easier.
Reply With Quote
  #3  
Old 09-29-2011, 10:45 AM
cen1 cen1 is offline
 
Join Date: Sep 2011
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So far I created a new CMS section, applied 1 col grid and included my custom HTML site as a widget. By setting the style to position:relative; margin-top:-XXX I managed to cover the whole header with widget.

The only thing left now is footer which I need to get rid off. I set z-index to 1 and tried a negative bottom margin with no success. Any idea how to trick that into work?
Reply With Quote
  #4  
Old 09-29-2011, 11:47 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm...I wonder if it would work if you added some CSS to your html page, like:

Code:
#footer { display:none; }
Reply With Quote
  #5  
Old 09-30-2011, 03:50 PM
cen1 cen1 is offline
 
Join Date: Sep 2011
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This actually worked. Thanks
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:38 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04320 seconds
  • Memory Usage 2,192KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete