Forum Replies Created

Viewing 15 replies - 31 through 45 (of 74 total)
  • Thread Starter beda69

    (@beda69)

    OK I understand πŸ™‚

    Thank you

    Thread Starter beda69

    (@beda69)

    Hello Andrew

    This is clear, i std enqueue, I enqueue the bootstrap libraries…


    function enqueue_my_scripts() {

    etc etc (i can’t post the entire function here…

    but as for the sequence, like should I first (on top of the functions.php) begin with the menu support, or with the style enqueue, or with a widget support..

    or isn’t there any rule at all?

    Thank you

    Thread Starter beda69

    (@beda69)

    Well, this is not true.

    The Admin URL is wp-admin

    the Login URL is wp-login

    You can though make that wp-admin won’t redirect to wp-login for a non logged user, but once in the admin area, the URL will always be wp-admin

    Did I explain my concern correctly?

    I think this needs a update in advertisement

    it is NOT possible to renale wp-admin by WP Standards.

    Thread Starter beda69

    (@beda69)

    not sure to what you refer

    I also need to know which plugins exactly bend to be installed
    (PRO; CORE; ALLTOGHTER???)

    I also see a offer for lifetime 199 USD Multisite that “includes all Plugins”

    I have downloaded the PRO Plugin from the repository but it des not seem t comoe “Complete” is this because it is not buyer version now?

    I can’t get short codes like http://www.wpsymposiumpro.com/shortcodes/login-redirect/
    to work, it just returns only text, no content or login form

    I really seem to like it all but without clear information i can’t buy it.
    I need to know what will worm and what not, and if I need to insatll infinite number of add on plugins (would brake the porpoise of my query )

    I am grateful for any information / help / example

    Thank you

    Thread Starter beda69

    (@beda69)

    Thanks

    quiet good

    but for test site purposes would be great to not have add. plugins installed.
    (thats also why the many sites)

    as well i was looking for something more “manual”
    where i could reorder manually the sites in my custom order.

    i.e CPT’s can have a menu order number when registering them
    so i was also wondering if it would be possible to do the sam with sites…

    (of course this would need to re-apply after each WP update)

    thanks

    Thread Starter beda69

    (@beda69)

    great!

    beda

    Thread Starter beda69

    (@beda69)

    ok i figured out:

    go to http://www.yoursite.com/wp-includes/css/admin-bar.min

    look for following code on line 406

    #wpadminbar .quicklinks li .blavatar:before{
    content:’\f120′;
    height:16px;
    width:16px;
    display:inline-block;
    margin:6px 8px 0 -2px

    double slash (//) line 407 (content:’\f120′;)
    so after it looks like that: //content:’\f120′;

    this will make the code disabled, and the logos (blavatars) disappear !

    pretty sure it would be easy to enter a code that loads a custom logo png, but since i am no ta coder, i don’t know how to.

    maybe a idea to make include it in your next update of the plugin?

    actually it is also possible to enter the changed (doubleslashed) code i entered above to the custom css section of your plugin

    πŸ™‚

    there you also can just enter:

    #wpadminbar .quicklinks li .blavatar:before{
    content:none;
    display:none

    πŸ™‚

    thank you, hope this will help somebody in future.

    beda

    Thread Starter beda69

    (@beda69)

    sure.

    since the social login is something widely used by multisite environmetns, i guess it could be a interesting thing for you to make it a standard version? i mean a update in where this is functional …

    i guess in multisite environments it is normal that new users have also new sites, or not?

    well, i drop you a email with all the regarding info.

    thanks you,
    beda

    Thread Starter beda69

    (@beda69)

    to let you know more:

    i just did another experimental signup, this time with the standard wp-buddypress register form

    i chose the option “don’t crate a new site” when signing up

    after sign up i of course had NO access to “my sites” area nor to “dashboard” area.

    thats how it should be.

    after registering a site once logged in, i of course had access to “my sites” area and “dashboard”, but ONLY to the newly registered site, which i registered with the new account i made.

    thats how it should be.

    there is definitely a error in the plugin, it should NO WAY give access to any dashboard or my sites area, because the user is NOT asked if he wants to register a new site during the registration process with the “super socializer” plugin.

    even if the plugin assigns automatically a new site to new users, it should create new sites and NOT assign new users to my default site, http://www.yoonect.com

    beside that, social plugin is also working around the “required” fields “birthday”, “country” and “gender”

    i could accept this, but no way it is acceptable that new users are assigned to my default site, not even as users.

    please help me out.

    the plugin is great, but the way it works now, it is useless for multisite setups.

    thank you

    beda

    Thread Starter beda69

    (@beda69)

    probably once more one of those “space before <php tag” ….

    solved it by deleted space before opening php tag in functions.php line one

    Thread Starter beda69

    (@beda69)

    seems to be following error:
    First install TML and any other login modificating plugin.
    THEN install buddypress.
    why:
    buddypress and TML are both using a “register” page and if Buddypress ist first installed that page will be assigned to buddy press and it seems not possible to change that in order to let TML access that page too, even if publishing it with the [theme-my-login] short code in it…

    Thread Starter beda69

    (@beda69)

    HI

    i hope i understood right what you meant about paragraphs/double lines.

    The broken URL was in undenk.info

    was, because i re-installed WP

    why have i done that?

    because the broken URL is obviously caused by my own modification (changing wp-admin to admin-panel)

    obviously the plugin “http://wordpress.org/support/plugin/goodbye-wp-admin&#8221; does not provide complete code, or the author doesn’t provide correct information on how to change the wp-config file.

    i did not invent by myself the code-changing i made in wp-config or /htaccess files.
    they where provided in the installation instructions of the plugin mentioned above.

    maybe, if it is such an “un-welcome” act to change wp-core files, this plugin should not be available/there should be a warning.
    plugin author is b.t.w. not responding support questions.

    i will mark this topic as closed, even if in my opinion it is quiet not solved, but i see, wp-free-volunteers (and i kind of understand that) are not willing to support this kind of trouble.

    sorry for dumb questions from me, a non-programmer who is willing to learn/and or make things on his own.

    sorry for unclear english formulations, as non native speaker.

    i thought it could be an easy thing, to tell where to change the href links of the “dashboard” button in drop down menu of wp-admin bar, in order to fit my issue.

    thanks anyway.

    have a nice programming.

    Thread Starter beda69

    (@beda69)

    hm.
    ok thanks you.

    i did NOT change wp-admin because of SECURITY (security by obscurity=illusion)

    i did it for ESTHETIC reason.

    it is possible to change wp-login slug, user slug, etc etc.
    but wp-admin slug not??

    i do not understand why.

    it looks quiet “ugly” when you build a NETWORK for a worldwide travelers group, and users see a wp-admin slug instead of something “beautiful” like dashboard, or admin-panel.

    i do not know what kind of programs i.e. Tumblr or similar use, but i know that they don’t have this kind of slugs.

    they have clear and nice, unique slugs.

    and after all they are not anymore then personalized kind of buddy press pates, or am i completely wrong?

    i can quiet NOT understand why WP does not allow to change that.
    (of course, it is a core-programming issue, but i think, looking at all the other similar networks, it should be possible to change that, or make it at least possible to change that?

    sorry, i am not a programmer, correct me if im wrong.
    I just don’t like it when a slug is not clear and “simple”.

    well, as for the rest, sorry my terminology where wrong/inaproppriate, will try to do it better next time.

    Thread Starter beda69

    (@beda69)

    HI
    it is a subdomain, since, i set it up over Cpanel as a subdomain, but it is a registered domain, thats why it is a unique URL.

    public_html/.htacces (yoonect.com):

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    public_html/undenk.info/.htaccess :

    RewriteRule ^admin-panel/(.*) wp-admin/$1?%{QUERY_STRING} [L]
                                    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    
    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
    
    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    why this difference?:

    the public_html/.htacces is ORIGINAL (yoonect.com)
    the public_html/undenk.info/.htaccess is MODIFICATE:
    (i renamed the wp-admin to admin-panel)
    in order to do so i also added following lines to public_html/undenk.info/wp_config.php:

    "/** Database Charset to use in creating database tables. */
    define('DB_CHARSET', 'utf8');
    define('WP_ADMIN_DIR', 'admin-panel');
    define('ADMIN_COOKIE_PATH',SITECOOKIEPATH.WP_ADMIN_DIR);

    thank you.
    by the way, since my 2 websites are publicized here, i got 3 new users, offering viagra and fat-loss products.
    if this is somebody from this forum, i please them to not use this information we public ate here for their weird “goals”, you will be deleted straight away, anyway.

    thank you,
    beda

    Thread Starter beda69

    (@beda69)

    yes, they didn’t what i need, unfortunately…
    i have meanwhile found a “workaround”…
    a co-work of 3 different plugins,
    -“Erident Custom Login and Dashboard” (for custom login design)
    -“goodbye-wp-admin”, with additional php-coding for renaming the wp-admin slug
    -IThemes Security for renaming the wp-login slug
    -“theme my login” for force users and visitors to either login or register.

    unfortunately this mix brakes the “dashboard” link when clicking on it from user-inetrface, but when entering site-edit mode from buddypressmenu its working.

    will try around a bit more,
    thank you for grate help.
    beda

Viewing 15 replies - 31 through 45 (of 74 total)