Tribal Wolves
Forum Replies Created
-
Forum: Plugins
In reply to: [Comments - wpDiscuz] UserPro integration?Ok, thanks for you support. Gonna wait for the update.
Forum: Plugins
In reply to: [Comments - wpDiscuz] UserPro integration?Yes, i want users be able to click on comments author and get redirected to UserPro profile page. Also to show UserPro badges under “Member” or “Author” title, i know that i need to use this code –
<?php echo userpro_show_badges( $comment->user_id, $inline=true ); ?>
, but i don’t know where to put it.Forum: Fixing WordPress
In reply to: How to use custom BBCode in posts?I’m having trouble with everything, i don’t know even where to start, because i have zero programming experience. Only thing i can do is create Hello world app with C++ ??
Thank you my dear friend.
Forum: Fixing WordPress
In reply to: Front end user RegistrationIt is not possible to do front-end registration and login without any plugins.
If i may ask, why are you affraid of using plugins? If it inflects your website in any way , just disable it.A great users plugin will help you out here – https://www.ads-software.com/plugins/ultimate-member/
It is possible to FORCE front-end registration and login and it have option to hide pages from non-logged-in users.
Forum: Fixing WordPress
In reply to: How to use custom BBCode in posts?That’s why im asking for help here, to turn it into shortcode, because i really don’t know nothing about shortcodes and how to create working one for this situation.
Forum: Fixing WordPress
In reply to: How to use custom BBCode in posts?What do you mean it can’t be done if i already did that?
Adding this code –
<embed width="300" height="20" flashvars="height=20&width=300&file=https://www27.zippyshare.com/downloadMusic%3Fkey%3DD3Q0XDMX&volume=80&autostart=false&frontcolor=0xffffff&backcolor=0x000000&lightcolor=0xffffff&type=flv" allowfullscreen="false" quality="high" name="mpl" id="mpl" style="" src="https://api.zippyshare.com/api/mediaplayer/mediaplayer.swf" type="application/x-shockwave-flash">
In my post as TEXT and it totally works fine, playing zippyshare audio from standart shockwave audio player. BUT , instead of changing the link all the time by myself, i want a bbcode to do it for me, like in all major forums , vBulletin, phpbb , ipboard, it can be simply done.
Forum: Fixing WordPress
In reply to: How to use custom BBCode in posts?It would be easier, yes, but that design they provide is not acceptable for me. I need just a simple media player like i showed before. https://prntscr.com/63bkbc
Forum: Fixing WordPress
In reply to: How to use custom BBCode in posts?That’s not someone elses embed code. That’s still zippys embed code, the old one they provided and it still hosts on theyr servers, https://api.zippyshare.com/api/mediaplayer/mediaplayer.swf
I can successfully embed zippyshare audio for this link https://www27.zippyshare.com/v/D3Q0XDMX/file.html in that embed like this –
<embed width="300" height="20" flashvars="height=20&width=300&file=https://www27.zippyshare.com/downloadMusic%3Fkey%3DD3Q0XDMX&volume=80&autostart=false&frontcolor=0xffffff&backcolor=0x000000&lightcolor=0xffffff&type=flv" allowfullscreen="false" quality="high" name="mpl" id="mpl" style="" src="https://api.zippyshare.com/api/mediaplayer/mediaplayer.swf" type="application/x-shockwave-flash">
But , instead of everytime changing {NUMBER1} in this case it’s 27 and {NUMBER2} in this case D3Q0XDMX , i want it to automaticly embed with simple bbcode [zippy]https://www27.zippyshare.com/v/D3Q0XDMX/file.html[/zippy]
Where it automaticly takes number 27 and adds it in {NUMBER1} place and takes D3Q0XDMX and adds it in {NUMBER2} place. So as i said, this is easily done in all popular forums with simple Add BBCode command in admin panel.Or there can be a different solution. Showing post titles in featured images.
<div class="single-featured-image"> <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2> <?php if ( has_post_thumbnail()) : the_post_thumbnail('full'); endif; ?> </div>
.single-featured-image { position:relative; width: 600px; overflow:hidden; } .single-featured-image h2 { background-color: Black; color:white; font-size: 20px; position:absolute; bottom:0px; left:0px; padding-left:10px; padding: 10px; -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; width:600px; display: block; } .single-featured-image h2 a { color:white; } .single-featured-image h2 a:visited { color:white; } .single-featured-image h2 a:hover { color:white; } .single-featured-image { position:relative; width: 600px; overflow:hidden; } .single-featured-image h2 { background-color: Black; color:white; font-size: 20px; position:absolute; bottom:0px; left:0px; padding-left:10px; padding: 10px; -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; width:600px; display: block; } .single-featured-image h2 a { color:white; } .single-featured-image h2 a:visited { color:white; } .single-featured-image h2 a:hover { color:white; }
But how to do that?
Forum: Fixing WordPress
In reply to: How to use custom BBCode in posts?Don’t want to believe that, because wordpress is huge and open for a lot of modifications. If this can easily be done in vBulletin, phpbb and ip.board forums, than i think it’s possible here in WordPress too.
Forum: Fixing WordPress
In reply to: How to move blog to different account on same serverYes, you will be able to change all links , before installing it on the new host ??
Forum: Fixing WordPress
In reply to: How to use custom BBCode in posts?What do you mean by that? Who provided HTML? Zippyshare?
Zippyshare provides this html script to embed theyr player –
<script type="text/javascript">var zippywww="66";var zippyfile="51586213";var zippytext="#000000";var zippyback="#e8e8e8";var zippyplay="#ff6600";var zippywidth=850;var zippyauto=false;var zippyvol=80;var zippywave = "#000000";var zippyborder = "#cccccc";</script><script type="text/javascript" src="https://api.zippyshare.com/api/embed_new.js"></script>
But it looks like this – https://prntscr.com/63gr3l
But i want it to look like this – https://prntscr.com/63bkbcForum: Fixing WordPress
In reply to: How to move blog to different account on same serverTry Duplicator plugin. It downloads all your files and database and creates a simple install.php file. So you can upload that files on to your new host and simply 1 click install your website.
Forum: Fixing WordPress
In reply to: Problems adding URLs to my footerThan try editing real hooks.php file , not childs theme file. Because you need to activate your child theme in appearance-themes to work with child theme.
And about cache what Dipak meant was not to clear your browser cache, but have you isntalled any cache plugins for wordpess like W3 Total Cache?