You logged in as Guest
Login:
Recent messages · Members · Forums rules · FAQ · SEARCH Registration · Log in

Page 1 of1
UcoZ Community » UcoZ System management and tuning » Forum » Hide code for forum
Hide code for forum
dorjan1976Date: Sunday, 2008-06-08, 6:30 Pm | Message # 1
Newbie
Group: Users
Messages: 7
Reputation: 0 [0%]
Status: Offline
Hello master , I have to ask if is possible in forum to use hide tag.I wont when a user replay in forum can see the hide component.
Thanks in advance.

Message edited by dorjan1976 - Sunday, 2008-06-08, 6:31 Pm
 
UcoZDate: Monday, 2008-06-09, 5:06 Am | Message # 2
UcoZ Admin
Group: Administrators
Messages: 372
Reputation: 27 [9%]
Status: Offline
dorjan1976, HIDE tag will appear after next update.

HIDE tag makes invisible selected block from unregistered users.

 
dorjan1976Date: Monday, 2008-06-16, 8:04 Pm | Message # 3
Newbie
Group: Users
Messages: 7
Reputation: 0 [0%]
Status: Offline
Quote (UcoZ)
dorjan1976, HIDE tag will appear after next update.

HIDE tag makes invisible selected block from unregistered users.


Thanks for your answer,i select block unregister user ,i hope soon have the code to hide( my codes )and this appear when user replay in forum.
thanks.

Added (2008-06-16, 6:46 Pm)
---------------------------------------------
Hello master:Congratulation for the work you done ,i see in this update is not possible to use hide tag,is true?Thanks very mutch for all.

Added (2008-06-16, 8:04 Pm)
---------------------------------------------
I use this but didn't funksion

<script type="text/javascript">
<!--

function default_request() {
var ro;
var browser = navigator.appName;
if(browser == "Microsoft Internet Explorer"){
ro = new ActiveXObject("Microsoft.XMLHTTP");
}else{
ro = new XMLHttpRequest();
}
return ro;
}

var thanks_http = default_request();
var thanksn = new ajax_request();

function thanks_add(act, pid, usp, tid) {
thanksn.show_loading();
thanks_http.open('get', 'index.php?act='+act+'&pid='+pid+'&usp='+usp+'&tid='+tid);
thanks_http.onreadystatechange = thanks_handleResponse;
thanks_http.send(null);
}

function thanks_handleResponse() {
if(thanks_http.readyState == 4){
var response = thanks_http.responseText;
var update = new Array();
if(response.indexOf('|' != -1)) {
update = response.split('|');
document.getElementById(update[0]).innerHTML = update[1];
var update2 = update[0] + 'b';
document.getElementById(update2).innerHTML = "";
thanksn.hide_loading();
}
}
}

//-->
</script>

 
UcoZDate: Wednesday, 2008-06-18, 3:12 Am | Message # 4
UcoZ Admin
Group: Administrators
Messages: 372
Reputation: 27 [9%]
Status: Offline
dorjan1976, HIDE bbcode is available now.
 
darkside1314Date: Thursday, 2008-06-19, 12:59 Pm | Message # 5
Regular
Group: Checked
Messages: 50
Reputation: 0 [0%]
Status: Offline
Quote (UcoZ)
dorjan1976, HIDE bbcode is available now.

i cant see it what do i put in? is it Available for users only and does the make users have to reply to post to see text etc

 
SunnyDate: Friday, 2008-06-20, 3:12 Am | Message # 6
Experienced
Group: Administrators
Messages: 536
Reputation: 34 [11%]
Status: Offline
darkside1314, it hides text form unregistered users (guests). To see the hidden text they have to register.
 
darkside1314Date: Friday, 2008-06-20, 12:44 Pm | Message # 7
Regular
Group: Checked
Messages: 50
Reputation: 0 [0%]
Status: Offline
Quote (Sunny)
darkside1314, it hides text form unregistered users (guests). To see the hidden text they have to register.

thanks realised that after i tried it out

 
UcoZ Community » UcoZ System management and tuning » Forum » Hide code for forum
Page 1 of1
Search: