Forum Replies Created

Viewing 15 replies - 16 through 30 (of 35 total)
  • Thread Starter hellows

    (@hellows)

    I have renamed /and deleted logo images: logo-login.gif and wordpress-logo.png in this folder (wp-admin/images) to check if this will have any effect on the login page. But the logo is still there. I have also used the BM Custom Login plug-in. When I change the login graphics the logo is still there on top of my custom image.

    I read somewhere that you should edit the “login-bkg-tile.jpg” and “login-bkg-bottom.gif in wp-admin/images folder but this folder does not have those files. Very confusing articles!

    Thread Starter hellows

    (@hellows)

    Thank you for your help. But I would prefer to have the links displayed in my index page (main page). I had a look in the sidebar.php and found something like this <php? link-………> I have copied this to the home.php and it is working now, however I have a problem to put this widget next to my image. It appears under it:
    IMAGE
    IMAGE

    Do I have to use some special <table code to have them side by side, like this:

    IMAGE IMAGE

    I used <table <tr <bd functions but it corrupts the whole page and sidebar.

    Thread Starter hellows

    (@hellows)

    PS: What do you do when a fiel has been uploaded. How do you aprove the files ? I can se the image on the server (FTP) with an extension at the front ‘noid-‘. Do you just change this manualy ?

    Thread Starter hellows

    (@hellows)

    Nice. how did you set up the upload field in cformsII. Did you use ‘form label’ name for the Field Name. Do I just type this in in the Field Name and i automaticaly enables this upload option ?

    You should have some idea how people use this form then. Have you set up any security measures ? I was required to do something extra so that user do not abuse the system.

    Thread Starter hellows

    (@hellows)

    On a screen with 1024×768 the text is in correct place over the image but on my laptop which is using 1680×1050 res the text is in a different place. I know that 58px are not the same place on my screen as on a screen with a lower res. But how can I make sure the text stays over the image regardless of the screens res.

    PS: I know it is normal but on pages like let say yahoo.com the text links are over images and they are in the same place every screen.

    Thread Starter hellows

    (@hellows)

    This is just a fixed time, date. Which is not changing. I need a real time and date showing in the them.

    Thread Starter hellows

    (@hellows)

    I do not know what heppended but it is working now. Strange! Did not do any changes!

    Thread Starter hellows

    (@hellows)

    anyone ?

    Thread Starter hellows

    (@hellows)

    Sorry for the confusion. That is what I was looking for. Thanks.
    :> Someone must post here :> see yaaa
    I was a Joomla! user before. But became a big fan of wordpress.

    Thread Starter hellows

    (@hellows)

    Its a solution, but for such a simple function someone should create a plug-in or wordpress should enable such future. As then you must remember to set private massage settings and it just creates another confiusion. And there are some posts that some WP authors would like to leave open. Again a back door solution.
    The role managers is good but it does not solve this problem. There is no ability/function like this in the role manager.

    hellows

    (@hellows)

    good advice. but how do I change only one permalink/catalog link. I have changed the $only_on_single to true. How do I go about finding this one permalink and chnging it so that it points to an external url/www ?
    I want a category link to point to a www site.

    Thread Starter hellows

    (@hellows)

    I have changed the setting to: ISO-8859-2. But still when I publish a post it all goes back to ? ? ? ? ? ?. Any advice ?

    Thread Starter hellows

    (@hellows)

    Thanks. Only that my categories are displayed on top of my web page / like a header. Similar to what you can see on wordpress main page.

    Loke this:
    __________________(link to www)____________________
    HOME | XXXXX | YYYYY | FORUM | DDDDD |

    I would like to add this Forum button which will transfer a user to my forum phpBB (external). Sorry for not making myself clear. When I creating a new category, is a new code for it created in a .php file. Maybe then I could acces it and just change the url so that it does not point to a category with post but to a www.

    Thread Starter hellows

    (@hellows)

    Found a Solution:
    Here we go !

    1) Find the header() statement that is causing the problem. The error must be at or before this line.

    2) Look for any statements that could send output to the user before this header statement. If you find one or more, find some way to move the header statement before them. Complex conditional statements may complicate the issue, but they may also help solve the problem. Consider a conditional expression at the top of the PHP script that determines the header value as early as possible and sets it there.

    3) Make sure there is no white space outside of the php start and end tags. While a blank line before the <?php start tag may look innocent, when processed by PHP, it will turn into an echo statement printing out a blank line. This is a common culprit.

    but thanks robine.

    hellows

    (@hellows)

    Is this working ?
    I have created a wp-phpbb-files folder,
    wp-phpbb.txt file in it where I entered the above code and
    edited the phpbb DB and wp DB plus the URL (edited below lines)

    $WPDB = “xxxxx”; //WP db name
    $PHPBBDB = “xxxxx”; //phpBB db name
    $SITEURL = “xxxxx”; //Forum URL with trailing /

    changed then to .php,
    uploaded to plugin folder to my wp server,
    activated,
    dded the <?php show_posts(“5”); ?> to a post and

    nothing happens.

Viewing 15 replies - 16 through 30 (of 35 total)