Go Back   vb.org Archive > Search Forums
FAQ Community Calendar Today's Posts Search

Showing results 1 to 25 of 44
Search took 0.00 seconds.
Search: Posts Made By: ZippySLC
Forum: vBulletin 4.x Add-ons 03-06-2010, 10:04 AM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
It's right there in the thread that Taz linked to.

It's right there in the thread that Taz linked to.
Forum: vBulletin 4.x Add-ons 02-24-2010, 02:16 AM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
The way the code is written, it just does one SQL...

The way the code is written, it just does one SQL query and grabs one picture out of the database. To get it to do any more would require the entire thing to be re-written. I didn't write the code to...
Forum: vB4 General Discussions 02-14-2010, 10:11 PM
Replies: 0
Views: 472
Posted By ZippySLC
RSS feed *into* Calendar

There's a site that has a calendar feed that I'd like to import into my VB site. I looked and didn't see, but is there a way to have the calendar import data from an RSS feed?
Forum: vBulletin 4.x Add-ons 02-14-2010, 03:45 PM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
Glad I could help!

Glad I could help!
Forum: vBulletin 4.x Add-ons 02-10-2010, 10:30 PM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
Yeah, there's a problem with the code or the path...

Yeah, there's a problem with the code or the path to your gallery. If you send me a copy of your code (with the database info redacted) and a link to your CMS and gallery, I'll take a look.
Forum: vBulletin 4.x Add-ons 02-10-2010, 11:52 AM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
PM me the URL to your site and your code please.

PM me the URL to your site and your code please.
Forum: vBulletin 4.x Add-ons 02-03-2010, 02:25 AM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
Yes. It's a matter of adjusting the SQL query...

Yes. It's a matter of adjusting the SQL query that the script uses to find a picture.

This post (http://www.photopost.com/forum/photopost-mods-pro/116182-random-photo-anywhere-2.html#post1114755)...
Forum: vBulletin 4.x Add-ons 02-02-2010, 12:04 AM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
So what is happening here is that the script is...

So what is happening here is that the script is selecting a valid photo in your photopost database, but the thumbnail and possibly the full size photo don't exist on your server.

Look at post #4...
Forum: vBulletin 4.x Add-ons 02-01-2010, 11:59 PM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
Yeah, the thing is that there seems to be two...

Yeah, the thing is that there seems to be two ways that the URLs for photos seem to be generated (SEO friendly and not.) The vBSEO rewriting the gallery URL's also made it a bit harder to...
Forum: vBulletin 4.x Add-ons 02-01-2010, 12:24 AM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
PM me a copy of your code (without the database...

PM me a copy of your code (without the database login details) and a link to your gallery.
Forum: vBulletin 4.x Add-ons 02-01-2010, 12:01 AM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
Make sure that you have a closing semi-colon at...

Make sure that you have a closing semi-colon at the end of line 12 (which should be the line with the print statement in it.)
Forum: vBulletin 4.x Add-ons 01-31-2010, 10:52 PM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
By default the code assumes that your prefix is...

By default the code assumes that your prefix is "pp_" so you don't need to change anything if that is the case.
Forum: vBulletin 4.x Add-ons 01-31-2010, 10:51 PM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
Alright, well I don't see the random image widget...

Alright, well I don't see the random image widget on your CMS, so I'm assuming you've disabled it. In any case, I'm getting very slow load times on everything on your site. (Forums, CMS, Photopost,...
Forum: vBulletin 4.x Add-ons 01-31-2010, 10:46 PM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
Gah, you're right! Thanks!

Gah, you're right! Thanks!
Forum: vBulletin 4.x Add-ons 01-31-2010, 09:56 PM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
Matt, awesome. Glad I could help! Bergler -...

Matt, awesome. Glad I could help!

Bergler - it shouldn't slow the site down. It's just one db lookup. What's your URL?
Forum: vBulletin 4.x Add-ons 01-31-2010, 08:04 PM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
Yes.

Yes.
Forum: vBulletin 4.x Add-ons 01-31-2010, 07:50 PM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
Thanks. Two things: 1. Is the table...

Thanks.

Two things:

1. Is the table prefix for your gallery pp_
2. It might also be because your images are not viewable by unregistered users, but I'm not quite sure.
Forum: vBulletin 4.x Add-ons 01-31-2010, 06:54 PM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
Send me a PM with the code you're using. (Edit...

Send me a PM with the code you're using. (Edit out your database information)

I'll take a look.
Forum: vBulletin 4.x Add-ons 01-31-2010, 06:25 PM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
Wouldn't load at all, or would load very slowly?

Wouldn't load at all, or would load very slowly?
Forum: vBulletin 4.x Add-ons 01-31-2010, 05:46 PM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
I don't see the random image widget on your CMS.

I don't see the random image widget on your CMS.
Forum: vBulletin 4.x Add-ons 01-31-2010, 05:14 PM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
You can leave the template name as the default...

You can leave the template name as the default vbcms_widget_execphp_page.

What is the URL to your site?
Forum: vBulletin 4.x Add-ons 01-31-2010, 10:42 AM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
Froggfish, Photopost Pro, but it might work...

Froggfish,

Photopost Pro, but it might work for regular Photopost (vBGallery) as well.

Taz,

I saw their plugin, but I don't think that works on the CMS side. Additionally, it takes up a lot...
Forum: vBulletin 4.x Add-ons 01-30-2010, 10:00 PM
Replies: 78
vBulletin CMS Widgets - Photopost Pro Random Image Widget
Views: 15,998
Posted By ZippySLC
Photopost Pro Random Image Widget

Hey all,

One of the things that I missed from my transition from Drupal to vBCMS was my Photopost random image block. It's one of the features that my visitors seem to really like as well. After...
Forum: vBulletin 4.x Template Modifications 01-30-2010, 11:57 AM
Replies: 17
Views: 6,108
Posted By ZippySLC
Sorry!

Sorry!
Forum: vBulletin 4.x Template Modifications 01-27-2010, 10:44 PM
Replies: 17
Views: 6,108
Posted By ZippySLC
To get rid of the plus and minus images that show...

To get rid of the plus and minus images that show up in the menu, the easiest way I found is to replace the images in images/misc/trees with 0 byte files. You'll want to change all of the minus-on,...
Showing results 1 to 25 of 44

 
Forum Jump

All times are GMT. The time now is 05:43 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05218 seconds
  • Memory Usage 2,033KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)forumjump
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (2)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)search_results
  • (25)search_results_postbit
  • (1)spacer_close
  • (1)spacer_open
  • (70)threadbit_pagelink 

Phrase Groups Available:
  • global
  • inlinemod
  • prefix
  • search
Included Files:
  • ./search.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_search.php
  • ./includes/functions_databuild.php
  • ./includes/functions_forumlist.php
  • ./includes/functions_misc.php
  • ./includes/functions_forumdisplay.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • search_before_process
  • search_start
  • search_results_start
  • search_results_query_posts
  • search_results_prebits
  • threadbit_process
  • search_results_postbit
  • pagenav_page
  • pagenav_complete
  • forumjump
  • search_complete
  • navbits
  • navbits_complete