• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Xen Shimmie Gallery (tagged searching based)

Status
Not open for further replies.

x4rl

Well-known member
image.webp

DEMO

Well here we have a tagged searching based gallery for xenforo, It is based on Shimmie2 which will bridge all user's from xenforo into shimmie2.

Here is a list of features

404 Detector Shows an error message when the user views a page with no content
Admin Controls Various things to make admins' lives easier
Alias Editor Edit the alias list
Amazon S3 Mirror Copy uploaded files to S3
BBCode Turns BBCode into HTML
Blotter Displays brief updates about whatever you want on every page.
Board Config Allows the site admin to configure the board to his or her taste
Browser Search Allows the user to add a browser 'plugin' to search the site with real-time suggestions
Bulk Add Bulk add server-side images
Comment Word Ban For stopping spam and other comment abuse
Danbooru Client API Allow Danbooru apps like Danbooru Uploader for Firefox to communicate with Shimmie
Database Upgrader Keeps things happy behind the scenes
Downtime Show a "down for maintenance" page
Emoticon Filter Lets users use graphical smilies
Extension Manager A thing for point & click extension management
Favorites Allow users to favorite images
Featured Image Bring a specific image to the users' attentions
Generic Blocks Add HTML to some space
Handle Archives Allow users to upload archives (zip, etc)
Handle Flash Handle Flash files
Handle ICO Handle windows icons
Handle MP3 Handle MP3 files
Handle Pixel Handle JPEG, PNG, GIF, etc files
Handle SVG Handle SVG files
Home Page Displays a front page with logo, search box and image count
IP Ban Ban IP addresses
Image Comments Allow users to make comments on images
Image Hash Ban Ban images based on their hash
Image List Show a list of uploaded images
Image Manager Handle the image database
Image Ratings Allow users to rate images "safe", "questionable" or "explicit"
Image Scores (Numeric) Allow users to score images
Image Viewer Allows users to see uploaded images
Image Zoom Scales down too-large images using browser based scaling
Link to Image Show various forms of link to each image, for copy & paste
Logging (Database) Keep a record of SCore events
News Show a short amount of text in a block on the post list
Pools System Allow users to create groups of images
Private Messaging Allow users to send messages to eachother
QR Codes Shows a QR Code for downloading an image to cell phones.
RSS for Comments Self explanatory
RSS for Images Self explanatory
Random Image Do things with a random image
Random Tip Show a random line of text in the subheader space
Regen Thumb Regenerate a thumbnail image
Report Images Report images as dupes/illegal/etc
Resolution Limiter Allows the admin to set min / max image dimentions
Simple Wiki A simple wiki, for those who don't want the hugeness of mediawiki
SimpleTest integration adds unit testing to SCore
Site Description A description for search engines
System Info Show various bits of system information
Tag EditCloud Add or remove tags to the editor via clicking.
Tag Editor Allow images to have tags assigned to them
Tag History Keep a record of tag changes
Tag List Show the tags in various ways
Uploader Allows people to upload files to the website
User Management Allows people to sign up to the website
Word Filter Simple search and replace
XML Sitemap Adds sitemap.xml on request.
[Beta] Shimmie JSON API A JSON interface to shimmie data

I used a custom skin for these screen shots, there is a few skins allready installed with this so you can choose any or even make you'er own.

comments.webpconfig.webpmain.webptags.webp

How to install.

  1. Upload files and directories inside `upload` to any directory you wish this to used in *example /gallery*
  2. CMOD 777 folders "data | ext | images | thumbs"
  3. You will need to make a Database for this gallery
  4. Open the xenforo-config.php file and add your Xenforo Path on this line
    PHP:
    "define('XENFORO_PATH_MODIFY_ME', 'This is the part you add your xenforo path');"
  5. Open your brower and navagate to that folder *example www.domain.com/gallery*
  6. You should see the Shimmie Installer page, Add your datebase details (there are example's on that page on what to add)
  7. After you hit Go all is set up and ready to go
You can change any setting within the this gallery (there are many options and settings to play with)

This work's great for me some people will not like want this but anyway thought I would share it all with you

default shimmie demo right >>HERE<< (as in what you will be installing if you use this addon)
Please don't be bugging Shish @ that demo he only made shimmie and know's nothing about xenforo.

Enjoy!

Hope you will like it.
I had this made for me if you wish to help cover the cost feel free
Donate

1.0 ~ release
1.1 ~ fixed cookie problem
 
I need to see it working with XF before I'd pull the trigger. Don't get me wrong it looks great, but I need to see it in production.
 
I need to see it working with XF before I'd pull the trigger. Don't get me wrong it looks great, but I need to see it in production.
There is nothing to see really on that part mate.
all xenforo users / signup's work on the gallery (bridge's the users)
and the other way around
 
Yeah, I still feel that an "image gallery" should be built into the XenForo core, or not at all...
Well everyone is welcome to there own opinion
I knew that every gallery built for xenforo would Require categories so this was ported to my needs :)
 
Yeah, I still feel that an "image gallery" should be built into the XenForo core, or not at all...
Exactly. Nice job though Vodkaholic... no doubt some will get plenty of use from this mod. I will however be waiting for a native XF solution, whether by XF or a developer, not a third party bridged application.
 
Exactly. Nice job though Vodkaholic... no doubt some will get plenty of use from this mod. I will however be waiting for a native XF solution, whether by XF or a developer, not a third party bridged application.

Well like I said it was perfect for my site, But I do understand people don't want third party apps which is cool :)
 
I have some issues regarding the xenforo path. The Gallery is located onder /public_html/gallery and xenforo is installed in the same path.

PHP:
<?php
define('/home/user/public_html/', 'gallery');
/*
INSTRUCTION:
    Please edit the xenforo path to match your server environment.
    You can use relative path or absolute path...
*/

Is this right? Because I'm getting the following error:

Code:
Notice: Use of undefined constant XENFORO_PATH_MODIFY_ME - assumed 'XENFORO_PATH_MODIFY_ME' in /home/user/public_html/gallery/ext/xenforo/main.php on line 11
Notice: Use of undefined constant XENFORO_PATH_MODIFY_ME - assumed 'XENFORO_PATH_MODIFY_ME' in /home/user/public_html/gallery/ext/xenforo/main.php on line 12
 
I have some issues regarding the xenforo path. The Gallery is located onder /public_html/gallery and xenforo is installed in the same path.
[/CODE]

Both in the same path?
/public_html/gallery = shimmie
/public_html = xenforo
Is this your set up?

Oh no you don't change the starting one

PHP:
define('XENFORO_PATH_MODIFY_ME', '..');
An example of my config
 
Status
Not open for further replies.
Top Bottom