WIKI Custom Sidebar Issues

Ok, so I have been able to add a custom sidebar, but I am encountering 2 issues that currently make it unusable.
1) The new sidebar will populate with the 5 most recent entries upon login, however, almost immediately, it shrinks and shows only the heading of the sidebar. I am assuming that this is a CSS issue, however I am not sure as to which style sheet to modify nor which parameter.
2) I am trying to find the correct coding to include a boolean request on the tags for the custom sidebar, in that I want it to exclude certain tags, i.e. "completed". This way once a task has been completed it will no longer show up in the sidebar.
Any information or help would be greatly appreciated.
Thanks!
Message was edited by: moeheavy

Here's my restatement of the problem:
How does one go about modifying the standard calendar sidebar to change the number of days looking forward? The standard according to the Administrative Guide is 5 days but I'd like 14 or perhaps 30.

Similar Messages

  • Wiki - Custom Sidebar displaying Mod Date for each page

    I've created a custom theme based on the wireframe theme and have added a cuastom sidebar. This works fine. However all the pages that appear under each section of the sidebar also show the pages modification date and time.
    Does anyone know how to stop it displaying the mod date and time?
    The default Apple themes don't do this.
    Thanks

    If you look at the supplied themes, you'll see that grouphome.css has a rule for sidebar snippets to turn off display:
    .sidebar .module .snippet{
    display:none;
    }

  • Custom sidebars in Wiki server

    Apple's Wiki Server and Podcast Producer are one of the best if not the best product for serving podcasts BUT this application fails in certain areas that easily puts customers off considering that companies will always vie for a Pc solution.
    My major issue with the Wiki server is the custom sidebar addition. Now this should so simple to add but if you try and add a custom sidebar following apples help directives below
    Adding a sidebar to the home page
    The home page of your wiki automatically displays items that are tagged "hot" in a sidebar, so that users will be more apt to notice them. If you're the site owner, you can add another sidebar that spotlights items tagged with another tag of your choosing.
    *To add a custom sidebar:*
    *Open your site's homepage and then click the Edit (pencil) button.*
    *Click the Groups Settings button.*
    *Click Sidebar and enter the tag that will be used to identify items to appear in the sidebar, such as "projectX."*
    *Enter a title for sidebar, such as "Project X News," then click OK.*
    *Click "save" in the toolbar to save your changes.*
    *The five most recent Items tagged with the tag you specified will automatically appear in the sidebar.*
    First the edit pencil in the home page does not provide one the capability to edit the custom sidebar settings but the actual appearance of the page such as the text and placement of media etc.
    The custom sidebar settings can only be accessed via the Admin Functions/ settings/ even then you can add a single custom side bar and when you try to add another you will find that the details of the last custom sidebar is still in place. If you delete that information and add new information this will delete the previous custom sidebar creating a new one. Now this is such an annoying issue that Apple needs to resolve ASAP as some of us are trying to sell this product for it's other benefits.
    Another area that it fails at is the display of items. Currently the maximum number of items displayable is 5. To increase this requires messing about with theme files and plist files! Now this should also be a simple feature that should exist in the Admin Functions settings area. Unless I am missing something then someone should enlighten me as to the mystery of these settings. I hope Snow leopard will have all these basic issues ironed out.

    by "custom fields" i mean some additional fields. e.g i want a clerk to mail a minute sheet along with remarks of clerk, to an officer. now i have put some fields e.g clerk's name, type of mail (minute sheet etc), officer's name etc on the email form (i have designed that form in java and using javamail api to send/receive mails). while sending this email, clerk fills those fields and mail it to the officer. now depending upon the type of mail (if its a minute sheet or whatever), that mail should be opened in the appropriate form designed for that type of mail, showing all those additional fields, e.g clerk's name in clerk's name label, officer's name in officer's name label etc. is it possible that i can tel exchange server to store the information about those custom fields while storing the mail so that i can retrieve those fields later. hope u got my point.thanks

  • Lion Wiki Server - Custom sidebar will not save

    I have migrated a 10.6 Server installation with a fairly large wiki over to 10.7 Server.  The upgrade seemed to go smoothly, however I have found that I cannot add a new custom sidebar.  It allows me to click the button to create a new one, enter the Label and the Tag, but when I click "Save", it drops me back to the General section of the wiki and the custom sidebar was not saved.
    I've seen other mentions of this issue, but the solutions did not solve the issue.  I have 4 total wikis and it affects all of them.  I also created a new wiki and the issue persists.  Erasing and starting over is not an option for me at this point.
    My Lion Server is bound to an OD Master and all the permissions seem to be fine.  Anyone have any suggestions?

    Ok, I made it happen!  Here is what I did:
    DELETED com.apple.net.racoon entry from Keychain
    DELETED /Library/Preferences/SystemConfiguration/com.apple.RemoteAccessServers.plist
    DELETED /System/Library/LaunchDaemons/com.apple.ppp.l2tp.plist
    In Server.app, turned off VPN Service with the big ON/OFF button
    Rebooted computer
    In Server.app, inputed the settings and switched to ON
    The settings stayed on, the shared secret did not disappear and I was able to connect to the VPN from outside my network.
    Sweet!

  • Right click problem: I did not know about the Yahoo sidebar issue, I have removed all toolbars from my browser from 'view' menu. There is nothing in my 'extensions' to disable. Right click is not working. What to do?

    Right clicking is not working on any of the websites. I read up that it's a Yahoo sidebar issue. But, in my extentions, Yahoo sidebar is not there. I had removed all toolbars, but from 'view' menu. Now how do I get my right click to work?
    == This happened ==
    Every time Firefox opened
    == I've noticed it on 1 Aug 2010

    This is a user-supported board. You are not addressing Apple here. Nor is it a good idea to post your private information to a public forum. You should edit your post immediately.
    Unfortunately no one here can access your support history. You must respond to the emails directly.

  • Custom component issue

    Custom component issue
    According to customer requirements, we want to get such an effect in the development of custom components:
    Drag and drop custom components to the Flex builder work area, it can generate more than the default properties, not just generate "x", "y" attribute.
    【Details are as follows】
    We design a custom panel "CustomPanel.mxml" in the project development, then drag it into the workspace in the Flex builder development environment.
    View the source code found that it can only generate "x", "y" attribute in default. That is:
    <ns2:CustomPanel x="105" y="74">
    </ns2:CustomPanel>
    【Issue】
    How can we do that when drag the 'custom component' into Flex builder workspace,  we can generate "layout" attribute in addition to "x", "y" attributes?
    That is:
    <ns2:CustomPanel x="105" y="74" layout="absolute">
    </ns2:CustomPanel>
    【Note】
    The following code will be generated when the "panel component comes with Flex builder environment" is dragged into workspace.
    <mx:Panel x="121" y="134" width="250" height="200" layout="absolute">
    </mx:Panel>
    How it is done?

    I am sorry to bother you again.
    I have tried the web site content, but it can't helped!
    There is a custom component called 'Basket', source code is as follows:
    package picnic
    import mx.containers.Panel;
    public class Basket extends Panel
      public function Basket()
       super();
       layout = "vertical";
       setStyle("backgroundColor", 0x00FFFF);
       setStyle("horizontalAlign", "center");
    Here it is worked when the attribute "layout" is set to "vertical", but it isn't when "layout" is set to "absolute" !
    When the property is set to "absolute" phenomenon is as follows:
    Drag component such as 'Button' into "picnic component". It will automatically go to the top left corner position,
    just like the 'layout-attribute' is not set.
    Why is there such a phenomenon?

  • How do I contact Verizon corporate regarding customer service issues?

        I'm trying to escalate an issue that I have with customer service and just can't seem to find out how to contact corporate to discuss my issue.  I have talked to customer service supervisers and asked them to escalate my complaint.  After being told it would be 5-7 days to respond, I'm still waiting.  Any help in contacting the right department at corporate would be helpful.

    Hello asianguy1964,
    I am available to assist and address any concerns that you may have in reference to customer service issue! May I ask is your posting regarding a billing issue, wireless service issue, or a interaction with a representative? Also, were you provided a reference number to your complaint? If you have a reference number then I can check on the status of your concern. Prior to investigating your reference number, would you be kind as to share the details of the issue as I'm condifent that we can If I am unable to provide a solution for you then the additional information will help me forward your concern to the appropriate channel. I look forward to hearing from you in the near future.
    Thank you...
    ArnettH_VZW
    Follow us on Twitter @vzwsupport

  • PKGBUILD for custom kernel issue

    Hi all,
    Last night I was putting together a PKGBUILD for a kernel I'd like to compile that has the ck patchset, grsecurity (latest testing), and had broadcom-wl on it already so I don't have to keep reinstalling it from AUR and doing depmod each time as it keeps making me have to find an ethernet cable. I used the kerne26 Arch PKGBUILD as a base and included parts of kernel-netbook for broadcom-wl, kernel26-grsecurity, and kernel26-ck and altered name variables and links etc so it all works and all sources are downloaded. I also got the two .patch files (semaphore and something else) from the kernel-netbook tarball to build the thing with, I don't know if it would work without them.
    However when I get into the build() a few patches are applied before I get messages about patches already applied or reversed, and then it says build failed because of an error, I can't tell which package is causing thins or why (it all goes by too fast, and the error says failed without reason, and the reversed patch messages are what is immediately previous to it). I have not yet gone all the way through the pkgbuild - especially towards the end, and I felt that the standard setup of init file system creation and such were ok, and if anything does need altering about it, I can deal with it once I get these first troubles solved.
    Below is my pkgbuild so far. Hopefully there are people out there who can aid me with this.
    Thanks,
    Ben.
    # Maintainer: Ben Ward <[email protected]>
    pkgbase="kernel26"
    # pkgname=('kernel26' 'kernel26-headers' 'kernel26-docs') # Build stock -ARCH kernel
    pkgname=kernel26-custom # Build kernel with a different name
    #Base kernel info
    _kernelname=${pkgname#kernel26}
    _basekernel=2.6.38
    pkgver=${_basekernel}.3
    pkgrel=1
    #ARCH patch info
    _archpatchver=1
    _archpatchname="patch-${pkgver}-${_archpatchver}-ARCH"
    #_archpatchname="patch-${pkgver}-1-ARCH"
    #grsecurity info
    _grsec=2.2.2
    _timestamp=201104182227
    #Broadcom-wl info
    _broadcom_ver=5.100.82.38
    _broadcom="hybrid-portsrc_x86_32-v${_broadcom_ver//./_}"
    #ck-patch info
    _ckpatchversion=3
    _ckpatchname="patch-${_basekernel}-ck${_ckpatchversion}"
    arch=(i686 x86_64)
    license=('GPL2')
    url="http://www.kernel.org"
    options=(!strip)
    source=(ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$_basekernel.tar.bz2
    ftp://ftp.kernel.org/pub/linux/kernel/v2.6/patch-${pkgver}.bz2
    ftp://ftp.archlinux.org/other/kernel26/${_archpatchname}.bz2
    http://grsecurity.net/test/grsecurity-${_grsec}-${pkgver}-${_timestamp}.patch
    http://www.broadcom.com/docs/linux_sta/${_broadcom}.tar.gz
    http://www.kernel.org/pub/linux/kernel/people/ck/patches/2.6/${_basekernel}/${_basekernel}-ck${_ckpatchversion}/${_ckpatchname}.bz2
    "semaphore.patch"
    "mutex-sema.patch"
    # the main kernel config files
    config config.x86_64
    # standard config files for mkinitcpio ramdisk
    kernel26.preset)
    md5sums=('7d471477bfa67546f902da62227fa976'
    'b3677121c4b5efcb8128c2000788d0aa'
    '5b14b6eb2cdcb074905d4974437c4df6'
    'a19024797f192fe21a468de80c101d8a'
    'c0074a1622c75916442e26763ddf47d0'
    '88d5b3e0622f8c48dad19ab9ac3c16f0'
    'aee89fe7f034aea2f2ca95322774c1b5'
    '21ce3f7967d7305064bf7eb60030ffea'
    'f66543886835ab8599b29cd0c48aa66d'
    'd866bcc06672fee17736bd5022f700fe'
    '25584700a0a679542929c4bed31433b6')
    build() {
    cd ${srcdir}/linux-$_basekernel
    # Apply kernel.org patch to basekernel
    msg "Checking basekernel is ip to date..."
    if [[ "${_basekernel}" != "${pkgver}" ]]; then
    msg "Patching source with upstream patch..."
    patch -Np1 -i "${srcdir}/patch-${pkgver}" || return 1
    fi
    # Add -ARCH patches
    # See http://projects.archlinux.org/linux-2.6-ARCH.git/
    msg "Patching Kernel with ARCH patches..."
    patch -Np1 -i ${srcdir}/${_archpatchname}
    # Add ck patch
    msg "Patching Kernel with ck patches..."
    patch -Np1 -i ${srcdir}/${_ckpatchname}
    # Add grsecurity patch
    msg "Patching kernel with grsecurity testing branch..."
    if [ "$CARCH" = "x86_64" ]; then
    cat ../config.x86_64 >./.config
    else
    cat ../config >./.config
    fi
    if [ "${_kernelname}" != "" ]; then
    sed -i "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"${_kernelname}\"|g" ./.config
    fi
    # get kernel version
    make prepare
    # load configuration
    # Configure the kernel. Replace the line below with one of your choice.
    #make menuconfig # CLI menu for configuration
    make nconfig # new CLI menu for configuration
    #make xconfig # X-based configuration
    #make oldconfig # using old config from previous kernel version
    # ... or manually edit .config
    # stop here
    # this is useful to configure the kernel
    #msg "Stopping build"
    #return 1
    yes "" | make config
    # build!
    make ${MAKEFLAGS} bzImage modules
    package_kernel26() {
    pkgdesc="The Linux Kernel and modules"
    groups=('base')
    backup=(etc/mkinitcpio.d/${pkgname}.preset)
    depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.12-2' 'mkinitcpio>=0.6.8-2')
    # pwc, ieee80211 and hostap-driver26 modules are included in kernel26 now
    # nforce package support was abandoned by nvidia, kernel modules should cover everything now.
    # kernel24 support is dropped since glibc24
    replaces=('kernel24' 'kernel24-scsi' 'kernel26-scsi'
    'alsa-driver' 'ieee80211' 'hostap-driver26'
    'pwc' 'nforce' 'squashfs' 'unionfs' 'ivtv'
    'zd1211' 'kvm-modules' 'iwlwifi' 'rt2x00-cvs'
    'gspcav1' 'atl2' 'wlan-ng26' 'rt2500' 'nouveau-drm')
    install=kernel26.install
    optdepends=('crda: to set the correct wireless channels of your country')
    KARCH=x86
    cd ${srcdir}/linux-$_basekernel
    # get kernel version
    _kernver="$(make kernelrelease)"
    mkdir -p ${pkgdir}/{lib/modules,lib/firmware,boot}
    make INSTALL_MOD_PATH=${pkgdir} modules_install
    cp System.map ${pkgdir}/boot/System.map26${_kernelname}
    cp arch/$KARCH/boot/bzImage ${pkgdir}/boot/vmlinuz26${_kernelname}
    # # add vmlinux
    install -m644 -D vmlinux ${pkgdir}/usr/src/linux-${_kernver}/vmlinux
    # install fallback mkinitcpio.conf file and preset file for kernel
    install -m644 -D ${srcdir}/kernel26.preset ${pkgdir}/etc/mkinitcpio.d/${pkgname}.preset
    # set correct depmod command for install
    sed \
    -e "s/KERNEL_NAME=.*/KERNEL_NAME=${_kernelname}/g" \
    -e "s/KERNEL_VERSION=.*/KERNEL_VERSION=${_kernver}/g" \
    -i $startdir/kernel26.install
    sed \
    -e "s|source .*|source /etc/mkinitcpio.d/kernel26${_kernelname}.kver|g" \
    -e "s|default_image=.*|default_image=\"/boot/${pkgname}.img\"|g" \
    -e "s|fallback_image=.*|fallback_image=\"/boot/${pkgname}-fallback.img\"|g" \
    -i ${pkgdir}/etc/mkinitcpio.d/${pkgname}.preset
    echo -e "# DO NOT EDIT THIS FILE\nALL_kver='${_kernver}'" > ${pkgdir}/etc/mkinitcpio.d/${pkgname}.kver
    # remove build and source links
    rm -f ${pkgdir}/lib/modules/${_kernver}/{source,build}
    # remove the firmware
    rm -rf ${pkgdir}/lib/firmware
    # gzip -9 all modules to safe 100MB of space
    find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
    ##Section: Broadcom-wl
    msg "Compiling broadcom-wl module:"
    cd ${srcdir}/
    #patching broadcom as broadcom-wl package on AUR
    patch -p1 < license.patch
    patch -p1 < semaphore.patch
    patch -p1 < mutex-sema.patch
    make -C ${srcdir}/linux-$_basekernel M=`pwd`
    install -D -m 755 wl.ko ${pkgdir}/lib/modules/$_kernver/kernel/drivers/net/wireless/wl.ko
    package_kernel26-headers() {
    pkgdesc="Header files and scripts for building modules for kernel26"
    mkdir -p ${pkgdir}/lib/modules/${_kernver}
    cd ${pkgdir}/lib/modules/${_kernver}
    ln -sf ../../../usr/src/linux-${_kernver} build
    cd ${srcdir}/linux-$_basekernel
    install -D -m644 Makefile \
    ${pkgdir}/usr/src/linux-${_kernver}/Makefile
    install -D -m644 kernel/Makefile \
    ${pkgdir}/usr/src/linux-${_kernver}/kernel/Makefile
    install -D -m644 .config \
    ${pkgdir}/usr/src/linux-${_kernver}/.config
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/include
    for i in acpi asm-generic config generated linux math-emu media net pcmcia scsi sound trace video xen; do
    cp -a include/$i ${pkgdir}/usr/src/linux-${_kernver}/include/
    done
    # copy arch includes for external modules
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/arch/x86
    cp -a arch/x86/include ${pkgdir}/usr/src/linux-${_kernver}/arch/x86/
    # copy files necessary for later builds, like nvidia and vmware
    cp Module.symvers ${pkgdir}/usr/src/linux-${_kernver}
    cp -a scripts ${pkgdir}/usr/src/linux-${_kernver}
    # fix permissions on scripts dir
    chmod og-w -R ${pkgdir}/usr/src/linux-${_kernver}/scripts
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/.tmp_versions
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/arch/$KARCH/kernel
    cp arch/$KARCH/Makefile ${pkgdir}/usr/src/linux-${_kernver}/arch/$KARCH/
    if [ "$CARCH" = "i686" ]; then
    cp arch/$KARCH/Makefile_32.cpu ${pkgdir}/usr/src/linux-${_kernver}/arch/$KARCH/
    fi
    cp arch/$KARCH/kernel/asm-offsets.s ${pkgdir}/usr/src/linux-${_kernver}/arch/$KARCH/kernel/
    # add headers for lirc package
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video
    cp drivers/media/video/*.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video/
    for i in bt8xx cpia2 cx25840 cx88 em28xx et61x251 pwc saa7134 sn9c102; do
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video/$i
    cp -a drivers/media/video/$i/*.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/video/$i
    done
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/drivers/staging/usbvideo/
    cp -a drivers/staging/usbvideo/*.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/staging/usbvideo/
    # add docbook makefile
    install -D -m644 Documentation/DocBook/Makefile \
    ${pkgdir}/usr/src/linux-${_kernver}/Documentation/DocBook/Makefile
    # add dm headers
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/drivers/md
    cp drivers/md/*.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/md
    # add inotify.h
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/include/linux
    cp include/linux/inotify.h ${pkgdir}/usr/src/linux-${_kernver}/include/linux/
    # add wireless headers
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/net/mac80211/
    cp net/mac80211/*.h ${pkgdir}/usr/src/linux-${_kernver}/net/mac80211/
    # add dvb headers for external modules
    # in reference to:
    # http://bugs.archlinux.org/task/9912
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/dvb-core
    cp drivers/media/dvb/dvb-core/*.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/dvb-core/
    # add dvb headers for external modules
    # in reference to:
    # http://bugs.archlinux.org/task/11194
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/
    cp include/config/dvb/*.h ${pkgdir}/usr/src/linux-${_kernver}/include/config/dvb/
    # add dvb headers for http://mcentral.de/hg/~mrec/em28xx-new
    # in reference to:
    # http://bugs.archlinux.org/task/13146
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/
    cp drivers/media/dvb/frontends/lgdt330x.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/
    cp drivers/media/video/msp3400-driver.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/
    # add dvb headers
    # in reference to:
    # http://bugs.archlinux.org/task/20402
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/dvb-usb
    cp drivers/media/dvb/dvb-usb/*.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/dvb-usb/
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends
    cp drivers/media/dvb/frontends/*.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/dvb/frontends/
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/common/tuners
    cp drivers/media/common/tuners/*.h ${pkgdir}/usr/src/linux-${_kernver}/drivers/media/common/tuners/
    # add xfs and shmem for aufs building
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/fs/xfs
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/mm
    cp fs/xfs/xfs_sb.h ${pkgdir}/usr/src/linux-${_kernver}/fs/xfs/xfs_sb.h
    # add headers vor virtualbox
    # in reference to:
    # http://bugs.archlinux.org/task/14568
    cp -a include/drm $pkgdir/usr/src/linux-${_kernver}/include/
    # add headers for broadcom wl
    # in reference to:
    # http://bugs.archlinux.org/task/14568
    cp -a include/trace $pkgdir/usr/src/linux-${_kernver}/include/
    # add headers for crypto modules
    # in reference to:
    # http://bugs.archlinux.org/task/22081
    cp -a include/crypto $pkgdir/usr/src/linux-${_kernver}/include/
    # copy in Kconfig files
    for i in `find . -name "Kconfig*"`; do
    mkdir -p ${pkgdir}/usr/src/linux-${_kernver}/`echo $i | sed 's|/Kconfig.*||'`
    cp $i ${pkgdir}/usr/src/linux-${_kernver}/$i
    done
    chown -R root.root ${pkgdir}/usr/src/linux-${_kernver}
    find ${pkgdir}/usr/src/linux-${_kernver} -type d -exec chmod 755 {} \;
    # strip scripts directory
    find ${pkgdir}/usr/src/linux-${_kernver}/scripts -type f -perm -u+w 2>/dev/null | while read binary ; do
    case "$(file -bi "$binary")" in
    *application/x-sharedlib*) # Libraries (.so)
    /usr/bin/strip $STRIP_SHARED "$binary";;
    *application/x-archive*) # Libraries (.a)
    /usr/bin/strip $STRIP_STATIC "$binary";;
    *application/x-executable*) # Binaries
    /usr/bin/strip $STRIP_BINARIES "$binary";;
    esac
    done
    # remove unneeded architectures
    rm -rf ${pkgdir}/usr/src/linux-${_kernver}/arch/{alpha,arm,arm26,avr32,blackfin,cris,frv,h8300,ia64,m32r,m68k,m68knommu,mips,microblaze,mn10300,parisc,powerpc,ppc,s390,sh,sh64,sparc,sparc64,um,v850,xtensa}
    package_kernel26-docs() {
    pkgdesc="Kernel hackers manual - HTML documentation that comes with the Linux kernel."
    cd ${srcdir}/linux-$_basekernel
    mkdir -p $pkgdir/usr/src/linux-$_kernver
    mv Documentation $pkgdir/usr/src/linux-$_kernver
    find $pkgdir -type f -exec chmod 444 {} \;
    find $pkgdir -type d -exec chmod 755 {} \;
    # remove a file already in kernel26 package
    rm -f $pkgdir/usr/src/linux-$_kernver/Documentation/DocBook/Makefile
    I wonder if localyesconfig would take care of broadcom-wl for me...
    Last edited by Ben9250 (2011-04-20 00:12:44)

    Thank you. I guess trying the abs method wouldn't hurt. My main issue was configuration. I've only just skimmed the PKGBUILD so I'm not aware of how it handles it. I suppose I could write my own as described in the wiki as well. Thanks again.
    Edit: Further research has revealed to me that the kernel headers are merely there for when the full source tree isn't. Seeing as the full tree is present in my case, the headers are unnecessary. I may take graysky's advice though and use pacman to manage my kernel.
    Last edited by smithr.michael1997 (2011-03-31 02:17:29)

  • Custom Authentication Issue with Policy Agent

    Hi,
    I have a custom authentication module which is hosted on the BEA application server and I am trying to access through the policy agent on apache.
    I have set the following property in AMAgent.properties file
    com.sun.am.policy.am.loginURL= http://host:port/amserver/UI/Login
    So When the user requests a protected resource, the policy agent forwards the user to Identity Server with the module as CustomLoginModule. However, after this, authentication is succeed, user sesion is being created and I get the following error message in the agent log file.
    2004-10-19 16:20:26.908 Error 27620:e1140 PolicyEngine: am_policy_evaluate: InternalException in Service::construct_auth_svc with error message:Application authentication failed during service creation. and code:3
    2004-10-19 16:20:26.908 128 27620:e1140 RemoteLog: User unknown was denied access to http://hostname:port/weblogic/protapp/protected/a.html.
    2004-10-19 16:20:26.908 Error 27620:e1140 LogService: LogService::logMessage() loggedBy SSOTokenID is invalid.
    2004-10-19 16:20:26.909 Error 27620:e1140 all: am_log_vlog() failed with status AM_REMOTE_LOG_FAILURE.
    2004-10-19 16:20:26.909 -1 27620:e1140 PolicyAgent: URL Access Agent: access denied to unknown user
    The necessary policy object is already created in Identity Server. Please send your suggestions to fix this problem.
    Thanks
    Neeraj

    Hi Neeraj,
    I still have not been able to resolve that issue. Let me know If you find a solution for the same.
    Thanks,
    Srinivas

  • Customer service issues

    I am having significant issues getting u-verse installed with the rate and equipment promised when I signed up (which have record of via chat).  One the day prior to installation I talked to an Esther in Customer Service in San Antonio who confirmed my appointment and guaranteed a 1TB DVR would be delivered with the installer for installation.  The installer (Tracy Pickett #TP8522, super polite) came to my house on 6/17 without the 1TB DVR I was promised and the service was provisioned for neighbor’s house.  That was going to double the time for installation, plus no 1TB DVR, so I told the installer I would reschedule.  That day I talked with a difficult character who told me he was in "Ghalla" (India?) named James who was difficult to understand and extremely rude, but he promised me a 1TB DVR, but could not get the agreed upon month rate correct (again guaranteed in writing via chat).  He told me it would be $25 more per month than agreement.  He then transferred me to a Kim in Retention in Jackson, MS who got the price right, but included a $49.95 install fee with 1TB DVR.  She said I was all ready and good to go, but she was going to talk to her supervisor about getting the installation fee waived and additional credits for my troubles that day and with James who she agreed was very difficult to deal with when she conversed with him.  She promised a return phone call from supervisor by end of the day…13 days later, No Call.  The following week I called Customer Service again and after going through several people ended up with rep named Princess in Retention in San Antonio.  She was not the friendliest character telling me AT&T did not even offer a 1TB DVR and that I would need to check with DirecTV since they are the only provider that offers such equipment.  I proceeded to tell her of my original chat, conversations with Esther, Kim and James as well as my installer, Tracy, all telling me a 1TB was available.  While talking on phone I googled it and found it was available, but she still continued to deny availability.  Finally she contacted technical support and told me it was available, but I would have to talk to the sales department.  I told her I was working with her, so she contacted sales which stated I would have to take a regular DVR and then “request” a 1TB DVR after installation.  I told her that was not going to happen since it was promised to me up front and what’s to say I was going to get it once service was ongoing and I was locked in.  She stated she would have her supervisor, Roland, call me within one hour...still No Call.  Essentially I want to switch to your product from a competitor, but your employees are making it extremely difficult.  I treat each one of them with the utmost respect, but obviously it’s not reciprocal.  This is my last effort to get service, if this doesn’t work out I am going to just cancel and stay with my current provider.  Please help!

       That the exact problem w/chat, everything gets jumbled up.  ATT does have a 1TB DVR, but only for Gigapower users, no one else.
    Chris
    Please NO SD stretch-o-vision or 480 SD HD Channels
    Need Help? PM ATT Uverse Care (all service problems)
    ATT Customer Care(all other problems)
    Your Results May Vary, In My Humble Opinion
    I Call It Like I See It, Simply a U-verse user, nothing more

  • Customer Service Issue Tyler Tx Best Buy

    I recently had the worst experience at the Tyler TX Best Buy. I sent an email via the website to the store manager.
    Below is what I sent.
    "I have been a loyal patron of the Tyler Best Buy ever since it opened and never have I been treated so poorly. I believe this needs to be brought your attention.
    Three or four days ago I came into your store and picked up a Nintendo Captain Falcon Amiibo figure. Upon check out I was told the item was put on the shelf by mistake and they WOULD NOT (was it necessary for the rude sales guy to emphasize "would not") sell it to me until it's release on 12/30/14. I asked him if there was anything that could be done, because it's not my fault your employees put it plainly on a peg for all the world to see. I was told there was absolutely nothing that could be done. The only option presented to me was to return today, on 12/30/14, and purchase the item then. I frustratingly agreed and went home and told my kid he would have to wait until the 30th. I have heard nothing but Captain Falcon from him since then.
    So I made sure I was the first person in the store today. I walked to the Amiibo section and, SURPRISE, there was no new products. I told the associate what I've written so far and he asked another guy who said to check the store room. I very patiently waited for him to return only to be told he could only find one of a different character. I explained again to him the situation and there was no way captain falcon had already sold out. I mean, I would assume the same practices are standard to each customer in the same situation, right? He asked me to wait a minute and I was soon met by a gentlemen in a black Best Buy shirt. (Great - they only send in the black shirts when some thing is wrong)
    He asked if I was the gentleman looking for the Amiibos and I nodded. He told me the character was spoken for already. I asked how that was possible and once again reiterated my story to him. I was met with a blank stare and a "yea." He told me, more than likely because he wasn't "too sure," that the item must have been placed back on the shelf and when somebody raised a big enough stink about it the manager let them put their name on it so they could return on the release date. Really? Street dated items are continually being put on the shelf? Needless to say I was floored. When I asked why these exceptions were made for others and not myself he told he didn't know. I said thank you and turned and marched out the store.
    Never have I been so disappointed and angry at the same time about customer service. When I asked if it was a possibility I was vehemently told no, yet other customers who complained got an edge up on a street dated item. I was going to elevate this situation to the district manager, but I will let you take care of that. I am extremely irate about this. Not to mention I had the explain the situation to the kid. I promise you I will NOT be returning to your store. This whole experience has left me with the most terrible impression of your customer service.
    I sincerely hope you take this opportunity to educate your subordinates on consistent customer service practices. "
    As of today I have yet to receive any kind of response. No we are sorry for wasting your time. Not even a simple acknowledgment of the complaint. This is truly infuriating. Will somebody please at least recognize the situation?
    Thanks for your help.

    Dear Brawdon4,
    Before coming to work at the corporate level, I was a member of leadership in our stores for years. The teams I was a part of were always seeking the voice of our customers by utilizing the customer surveys listed on the bottom of our receipts and through face to face interactions with patrons shopping in our store. I am sorry if your concerns haven’t been treated with the same haste or care up until this point.
    Items that have a hard street date are not able to be sold before that date. This can permanently damage or sever our relationship with the respective vendor. Stores are typically very careful of ensuring these products aren’t prematurely merchandised on the sales floor. This would explain why the associate was unable to make an exception on your behalf. However, stores are also instructed to not make unpaid holds for products as they usually create issues somewhere down the line. Much like it did during your return visit upon the products release date.
    While we are all human and accidents can happen, your frustration is completely warranted as this situation could have been avoided entirely. I have personally shared your feedback with the general manager of the Tyler, TX (store 246) location to be addressed with his leadership team for coaching and training. Please let me know if you have any other questions or concerns.
    Warmest regards,
    JD|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Customer Service Issue

    I just finished speaking with your customer service department and have found myself MORE frustrated then when I called.  I have been a LONG standing Verizon customer (longer then the 2003 that I was told) and have always spoken quite highly about your services until now.
    Approximately three months ago we called to upgrade our home internet service and that started the frustration with your teams.  We were told that the service would be an additional $10 per month and we would see that charge after six months.  The first month the bill was wrong. We called and in theory it was straightened out.  We had to call the following month and again were told it was straightened out.  Month three I notice that my bill is astronomical and I call.  Yup straw that broke the camels back.  I call in and explain my frustrations with the first issues and now this HUGE overage in my cell phone bill.  I explain that when I took the phones I was told ANY Verizon phone was free; I was IMMEDIATELY corrected that Verizon land lines were never the case.  Well Verizon that has been your policy however a customers knowledge is usually what the person they signed up with has led them to believe.  If you review the bills you will see that the usage has gone up considerably.  So clearly this was only brought to my attention today since I was under the impression that the increase in my bills was due to the computer line.  Absolutely, my bad for not thoroughly reading the statements and it is my responsibility to review my statements.  Since the bills rarely fluctuate I am among the legions that don't review it. 
    This morning I went on line when I noticed that I received my bill and gasped.  How could my bill be so much?  It became clear to me when I reviewed it what the problem was.  I asked myself why didn't I receive a call from the company that I have bragged about for their outstanding service to say we noticed your habits have changed and we wanted to review your account with you?  Most companies do this....I work for a bank and we call our customers on a daily basis to touch base with those that have been flagged as changes in their normal habits.......wouldn't my cell phone company do this?
    So the first person that I spoke to kept quoting policy when I explained what I was looking for; I told her I was a long standing Verizon customer.  I was frustrated with the bill I just opened since I was under the impression from when I took the phones that Verizon to Verizon (including land lines) were part of the package and I thought my bill was ridiculous and I was looking to change plans and see if there was anything Verizon could do to help me.  While I am sure that the representative was not aware of how she was addressing me I felt as though I was an uneducated individual; policy, policy, policy.  I completely understand that every company has policies and procedures, I am completely aware that I have a responsibility to review my bill on a monthly basis but she truly inflamed me.  Does not the $325 dollars a month that I pay for land line, computer service and cell phones mean anything to Verizon?  Nope. 
    I asked to speak with a supervisor since I did not want to take my frustrations out on this service representative and I explained this to her.  I told her that while I was positive that she didn't realize it she made me feel as though I was being spoke down to and I didn't appreciate it.  Since I work in a highly regulated industry also (banking) I understand that ALL companies have policies but the truth in the matter was that no one cares to hear that word or not feel as though they've been heard.  I asked to speak with a supervisor.
    Audra was the supervisor that came on the line.  I explained to her my frustrations, said I was looking to see what could be done for again here was the litany of my frustrations.  I was told that the POLICY was she could give me $90 towards this overage but Verizon never allowed land lines to be included in their service.  Again I know that now and probably should have known it then and moving forward I'll be sure to ask so many questions that I have the person selling me the service wondering if the sale is really worth it.  I voiced my annoyance (I am annoyed) about policy and the $90; it's truly not the $90 it's how the word policy keeps creeping into the conversation.  It's as though that word can be used as a "shield" to stop a customer's annoyance; it doesn't.  I then asked for the termination without penalty; well if I'm terminating then as a matter of policy she would not give me the $90 credit.  Do you see where this is getting worse? 
    I then ask for the address to write a formal complaint to and the phone number; as a matter of policy you don't give it out?  Seriously, okay.  I then inform Audra that I will be contacting the FCC to file this complaint also; looking back customer service or the poor service truly isn't in their realm but not giving an address to your own company?  It's a matter of your policy? 
    I move along to the upgrade in my service and taking the $90 credit since I have two early termination fees; I'm all set.  I do need to go on line and register the 10 phone numbers that I want for friends and family.  I find this strange; you know which numbers I call most frequently; suggestion - with all of the technology that's out there I would think you could do an analysis and send an email to the users about this and ask if this works for them.  Simple customer service. 
    I say that given the size of the bill I would like to make  arrangements to pay this over two months; I'm told I'll have to call that number.  Really she couldn't transfer me? 
    So Verizon, we all know that a dissatisfied customer tells 10 people before there was internet and social networking sites.  I'd love a phone call to discuss this message so please feel free to contact me.
    Sincerely,
    Unhappy customer

    I am totally guessing that you were calling a VZ landline thinking it was ok to call and not be billed. The literature is very clear it is Mobile 2 mobile or Verizon wireless customers to Verizon wireless customers that you can call without using minutes.
    As for Friends and Family. Be happy they are letting you have numbers to call for free. There is no need for them to give you the information. Lets say you have a family plan and they choose all your teenage kids friends and not anyone you want.

  • Customer service issue regarding a BT infinity ord...

    Approximately a week ago I noticed that BT infinity was finally available in my area so I placed an order to upgrade to infinity. When the BT home hub 4 was delivered it did not have our house number listed on the parcel and it had been delivered to one of our neighbours. We ended up receiving the parcel but we were worried about whether the engineer would turn up to the correct address. The engineer was scheduled to visit on Monday the 17th of June. We contacted BT customer support (at 0800 800 150) to check that they had the correct listed address and the person we spoke to said that they had to completely cancel the order as they were unable to amend the address on the system and they would contact us within the next 24 hours to rearrange the order.
    So, we waited 24 hours and we did not receive a phone call. After this time we contacted BT customer support once again. We first spoke to a man, he said he had to put us on hold while he checked some details. After some time, another person came onto the line, a different person to the person we had originally spoke to. We had to explain the situation again. Again, we were put on hold while the person spoke to his manager. Then we had to speak to the "manager" and explain the situation for the THIRD time. Again, we were put on hold. Finally we spoke to a FOURTH person, again, explaining the situation for the FOURTH time. They told us that there was some sort of error with our listed address and the problem would need to be fixed before we'd be able to rearrange our BT infinity upgrade. They told us that we would receive a phone call by 8pm on Monday the 17th.
    It is now Tuesday the 18th and we have still not been contacted. Quite frankly I am disgusted with the inaptitude of BT's customer service representatives and at this point we're really considering taking our business elsewhere. I can not understand how it takes you a week to amend a delivery address despite the fact that we have been with BT for years and you still manage to send our bills to the correct address. Nor do I understand why an order has to be completely cancelled in order to rectify such a simple issue. If you can not handle such a simple issue how can we possibly hope to receive quality service?
    How do we go about contacting someone who can actually help us with our issue? I'm also going to be posting this on BT's facebook in the hopes that we can be contacted by someone with some iota of competence.

    Still have not been contacted by anyone from BT despite the fact we've been told about four times over the past week that someone would be in touch. In total we've spoken to 6 different customer service representatives who have been completely unhelpful. The last person we spoke to, after having to call BT once again, told us that it would take another 5 working days to resolve the "issue". Firstly, why does it take you almost two weeks to add the number 9 to a street name and secondly, why do your staff tell customers they will be contacted within a certain time period repeatedly if you have no intentions in doing what you have stated?
    Rather conveniently the offer for upgrading to BT infinity online actually ends in 5 days meaning that assuming our "issue" is resolved in the time period that was last stated, despite the fact the previous two times we were told it would be fixed and we would be contacted that never happened, the offer will have ended. We will have to place a new order, thanks to your extremely helpful customer support staff who decided to completely cancel our order without even asking us if we wanted to cancel it when we only contacted you to check that you had the correct address, and the offer will no longer apply.
    Quite literally the worst customer service I've ever experienced and we'll be taking our business elsewhere if it isn't resolved soon.

  • Custom Report issue

    Hi Gurs,
    I am in middle of a custom report developement which proivdes PO numbera and some of its relative dat, PR number and its relative data againust all the status of invoices(posted,parked,cancelled etc)
    the issue i m facing is client wants Purchasing group in input screen, i took the purchasing group from EBAN, but when i run the report its taking lot of time to execute,
    Could any one tell me how can i filtter the data so that i can get all the above mentioned data for a PG, or can i add any other field and make it mandatory to filter,
    please suggest any other approches /idea/ how can i reduce the time interval
    Thanks
    Ravi

    HI,
    At present we are using logic based on input example PR number first program will extract data for PR and then It checks EKKO and EKPO for PO numbers and for filter PO number program will check RBKP for invoice numbers,
    Its real Logic or you give example only?
    But if i provice Purchasing group it checks the whole EBAN and next process the same steps,
    its throwing run time errore,
    As you said your company code and invoice document date are mandatory field
    so your logic should flow from invoice table and end on PR number like below
    RBKP and RSEG you will get invoice document date and Po number
    Now pass Po number into table EKPO and get PR number ,if you want report for purchasing group wise then
    add table EKKO and pass Po number  there and ask ABAP consultant  that when Purchasing group on selection screen ,output show only that Purchase group related
    Regards
    Kailas Ugale

  • Enhancement-ABAP Code-Customized Field issue

    Hi Experts,
    Currently I am working on the BW3.5 version. We are using the standard SRM standard extractor 0BBP_TD_SC_1 and we enhance same extractor(populate the filed through CMOD - ABAP Code) with one customized field also. We are having issue on the customized field data which post from SRM system. I have verified the field value and value is fine in RSA3 in SRM source system. But while posting into the BW(PSA itself), its loading correct & wrong value. When i check the PSA for the particular load, It looks little strange. In the PSA, I can see correct value on my first record of the same SC and then next records has incorrect value of the same SC. Currently I am using the ODS as a data target. So finally i am getting the incorrect value on the customized field.
    Ex Scenario:
    Ex Customized Field: ZORGID
    In SRM source system RSA3 Extractor Checker value:
    Shopping Card No: 100
    Customized Field: ZORGID=1
    Shopping Card No: 200
    Customized Field: ZORGID=2
    In BW posting-PSA:
    Shopping Card No: 100
    Customized Field: ZORGID=2
    Shopping Card No: 200
    Customized Field: ZORGID=2
    At the same time, if i do the selective deletion of the particular Shopping Card or group of SC in BW and do the full repair, then it gets a correct ZORGID=1 for the same Shopping Card.
    I strongly believe, something wrong in the ABAP code. But when we tried to debug the customized filed value in RSA3. The value is fine. so we unable to trace out the issue. Please help me to fix the code. Thanks in advance.
    CMOD ABAP Code:
    *Populate approver ID even though it doesn't require approval this is required to make sure BW reports have restrict access to respective Org Unit approvals only
    IF l_s_bbp_sc-approver_id IS INITIAL AND l_s_bbp_sc-itm_guid IS NOT INITIAL.
    CALL FUNCTION 'Z_BBP_FIRST_APPROVALGET'
    EXPORTING
    iv_header_guid = l_s_bbp_sc-guid
    iv_itm_guid = l_s_bbp_sc-itm_guid
    IMPORTING
    approver_no = l_s_bbp_sc-approver_id
    EXCEPTIONS
    no_data = 1
    OTHERS = 2
    IF sy-subrc 0.
    ENDIF.
    ENDIF.
    To ensure that the Org Unit passed in into the field
    l_s_bbp_sc-zzapprov_orgunit belongs to the Actual Level 1
    Budget Owner and not any other manager such as Added Approver.
    CLEAR : ls_ln_approvers, l_userid, lv_bpartner_guid.
    DATA : lv_f_apprv_part TYPE BU_PARTNER.
    READ TABLE lt_ln_approvers INTO ls_ln_approvers
    WITH KEY INITIAL_INDEX = '0000000001'.
    IF sy-subrc EQ 0.
    MOVE ls_ln_approvers-approval_agent+2(12) TO l_userid.
    CALL FUNCTION 'BP_CENTRALPERSON_GET'
    EXPORTING
    iv_username = l_userid
    IMPORTING
    ev_bu_partner_guid = lv_bpartner_guid
    EXCEPTIONS
    no_central_person = 1
    no_business_partner = 2
    no_id = 3
    OTHERS = 4.
    IF sy-subrc = 0.
    CALL FUNCTION 'BUPA_NUMBERS_GET'
    EXPORTING
    iv_partner_guid = lv_bpartner_guid
    IMPORTING
    ev_partner = lv_f_apprv_part.
    ENDIF.
    ENDIF.
    We get the BP number of the first Budget Owner 1
    Here, we superseed the field l_s_bbp_sc-approver_id
    whereby it may be wrong due to Added Approver.
    IF l_s_bbp_sc-approver_id IS NOT INITIAL.
    IF lv_f_apprv_part IS NOT INITIAL.
    IF l_s_bbp_sc-itm_guid IS NOT INITIAL.
    CALL FUNCTION 'RH_STRUC_GET'
    EXPORTING
    act_otype = 'BP'
    act_objid = lv_f_apprv_part
    act_wegid = 'EBP-UP'
    act_begda = sy-datum
    act_endda = sy-datum
    act_tdepth = 4
    TABLES
    result_tab = lt_result_tab
    EXCEPTIONS
    no_plvar_found = 1
    no_entry_found = 2
    OTHERS = 3
    IF sy-subrc = 0.
    READ TABLE lt_result_tab INTO ls_result_tab WITH KEY
    otype = 'O'.
    IF sy-subrc EQ 0.
    l_s_bbp_sc-zzapprov_orgunit = ls_result_tab-objid.
    ELSE.
    ENDIF.
    ENDIF.
    ENDIF.
    Thanks,
    RR

    Hi Experts,
    Any suggestions. Thanks.
    Thanks,
    RR

Maybe you are looking for