Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Xyu BAM

Pages: 1 ... 4 5 6 7 [8]
106
did u install this mod?
http://www.4homepages.de/forum/index.php?topic=7294.0
if so, it has a bug in the installation instructions, which causes double comments.

107
Really ? Well, if so - find me the results about your statement and mine regarding the $cat_cache string from your local search and confirm again if this is wrong. ;)
I have no idea what u just said...
if u belive that your condition u've posted above is correct, then sorry to tell u that: u dont know what u are talking about (btw, I've noticed that in more then half of your posts here)

108
well, obviosly this IS wrong:
if (SHOW_RANDOM_CAT_IMAGE && $cat_cache[$category_id]['cat_name'] != AUTH_ACL) {

109
Or this one :
oh, that's they one I actualy ment :)

110
also with this code even middle mouse button gets popup (I belive ||e.which==3 should be removed)

111
Discussion & Troubleshooting / Re: Edit / Delet Commenta Problem
« on: August 25, 2005, 02:09:52 AM »
does it happend with default template?
if u are using modifyed or custom template, try on default one if the problem still remains, then something was changed in details.php which causing the problem.

112
Code: [Select]

if (SHOW_RANDOM_CAT_IMAGE && $cat_cache[$category_id]['cat_name'] != AUTH_ACL) {

wrong condition, should be:
Code: [Select]
if (SHOW_RANDOM_CAT_IMAGE && $cat_cache[$category_id]['auth_viewcat'] != AUTH_ACL) {or
Code: [Select]
if (SHOW_RANDOM_CAT_IMAGE && $cat_cache[$category_id]['auth_viewcat'] != AUTH_ACL && $cat_cache[$category_id]['auth_viewimage'] != AUTH_ACL ) {

113
I've seen such issue somewhere not so long ago...

[edit]
maybe this one?
http://www.4homepages.de/forum/index.php?topic=2890.0

114
Mods & Plugins (Requests & Discussions) / Re: Random Image - Format
« on: August 25, 2005, 01:51:31 AM »
the image dimentions are not stored in the database, so its not possible to select image with sertain dimentions or such.

115
and 4images does not have such feature by default, u must be talking about a mod, that's why u should reply to the appropriate topic instead of starting new. (IMO)

116
that's because 4images parses the link for paging class before it calls the class, then during generating the paging, it simply add page=NN to the url query.
So, if you want it replace url with this mod, you will need find every instances where paging.php is being used, remove parsing the url through $site_sess->url() function and then fix paging.php class to parse every url it created through $site_sess->url() function. I think its a messy process...

117
what "friendly links"? perhaps you'd have more chances to get an answer if you replyed to the topic you are talking about....

118
Mods & Plugins (Releases & Support) / Re: [MOD] Sitemap v1.0
« on: August 24, 2005, 05:21:44 AM »
it seems that all info is constructed in this line in main.php:
Code: [Select]
$lang['sitemap_cat_info'] = "<span class=\"sitemapinfo\">{lang_images}{lang_new_images}{lang_hits}{lang_description}</span>";in your case simply remove {lang_description}

119
Bug Fixes & Patches / Re: [1.7,1.7.1] Security fix in sessions.php
« on: August 24, 2005, 05:19:18 AM »
I too have 1.7...have you had a member send you an email with a link in it to see if the fix worked, or did you just add it and assume like I did it was fixed. I cannot have people being able to log into others accounts, or have my host be at risk....is there no solution to this or was the code looked at to see if I did something wrong? Its been almost 5 days.....I dont want to have to delete my photo album from my server because of this...does anybody know what it is?
your problem is not related to this topic...

120
zip file doesn't work bad link
oh, c'mon! its not that "hard" to figure it out when look at the address bar!

http://www.4homepages.de/forumdl/settings4.2.3.zip

Pages: 1 ... 4 5 6 7 [8]