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 - Gabi

Pages: [1] 2 3 4 5 ... 7
1
Quote from: V@no
Quote from: Fugaziman
Be careful with this bit, make shure you have all the }'s in place

;)


yepp i saw that  :D but its all there....this is the part wher i includet code:

Code: [Select]
if (!empty($search_id['search_cat']) && $search_id['search_cat'] != 0) {
    $cat_id_sql = 0;
    $sub_cat_ids = get_subcat_ids($search_id['search_cat'], $search_id['search_cat'], $cat_parent_cache);
   if (check_permission("auth_viewcat", $search_id['search_cat'])) {  
      $cat_id_sql .= ", ".$search_id['search_cat'];  
      if ($sub_cat != "no") {             // Show New Image count in category Mod
          if (!empty($sub_cat_ids[$search_id['search_cat']])) {  
            foreach ($sub_cat_ids[$search_id['search_cat']] as $val) {  
                  if (check_permission("auth_viewcat", $val)) {  
                        $cat_id_sql .= ", ".$val;  
                  }  
            }  
          }  
     }                      // Show New Image count in category Mod
}

2
Mods & Plugins (Releases & Support) / Error by clicking on Category
« on: May 15, 2003, 11:46:40 AM »
Hy ,

i istalld this Mod now i get this errormassage wen i klick on a category in the new fields:
Parse error: parse error in /homepages/3/d75848838/htdocs/main/foto-place/search.php on line 396
It´s the closingtag af search.php  ?>

What can i do to fix it ??

lg
Gabi

3
Hallo zusammen,

ich würde gerne den bb code aus der deteils.html raus haben. Dieser soll nur angezeigt werden(in einem Popup) wenn ich einen Kommentar schreiben will und auf einen Link klicke. Gibt es eine Möglichkeit sowas zu basteln ??

lg
Gabi

4
Quote from: uksoreeyes
I have noticed that since intergrating 4images with phpbb, when I check the 'Remember Me' box on the login form on either 4images login or phpbb login. When I leave my site then come back maybe 15 minutes later I have to again log in.

Can anyone please tell me what might be wrong?

I have visited other people 4images sites on here and signed up and during login I have checked the 'Remember Me' box. I then visit the site a week later and I am already logged in as I should be.

Help would be nice, thanks

Carl


I had same problem too. I fixt it with settings in phpbb.

Cocky Domain: your site URL without http://www.
Cochy Name : /sid
Cocky Pfad : /
Then clear your Browser Coockys and than it must work

lg
Gabi

5
Quote from: V@no
if everything else works fine, then only in the pms code

in line 550 is u.user_name change this too ???
line 102 changed to  "username" => $user_to['username'],
line 162 changed to  $username = get_user_info($user_id);
line 163 changed to  $message = "
Quote from: .$username['username'].
".$result['pms_text']."
";

Are the changes corect so ???? Rest of changes are no problem...

6
ups sorry you are right, in default template is same problem too. Ok now i will fix everything once more. The changes i must only do in the pms.php or in other sites too???

7
Ups  :oops:  sorry i dont see that. Now i changed this Code too.....and what will i say 8O  it looks same like befor changing code of the tread you had posted....defauttex ok....users bg=red names=red  i think the skript could read the userstable because now the list is like before changes very long.....:oops:  :oops:

8
oki,

i changed all user_name to username in pms.php but now i get this errormassage, and unserselektbox is empty(only defaulttext is still there):

>DB Error Bad SQL Query SELECT user_id, user_level
          FROM fotopl_users
          WHERE user_level  -1 AND user_id 81
          ORDER BY  ASC You have an error in your SQL syntax near 'ASC' at line 4

You have an idea where i can serch for error ???
lg
Gabi

9
Quote from: V@no
seems just perfecly working for me...
the problem that u can not see users is because u have board integration, and this mod doesnt support any integrations...
sorry, I cant help u with that, but try do same thing what this guy/girl did for another mod:
http://4homepages.de/forum/viewtopic.php?p=23758#23758


V@no,
i dont think that integation is the problem because send mass pm from admin panel with same mod works to 100%

10
Changed code once more like your exampel bg colour red.... same prob like before.... :oops:

you can see that in my page http://www.foto-place.de
User: Test
PW: Test

11
Mods & Plugins (Releases & Support) / Re: My last Chance :-(
« on: May 11, 2003, 03:18:07 PM »
Quote from: V@no
Quote from: Gabi

first delete all changes u made  style="color: #FFFF00"
then, open style.css and create new class, with background and text color settings, name it for example "categoryselect_users" and then change the class name in the code u showed ;)


THX V@no,
oki i have build an new claas change code, but there is same problem like bevore. only default text is in colour FFFFOO the users are bg colour black and text too. Did i forgot something to change ??? Here is my fixt code:

Code: [Select]
<script language="JavaScript">
var reply = "{reply}";
var user_list = "{user_list}";
var list = user_list.split(",");
var user_list = new Array();
var user_list_id = new Array();
var ii=0;
for (var i=0; i < (list.length/2); i++){
user_list[i] = list[ii+1];
user_list_id[i] = list[ii];
ii=ii+2;
}
function print_list(recipient){
if (reply != "") {
return reply+"<input type='hidden' name='user_id' class='categoryselect_users' value='"+recipient+"'>";
}
result="<select name='user_id' class='categoryselect_users'>";
result +="<option value='0' class='categoryselect_users'>{lang_select_user}</option>\n";
result +="<option value='0' class='categoryselect_users'>---------------------------------------</option>\n";
for (var i=0; i<user_list_id.length; i++){
if (recipient == user_list_id[i]) {
mark = " selected='selected'";
}else{
mark = "";
}
result +="<option value='"+user_list_id[i]+"'"+mark+"class='categoryselect_users'>"+user_list[i]+"</option>\n";
}
result +="</select>\n";
return result;
}
</script>


regrets from germany
Gabi

12
Mods & Plugins (Releases & Support) / My last Chance :-(
« on: May 11, 2003, 02:13:19 PM »
Inklusion of Mod works fine. Last Problem i have to fix is color of Useres in selectbox. in pms_new.html here are my changes in java skrip at the beginning of code. Everything works but ony the users i can´t see because bg colour is altways the same like text colour. Only default text is in FFFF00. Here are my changes in Java Script. Can someone please help me to fix it ???

Code: [Select]
<script language="JavaScript" src="bbcode2.js" type="text/javascript"class="categoryselect" style="color: #FFFF00"></script>
<script language="JavaScript"class="categoryselect" style="color: #FFFF00">
function emoticon2(text,space,area,popup) {
if (!proba) {
proba = document.commentform.comment_text;
}
emoticon2(text,space,area,popup);
}
</script>
<script language="JavaScript"class="categoryselect" style="color: #FFFF00">
var reply = "{reply}";
var user_list = "{user_list}";
var list = user_list.split(",");
var user_list = new Array();
var user_list_id = new Array();
var ii=0;
for (var i=0; i < (list.length/2); i++){
user_list[i] = list[ii+1];
user_list_id[i] = list[ii];
ii=ii+2;
}
function print_list(recipient){
if (reply != "") {
return reply+"<input type='hidden' name='user_id' class='categoryselect' style='color: #FFFF00'  value='"+recipient+"'>";
}
result="<select name='user_id' class='categoryselect' style='color: #FFFF00' >";
result +="<option value='0' class='categoryselect' style='color: #FFFF00'>{lang_select_user}</option>\n";
result +="<option value='0' class='categoryselect' style='color: #FFFF00'>---------------------------------------</option>\n";
for (var i=0; i<user_list_id.length; i++){
if (recipient == user_list_id[i]) {
mark = " selected='selected'";
}else{
mark = "";
}
result +="<option value='"+user_list_id[i]+"'"+mark+"class='categoryselect' style='color: #FFFF00' >"+user_list[i]+"</option>\n";
}
result +="</select>\n";
return result;
}
</script>


lg
Gabi

13
Öhm ja, also am besten fügst du dort einfach in the tag class="categoryselect" so und dann müsste das eigentlich gehen...[/quote]

Ja, ok....aber wo genau....ich habs an 2 Sellen ausprobiert und nix passiert  :oops:

14
Quote from: Cr@zy Sash
Also das kannst du in er pms_new.html anpassen, oder wie die Datei gleich heißt...


Hy Cr@zy Sash,

danke für den Tip. Habe mal dort nachgesehen. Ausgerechnet die (Userbox) ist ein javaskript. Habe keinen Plan wie ich was ändern kann. Wenn ich dir den Code der pms_new.html per e-mail zuschicke, wüdest du da vieleicht mal reinschauen ???
lg
Gabi

15
Quote from: Cr@zy Sash
also ich würde mir das ja gerne nochmal anschauen, aber dazu musst du den TEstaccount wieder aktivieren, damit kannich mich nimma einloggen...


Hy Crazy,

hast ja recht..war n bissel viel  :oops: Der Account besteht aber noch
User: Test
PW: Test
Wichtig! Achte auf groß / kleinschreibung !!!!

lg
Gabi

Nachtrag:

Ich glaub ich werde irre !!!!! Ich habe mir gerade den Spaß gemacht und noch das ZusatzMOD Massen PM versenden installiert. Das funzt zu 100% absolut Fehlerfrei !!!!!
Ich gehe davon aus da ich ja das Mod mit dem "erweiterten bbcode verwende das der Text im Feld "user auswählen" einfach nur in weiß ist und ich deshalb keinen Namen sehe. Vom Adminbereich aus sind alle Namen sichtbar die angemeldet sind. Also funzt das Mod auch mit der Integration. Wo kann ich denn die Hintergrundfarbe von diesem Feld ändern ???? bzw. die Textfarbe ?????

Pages: [1] 2 3 4 5 ... 7