Cant change advanced blogs title PHPfox v4 - blogs

Iv tried everything but it just wont let me change it iv uninstalled it and installed but still no luck has anyone else had this problem?
thank you in advance

I found a work around you need to delete it from you menu then re add it and name it whatever you want and save all done YAY!!

Related

Atom showing gray coloured code (non-executable)

I usually use JetBrains PhpStorm and recently converted from that to Atom. I haven't any much experience in that whereas recently I had opened the project of PhpStorm work and that opened and worked fine but when I made a project in the Atom it appears like this.
Please let me know if anyone have any idea related to it, I am in the middle of a project need to submit that.
I got the answer, the problem was when I created the HTML file it didn't show any colour but when I executed it, it worked

Is it possible to run the command copy() from a Bookmarklet?

I constantly have to test websites and they always ask the same ID number or zipcode or something. Since I don´t want to give my real number, I always copy and past it from a .txt I have on my computer that has some fake numbers that will past the verification.
I was wondering if I could make my life easier by automating part of this work. My idea was to use Bookmarklet (https://en.wikipedia.org/wiki/Bookmarklet) and the command copy() from google Chrome (https://developers.google.com/web/tools/chrome-devtools/console/command-line-reference#copyobject).
It unfortunately did not work. Any ideas who to do that?
I´ve tried:
javascript:(function(){
copy(1235465);
})();
and
javascript:{copy(1235465);};void(0);
but neither of them have worked.
Is this even possible?
I´ve found a answer for that here: Copy text to clipboard from bookmarklet
Sorry for the duplicated question.
Here is the link to the gitHub as well:
https://gist.github.com/stefanmaric/2abf96c740191cda3bc7a8b0fc905a7d

How to hook up CSS search bar to JavaScript or another server side language

I have a HTML/CSS template that included a search box, but I'm not sure what I need to do to make that search box actually work. Here is a link to the website http://teamb4p.ml
Any tips or advice would be great! Thanks in advance.
Not commenting as I don't have the rep yet.
Try this tutorial, it uses the Google API.
You can copy and paste most of the Jquery and should only need to change a few variables.
http://tutorialzine.com/2010/09/google-powered-site-search-ajax-jquery/

Where to get Flexunit 4.x?

I need flexunit4.x, anyone please give me a working url for where to download it, also any tutorials URL would be very great.
From my online search, all pages lead to flexunit.org, which doesn't seem to work any more.
Download it from (its 4.1)
https://github.com/flexunit/flexunit
Example
http://www.stasha.info/index.php?id=106
http://asmock.sourceforge.net/wiki/Template:FlexUnit_4.1_Example
may this will help you

Embeding shared links

I am using shared links on my site to show boxnet folder, for example:
https://www.box.com/embed_widget/000000000000/s/xxxxxxxxxxxxxxx
I am trying to customize the order and theme color of the folder being shown by using:
https://www.box.com/embed_widget/000000000000/s/xxxxxxxxxxxxxxx?sort=date&direction=DESC&theme=gray
The problem is that i am not seeing any changes on it.
Does somebody know what i am doing wrong? May be i am not using the correct parameters.
Thanks in advance,
Kind Regards,
Marcelo
Marcel,
Here is some documentation on how to set the styling parameters. If testing in the browser, you'll need to reset the session to see your styling changes by using the additional parameter session_expired=yes.
http://developers.box.com/0cc175b9c0f1b6a831c399e269772661/
We may make some slight changes to this, but this mostly how it will work. Direction=asc or desc should work too.
Rory