|
Page 1 of 2
|
Nizzle
Joined: August 2006
Posts: 152
Location: Dordrecht..
|
Still Have This Bug In Album
Categories in personal galleries don't work with url rewrite enabled..
____________ check out my site sometime
www.Dutch-HQ.net
|
#1 Tue 29 Aug, 2006 00:07 |
|
Sponsors
|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Still Have This Bug In Album
Categories in personal galleries don't work with url rewrite enabled..
Use this in your page_header.php instead of the vars you have:
- $url_in = array(
- '/(?<!/)' . PORTAL_MG . '?topic_id=([0-9]+)((&)|(&)){0,1}([^>]+>)(.*?)</a>/e',
- '/(?<!/)' . FORUM_MG . '?' . POST_CAT_URL . '=([0-9]+)((&)|(&)){0,1}([^>]+>)(.*?)</a>/e',
- '/(?<!/)' . VIEWFORUM_MG . '?' . POST_FORUM_URL . '=([0-9]+)((&)|(&)){0,1}([^>]+>)(.*?)</a>/e',
- '/(?<!/)./' . VIEWFORUM_MG . '?' . POST_FORUM_URL . '=([0-9]+)((&)|(&)){0,1}([^>]+>)(.*?)</a>/e',
- '/(?<!/)' . VIEWTOPIC_MG . '?' . POST_POST_URL . '=([0-9]+)((&)|(&)){0,1}([^>]+>)(.*?)</a>/e',
- '/(?<!/)' . VIEWTOPIC_MG . '?' . POST_TOPIC_URL . '=([0-9]+)((&)|(&)){0,1}([^>]+>)(.*?)</a>/e',
- '/(?<!/)dload.php?action=category&cat_id=([0-9]+)((&)|(&)){0,1}([^>]+>)(.*?)</a>/e',
- '/(?<!/)dload.php?action=category&cat_id=([0-9]+)((&)|(&)){0,1}([^>]+>)(.*?)</a>/e',
- '/(?<!/)dload.php?action=file&file_id=([0-9]+)((&)|(&)){0,1}([^>]+>)(.*?)</a>/e',
- '/(?<!/)kb.php?mode=cat&cat=([0-9]+)((&)|(&)){0,1}([^>]+>)(.*?)</a>/e',
- '/(?<!/)kb.php?mode=article&k=([0-9]+)((&)|(&)){0,1}([^>]+>)(.*?)</a>/e',
- '/(?<!/)kb.php?mode=stats&stats=mostpopular((&)|(&)){0,1}([^>]+>)(.*?)</a>/e',
- '/(?<!/)kb.php?mode=stats&stats=toprated((&)|(&)){0,1}([^>]+>)(.*?)</a>/e',
- '/(?<!/)kb.php?mode=stats&stats=latest((&)|(&)){0,1}([^>]+>)(.*?)</a>/e',
- );
-
- $url_out = array(
- "make_url_friendly('6') . '-na1.html' . if_query('2') . stripslashes('56') . '</a>'",
- "make_url_friendly('6') . '-vc1.html' . if_query('2') . stripslashes('56') . '</a>'",
- "make_url_friendly('6') . '-vf1.html' . if_query('2') . stripslashes('56') . '</a>'",
- "make_url_friendly('6') . '-vf1.html' . if_query('2') . stripslashes('56') . '</a>'",
- "make_url_friendly('6') . '-vp1.html' . if_query('2') . stripslashes('56') . '</a>'",
- "make_url_friendly('6') . '-vt1.html' . if_query('2') . stripslashes('56') . '</a>'",
- "make_url_friendly('6') . '-dc1.html' . if_query('2') . stripslashes('56') . '</a>'",
- "make_url_friendly('6') . '-dc1.html' . if_query('2') . stripslashes('56') . '</a>'",
- "make_url_friendly('6') . '-df1.html' . if_query('2') . stripslashes('56') . '</a>'",
- "make_url_friendly('6') . '-kbc1.html' . if_query('2') . stripslashes('56') . '</a>'",
- "make_url_friendly('6') . '-kba1.html' . if_query('2') . stripslashes('56') . '</a>'",
- "make_url_friendly('5') . '-kbsmp.html' . if_query('1') . stripslashes('45') . '</a>'",
- "make_url_friendly('5') . '-kbstr.html' . if_query('1') . stripslashes('45') . '</a>'",
- "make_url_friendly('5') . '-kbsl.html' . if_query('1') . stripslashes('45') . '</a>'",
- );
-
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#2 Tue 29 Aug, 2006 00:15 |
|
Nizzle
Joined: August 2006
Posts: 152
Location: Dordrecht..
|
Re: Still Have This Bug In Album
will do!
checking it
**EDIT**
where the hell do I find that?
____________ check out my site sometime
www.Dutch-HQ.net
|
#3 Tue 29 Aug, 2006 00:16 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Still Have This Bug In Album
Check in page_header.php... you should have something similar... replace with this...
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#4 Tue 29 Aug, 2006 00:53 |
|
Nizzle
Joined: August 2006
Posts: 152
Location: Dordrecht..
|
Re: Still Have This Bug In Album
yeah.. where's the page_header.php though
I can't find it
____________ check out my site sometime
www.Dutch-HQ.net
|
#5 Tue 29 Aug, 2006 00:54 |
|
Jaime Blanco
Joined: August 2006
Posts: 6
|
Re: Still Have This Bug In Album
yeah.. where's the page_header.php though
I can't find it
It's inside includes directory
|
#6 Tue 29 Aug, 2006 12:10 |
|
Tom
Joined: August 2006
Posts: 230
Location: Dresden
|
Re: Still Have This Bug In Album
yeah.. where's the page_header.php though
I can't find it
It's inside includes directory
Nizzle, you should try to use the search function on your computer...!
____________ No support via PM or E-Mail!
FAP 3, yeah baby, yeah!
|
#7 Tue 29 Aug, 2006 12:42 |
|
Nizzle
Joined: August 2006
Posts: 152
Location: Dordrecht..
|
Re: Still Have This Bug In Album
yeah.. where's the page_header.php though
I can't find it
It's inside includes directory
Nizzle, you should try to use the search function on your computer...!
I don''t have XS on my computer
and the FTP doesn''t seem to have a search function.. I''ve tried that
**EDIT**
it don''t work MG..
____________ check out my site sometime
www.Dutch-HQ.net
|
#8 Tue 29 Aug, 2006 13:26 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Still Have This Bug In Album
It should work!
When I'll release a new patch this should be solved... wait until then... and disable URL REWRITE in the meantime!
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#9 Thu 31 Aug, 2006 00:12 |
|
Nizzle
Joined: August 2006
Posts: 152
Location: Dordrecht..
|
Re: Still Have This Bug In Album
no I like url rewrite
people just can't see my pics now
____________ check out my site sometime
www.Dutch-HQ.net
|
#10 Thu 31 Aug, 2006 18:14 |
|
KugeLSichA
Joined: August 2006
Posts: 803
Location: Dresden
|
Re: Still Have This Bug In Album
no I like url rewrite
people just can't see my pics now
LOL
|
#11 Fri 01 Sep, 2006 13:50 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Still Have This Bug In Album
no I like url rewrite
people just can't see my pics now
I don't like URL Rewrite... in my opinion is quite useless...
Anyway... world is beautiful because it's various!
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#12 Sat 02 Sep, 2006 05:12 |
|
KugeLSichA
Joined: August 2006
Posts: 803
Location: Dresden
|
Re: Still Have This Bug In Album
no I like url rewrite
people just can't see my pics now
I don't like URL Rewrite... in my opinion is quite useless...
Anyway... world is beautiful because it's various!
i like URL rewrite, but i cant use it at my forum, because it causes errors in Album, if you use the XS cellclick, like i did.
And the cellclick is more important than the URL rewrite for me
|
#13 Sat 02 Sep, 2006 12:53 |
|
Mighty Gorgon
Luca Libralato
Joined: August 2006
Posts: 7192
Location: Borgo San Michele
|
Re: Still Have This Bug In Album
Why you can't just remove the URL Rewrite feature just for the album?
Modify your page_header.php (I'm sure you know what must be modified) and let me know!
____________ Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
|
#14 Sat 02 Sep, 2006 13:56 |
|
KugeLSichA
Joined: August 2006
Posts: 803
Location: Dresden
|
Re: Still Have This Bug In Album
Why you can't just remove the URL Rewrite feature just for the album?
Modify your page_header.php (I'm sure you know what must be modified) and let me know!
the problem is, that if i have URL rewrite on, and with my changes to the album templates, the cellclick/onclick function, it shows up an blank page, if i click the cell, but if i click the link it works.
maybe if i have the time, i check this. but its not important for me ATM
cya
|
#15 Sat 02 Sep, 2006 22:50 |
|
|
Page 1 of 2
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|