News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Search results for: sys_menu sub_menu move

Search order
......  this repost but I cant get it to work. I want to move all the menus at the top to the bottom so the  ............  moves to the top instead. I use the theme Water_drop  ............ , with this code the html-page only writes out {SYS_MENU} and the others as html at the top, still.  Code  ............ (  '{CUSTOM_FOOTER}' => $custom_footer,  '{SYS_MENU}' => theme_main_menu('sys_menu'),  '{ ............ }' => theme_main_menu('sub_menu'),  '{ADMIN_MENU}' =>  ......
......  you want {SYS_MENU} and {SUB_MENU} to be at the bottom of the page  ............  need to move them to the bottom of the page in template.html.  ......
......  would like to remove memberlist, last comments, top rated, etc.  ............  links (tabs) on osx. Did that easily.  How do I remove the unwanted javascript links? How do I move the  ............  (blocks) were missing. Using define('THEME_HAS_NO_SUB_MENU_BUTTONS', 1); seems to be an all or nothing type  ............  definition without using the links I want to remove.  After hours of searching I've only managed to  ............ <br />// This theme has had redundant CORE items removed //<br />// ------------ ............ ', 1);<br />define('THEME_HAS_NO_SUB_MENU_BUTTONS',1);<br />define(' ............ ',1); // Remove this if you edit this template until<br />  ............  docs/theme.htm.<br /><br />// HTML template for sys_menu<br />$template_sys_menu = <<<EOT<br /> |{ ............  />EOT;<br /><br />// HTML template for template sys_menu spacer<br />$template_sys_menu_spacer ="|";<br />< ............  />// HTML template for template sub_menu<br />// special note: I left the java 'hide' off  ............  and third buttons to help avoid trouble keeping sys_menu open. :Donnoman<br /><br />$template_sub_menu = << ............ ="javascript:;" onmouseover="MM_showHideLayers('SYS_MENU','','show')">More</a><br /> </td><br /> <td> ......
...... {SUB_MENU}, {SYS_MENU} and {ADMIN_MENU} are defined in the  ............  Coppermine's template system), you'll have to remove it from the pageheader and move it to the  ......
......  Coppermine there's a sys_menu and a sub_menu. You cannot exchange buttons  ............  those menus but only move the order inside that menus. Of course you can  ............  the order of the sys_menu and the sub_menu, but that's not exactly what you  ............   However, if you want to display buttons from the sub_menu inside the sys_menu (or vice-versa) you can  ............  be displayed until you change the code to remove them (e.g. if the user don't have the permission  ......
......  September 30, 2011, 11:05:02 PMFirstly I want to move the login/out/register button(s) to the end of  ............ , find Code Select Expand  {SYS_MENU}  {SUB_MENU}   ............  with Code Select Expand  {SUB_MENU}  {ADMIN_MENU}   ............  {SYS_MENU} This will move some more buttons, but is the  ............  solution. If you don't want to move all sys menu buttons, you indeed have to edit  ......
......  <td width="750px" align="center">  {SYS_MENU}::{SUB_MENU}  </td>  </tr>    ............  <td width="750px" align="center">  {SYS_MENU}::{SUB_MENU}  </td>  </tr>    ............  way too much JS nonsense inside the HTML file. Move that into a separate JS file for cleaner code and  ......
......  there a way to move sys_menu items to sub_menu? I have tried this by  ............  copying the info in sys_menu to sub_menu but when I view my site it shows { ............  file:  Code Select Expand define('THEME_HAS_NO_SUB_MENU_BUTTONS', 1);  // HTML template for sys menu $ ............    EOT;   // HTML template for sub menu $template_sub_menu = <<<EOT  < ......
...... 've got a problem When I'm trying to move some of the links from the sub_menu to the  ............  to edit soo my menus end by looking like this:  sys_menu should only contain these links: Code Select  ............  Last comments Most viewed Top rated Search  sub_menu should not contain any links. it should be empty.. ......
#11
Mods: Visuals / Slider in Coppermine
February 12, 2007, 05:06:18 PM by pbasmo
......  the database (15 by default) and to make them move (scrolling) of right to left. Each picture of the  ............ }' => $CONFIG['gallery_description'],  '{SYS_MENU}' => theme_main_menu('sys_menu'),  '{SUB_MENU}' = ............ > theme_main_menu('sub_menu'),  '{ADMIN_MENU}' => theme_admin_mode_menu(),   ......
......  the background is a pain. I could make the navbar move on the index.php but that is also a copp out.   ............ :37px; z-index:1; left: -123px; top: -9px;" > {SYS_MENU}<br/>  <br/></div>    < ............ :37px; z-index:1; left: 0px; top: -10px;" > {SUB_MENU}<br/>  <br/></div>    < ......
......  the login page and I couldn't figure out how to move it to the sys_menu and have it only appear when  ............  under the heading, //HTML template for template sys_menu buttons, I copied the following line: Code Select  ............  addbutton($sys_menu_buttons,'{FAQ_LNK}','{FAQ_TITLE}','{FAQ_TGT}',' ............ ',$template_sys_menu_spacer); pasted it below the line copied and  ............  it to Code Select Expand addbutton($sys_menu_buttons,'{GUESTBOOK_LNK}','{GUESTBOOK_TITLE}','{ ............ }','guestbook',$template_sys_menu_spacer); //Calvinite code 10-17-08 Under the  ............ , //Function for creating a main menu (SYS_MENU or SUB_MENU), I copied the line: Code Select  ............  template_extract_block($template_sys_menu, 'my_profile'); and pasted it below the line  ............  Select Expand template_extract_block($template_sys_menu, 'guestbook'); //Calvinite code 10-17-08 Under  ............ ', //Calvinite code 10-07-08 You can probably move the code up in the line to make it appear in a  ............  palce in the sys_menu, though I didn't try it. I uploaded the file to  ......
...... . In this case, I searched for the terms "sys_menu sub_menu move". One of the threads that I came up  ............  is labelled "Moving items from sys_menu to sub_menu" and should provide the needed  ............  search link.Another option would be to keep the sub_menu inside template.html and remove all links from it  ............  to keep the other links for you (as admin) and remove the links only for non-admin visitors.   ......
#15
......  I confused you.  Let's pretend I got rid of the SYS_MENU token and consider for a moment the SUB_MENU  ............  as a group. Let's say for example I want to move the menu at the bottom of the page...what I have  ............  do is move the SUB_MENU token at the bottom of the page  ......
......  less important. Here are some of them: You can't move menu items around between sys_menu and sub_menu  ............  if you don't display them I can see the need to remove the login button, but there's definitely no point  ......
...... -left:10px;padding-right:10px;">(you better ,move the extra style stuff into style.css - create a  ............  menu fills two rows. ChangeCode Select Expand {SYS_MENU}<br>{SUB_MENU}toCode Select Expand {SYS_MENU}<br>{ ......
......  Hein,  To move the admin menu to the right sidebar follow these  ............ }' => $CONFIG['gallery_description'],  '{SYS_MENU}' => theme_main_menu('sys_menu'),  '{ ............ }' => theme_main_menu('sub_menu'),  '{ADMIN_MENU}' =>  ......
#19
...... /theme.php to process the tags. By default, {SYS_MENU} and {SUB_MENU} are only processed by the  ............  pageheader(). To move them to the bottom of the page, you need to add  ......
......  menus are the tags {SYS_MENU} and {SUB_MENU} in template.html. Go into themes/ ............ /template.html and move the logo image above these tags. ......
#21
cpg1.4 themes/skins/templates / Re: Move Nav Buttons
August 05, 2006, 07:06:54 AM by Sami
......  you want to move the {SYS_MENU} & {SUB_MENU} place holders to the  ............  variable Code Select Expand  '{SYS_MENU}' => theme_main_menu('sys_menu'),  '{ ............ }' => theme_main_menu('sub_menu'),    ......
......  {SYS_MENU},{SUB_MENU},{GAL_NAME},{GAL_DESCRIPTION} and { ............  you may want to keep the admin menu and just move it away from the header instead of removing it. ......
......  token in more places. IE: in image paths.  move all images into images/rtl and images/ltr   Use  ............ , $lang_text_dir;  global $template_sub_menu_button, $sub_menu_buttons,$template_sub_menu; // ............  $params = array('{BUTTONS}' => assemble_template_sub_menu($template_sub_menu_button,$sub_menu_buttons));   ............  $template_sub_menu = template_eval($template_sub_menu,$params);    ............ }' => $CONFIG['gallery_description'],  '{SYS_MENU}' => theme_main_menu('sys_menu'),  '{ ............ }' => theme_main_menu('sub_menu'),  '{ADMIN_MENU}' =>  ......
...... 't used anymore.   #4 You said you had included "{SYS_MENU}{SUB_MENU}{ADMIN_MENU} " and Dennis already  ............  look for replacing the menus either.  EVEN if you move those tokens above {GALLERY} your code will STILL  ............  things from your old theme. Everything you move from your old theme has to be upgraded to be  ............  />define('THEME_IS_XHTML10_TRANSITIONAL',1); // Remove this if you edit this template until<br />         ............ .htm.<br /><br />// HTML template for template sys_menu spacer<br />$template_sys_menu_spacer ='<img src=" ......