popuponstart jailbreak tweak by ziph0n - jailbreak

Jailblog.co isn't opening since a week! Seems to have gone down. Anybody know how to create a preference pane for the popuponstart tweak by ziph0n in that blog?
This is the tweak.xm
There was a tutorial on the site on how to create the preference pane but unfortunately now it is not opening! Do help. Thanks!!

Do you want to create a tweak with an enable and disable switch. Look at this video for a simple preferable pane and how to make it. https://m.youtube.com/watch?v=nBQuz7TvecA

Type $THEOS/bin/nic.pl in Terminal after logging in as root
The select 3 and fill out the info
Look in /var/mobile/whateveryounamedit

Related

Opencart 3.0.2.0 Custum Layout

Good afternoon
Is there anyone who can help me.
I have been trying for a while, but i do not get it done.
I use OpenCart 3.0.2.0 and would like a different kind of Layout.
I would like to select per banner whether it is left, center or right.
As soon as I choose left or right, this applies to the entire page.
Here is a layout I want:
This is what I want.
Can anybody help me with the code? And with file to edit.
I can guide you to a HTML/CSS/LESS code I have built and you can take an example from that should you wish.
I used lesscss.org, and the npm package less-watch-compiler.
https://github.com/mabbashm110/Sprint-Challenge--Responsive-Less
Also check this video out on how to create a custom theme on Open cart: https://www.youtube.com/watch?v=mqTstomXZiM
Let me know if you need help understanding it.
I think You have to modify controller and pass data to twig.
after modify twig file code according to your need.

Deleting left and right panes on DNN 6.2.6

I am on DNN 6.2.6 and I want to make the content pane of my pages full screen. I want to remove the left and right panes. Can anyone help on how to remove these panes or reduce their width?
I tried searching on the internet and did everything I read by didn't help. I have added .DNNEmptyPane{display:none;} at the bottom of the skin.css file but didn't help. I also removed and and still didn't help.
Your assistance in this regard will be highly appreciated.
The configuration is in your Skin files (.ascx).
You can look under
Admin -> Skins
to find out which skin your site is using.
Check in here:
\Portals_default\Skins\YourSkin\YourSkin.ascx
NOTE: Make a backup of this directory before modifying anything in case you need to roll back.

plonetruegallery: Download link or button, so users can download a viewed image?

I use collective.plonetruegallery for image galleries within Plone and I like it. However, what I miss is a "download" button or a simple "link" in order to let users actually download a image. The "Galleria" display view of plonetruegallery does seem to offer such a link/button -- does any of the other display views? Or any other solution whithout having to hack the plonetruegallery addon myself?
I know that you can right click and then choose "download image" among several other options within your preferred browser -- however, for a dumb user to cumbersome ;)
I have added an option to collective.ptg.contactsheet (1.1.2) that let you choose between going to the content or downloading it.
Espen
There's not a built-in "feature" to do this. You can see which of the gallery views might have this; looks like you've already found one. I'm sure you could easily customize another one to include such a link, simply by following the example in Galleria.
This is quite easy to make. The url to download the image would probably be:
/path/to/image/download
One option could be to just add an action.
If you want to have this for a specific gallery, I can probably fix it.
(go to https://github.com/collective/collective.ptg.contactsheet or whatever gallerytype you want it for and add an "Issue"
Espen

Action-Menu missing

I'm using Plone 4.0.1 and I have the problem, that the action menu is missing. When I want to change the state of a site or copy/paste via "actions...", I just get to the page which is linked at this button, which is folder_contents for "actions". So I can not use any of the actions.
When I investigate it with Firebug, I see this:
<dl id="plone-contentmenu-actions" class="actionMenu deactivated">
So I wonder, how can I activate the action-menu again? Sadly, I do not know what could have caused the problem.
Thanks for any help in advance,
Brandon
The deactivated class is referred to the expansion state of the menu (when you expand the menu, that class is switched with activated via javascript). The problem here is that you miss all 'actions' inside that menu. I see these two options:
If you have the permission to access the zope managment interface then go to:
zmi -> portal_actions -> object_buttons and check if buttons are "visible".
if you do not have that permission probably someone has removed your roles/permissions to edit contents or you are not the owner of that content.
thank you very much for your help! I found the problem... and I'm quite ashamed I didn't think of this before. The script "dropdown.js" in portal_javascripts has to be activated for the actionmenu to work. I do not know why it was deactivated, but now everything works :)
Thanks to all of you!

showing comments on a separate tab

Is it possible to put comments on a separate tab when viewing the node?how?
You can easily create a page view that shows the comments and set the menu path to be a Local Task of the node
in the menu path you would put something like node/%/comments
I use Talk module.i thing is better!
There has been some discussion in the Quick Tabs module issue queue about adding the ability to put comments on a separate tab. Apparently the module doesn't yet support it, but someone posted a small modification (ie, hack) to the module that supposedly gets it working.
I think you can use QUICKTAB module.It will be good for putting comments on the web page.
You can create 3 to 4 tabs and there is a list of options for the appearance of the tab.In order to link the comments first you have to create a block for each comments and assign the block to this tab.

Resources