|
#161
|
|||
|
|||
|
This is just the add-on I've been looking for! However I can't begin to use it
![]() As soon as I turn it "On," it returns the message Quote:
I'm using PP 1.7.1, and Mysql 5.0.16. Any help? Thanks, Tim |
|
#162
|
||||
|
||||
|
I am using 1.7, I don't know if I have setup the addon correctly or not, I have encountered the following problem:
I have changed all image previous/next tags to SC_ ones. And refreshing the image page, it works great. If i click the thumbnails of the thumbnail row, it still works fine. But after clicking the previous or next arrow on the image, it redirects to the previous or next image without categorizing. The thumbnail row shows thumbnails that in other categories (ie, all thumbnails from all categories) again. How come and how can I fix it? Has the addon not fit to version 1.7 yet? Thanks.
__________________
*********************************RanmaJen's Network************************************* The Dark Heaven - Home of Anne Rice Vampires The Vampire Coven - The Fanlisting of Anne Rice's Vampires The Vampire Coven - Anne Rice Topsites The Vampire Coven Banner Exchange Laputa - Castle in the Sky Fanlisting Ranma 1/2 - Ryoga Hibiki Fanlisting Mitsuru Adachi - Touch Fanlisting Love Letter Fanlisting ************************************************** ************************************ |
|
#163
|
||||
|
||||
|
Let me give more info, i don't know if it is the issue of my template?
I am using delicious_v1_1 template, not sure if this javascript causes the problem, the codes are changed with the new tags of Geos Show Category: <script type="text/javascript"> function browsing(){ var existprev = "<SC_IMAGE_PREVIOUS_ID>"; var existnext = "<SC_IMAGE_NEXT_ID>"; if (existprev != "<IMAGE_ID>"){ document.write('<a href="#" id="menu_browse_prev" onclick="document.location=\'index.php?showimage=< SC_IMAGE_PREVIOUS_ID>\';"></a>'); } if (existnext != "<IMAGE_ID>"){ document.write('<a href="#" id="menu_browse_next" onclick="document.location=\'index.php?showimage=< SC_IMAGE_NEXT_ID>\';"></a>'); } } </script>
__________________
*********************************RanmaJen's Network************************************* The Dark Heaven - Home of Anne Rice Vampires The Vampire Coven - The Fanlisting of Anne Rice's Vampires The Vampire Coven - Anne Rice Topsites The Vampire Coven Banner Exchange Laputa - Castle in the Sky Fanlisting Ranma 1/2 - Ryoga Hibiki Fanlisting Mitsuru Adachi - Touch Fanlisting Love Letter Fanlisting ************************************************** ************************************ |
|
#164
|
|||
|
|||
|
Quote:
Ive also come across the same problem. Im using pp 1.7.1 with Mysql 5.0.22. As soon as I add the latest version of the addon into the addon folder and try and add it in the admin panel, SQL falls over with the Quote:
|
|
#165
|
||||
|
||||
|
Quote:
Code:
<script type="text/javascript">
function browsing(){ var existprev = "<SC_IMAGE_PREVIOUS_ID>"; var existnext = "<SC_IMAGE_NEXT_ID>";
if (existprev != "<IMAGE_ID>"){
document.write('<a href="#" id="menu_browse_prev" onclick="document.location=\'index.php?showimage=<SC_IMAGE_PREVIOUS_ID&category=<SC_CAT_ID>>\';"></a>');
} if (existnext != "<IMAGE_ID>"){
document.write('<a href="#" id="menu_browse_next" onclick="document.location=\'index.php?showimage=<SC_IMAGE_NEXT_ID>&category=<SC_CAT_ID>\';"></a>');
} }
</script>
|
|
#166
|
||||
|
||||
|
Quote:
My test platform: PHP-version 5.2.4 (Pixelpost's min requirement: PHP version: 4.3.0 ) MySQL version 5.0.45-community-nt (Pixelpost's min requirement: MySQL: 3.23.58 ) GD-lib bundled (2.0.34 compatible) with JPEG support File Uploads to Pixelpost site are possible. Server Software Apache/2.2.6 (Win32) SVN/1.4.5 DAV/2 PHP/5.2.4 EXIF Pixelpost is using exifer v1.5 for EXIF-information. There is no special SQL statements which could take down SQL server until its edition is buggy, misconfigured or some alpha/beta edition. IMO there is some DB error, not addon error (as you are first person, which I know, with such problem). |
|
#167
|
||||
|
||||
|
Quote:
Im using the latest (or almost the latest) revision of PP with additional tunes up and all is working fine. |
|
#168
|
||||
|
||||
|
Just question...is there possibility after click on link to browse_template page with tag <THUMBNAILS> have page in the first moment without thumbnails? Thumbnails will show after click to something else...I canīt change link to browse_template like this "index.php?x=browse&pagenum=1"
I use on the same page list of keywords, list of categories and Multiphoto addon and its a quite many photos for first view and makes a mess. Thanks for this addon. |
|
#169
|
||||
|
||||
|
The easiest is to switch to paged mode. Somehow it solves problem of too much thumbs to load.
Giving answer straight to your question - there is such option but it need additional coding. PS Other option is to set Browse link to non existing tag i.e. index.php?x=browse&tag=Choose category PS 2 Just a sec ago Ive tested PP 1.7.1 at Messiah Khan place and all seems to work as it should (MySQL is still running). |
|
#170
|
|||
|
|||
|
Quote:
![]() Edit; I can confirm its not a conflict between addons, as I removed all the other addons and tried it on its own. Same problem. Im also able to bring the sql server back by removing the plugin and waiting a while. Quote:
Last edited by Messiah Khan; 06-23-2008 at 12:11 PM. |
| Post Reply |
| Thread Tools | |
|
|